- upwork
- freelancer
- peopleperhour
We can't access this site using scrapy because this site uses javascript to load the content, So if the javascript is disabled page won't load. So, For this we only have two options access data using the api or use selenium to for that.
https://www.freelancer.com/api/projects/0.1/projects/active/?query=django&projectSort=latest
I can use this formate for api call with return json data
I can't able to find any official api for this site, So I'm going to use Scrapy to scrape the gigs from this site. Because, When I checked after disabling javascript this site still works fine but to search for particualar jobs, We should use url like :
'https://peopleperhour.com/freelance-[topic]-[name]-jobs'