Python Script to Scrape Hotmart
Budget: $10 – $30 USD
There are 2 challenges in this project:
1) The scraped content is inside a logged in area. This is easily solved with Selenium webdriver, inserting the credentials, this is actually done already.
2) The content is dynamically generated, using Meteor. So Selenium simply can't see the content, it finds no element in the DOM. That's the main challenge for this project, scrape that meteor generated content.
The website is Hotmart (hotmart.com)
I suggest you create an account there and make some tests before you send a quote for this project to make sure you understand the problem. You can easily open Chrome Developer Console, and try to capture some data with javascript and you will see that is doesn't capture any data.
1) The scraped content is inside a logged in area. This is easily solved with Selenium webdriver, inserting the credentials, this is actually done already.
2) The content is dynamically generated, using Meteor. So Selenium simply can't see the content, it finds no element in the DOM. That's the main challenge for this project, scrape that meteor generated content.
The website is Hotmart (hotmart.com)
I suggest you create an account there and make some tests before you send a quote for this project to make sure you understand the problem. You can easily open Chrome Developer Console, and try to capture some data with javascript and you will see that is doesn't capture any data.