Scraping a website - the EASY way

Joined
Feb 14, 2018
Messages
132
Reaction score
21
hi,

Is there an easy way to scrape a job board website, where all the jobs are TEXT and there are NO links?

What I mean is that the jobs are already displaying on the website entirely and you don't have to click any link to be directed to the job listing itself.

I can't seem to do it with web scraper and can't get along with python... Maybe you have a youtube guide on how to scrape TEXT only listings?

Thanks
 
python its easy , with the information i have you could make this easy with python + requests
or any other language and htmlrequests
it IS easy but you need some basics on html and the requests
 
Back
Top