@premsheth wrote:
Hi,
I am trying to scrape job description data from following page:
We can see there is class called: “block fix-text job-description”
I tried following methods:
- ‘//*[@class=“job-description”]’
- //[@id=“main”]/div/div/div[1]/div[1]/div/div[2]/div[2]//text()
- ‘//[@id=“main”]//div[@class=“job-description”]/’
- //div[@class=“job-description”]/p/text()
Can anyone please tell me how to scrape Job description because its under so many
p
tags?
Thank you so much in advance
Posts: 1
Participants: 1