#s

4 messages · Page 1 of 1 (latest)

elfin heath
#

Do you have permission to scrape the site that you're attempting to scrape?

elfin heath
#

Then I would contact the site owner and see if they have an API you can use instead of trying to scrape rendered data.

elfin heath
#

Then you're most likely in for a very bad time.

hard sphinx
#

Scraping rendered data is almost always going to end in pain - learn how to use browser devtools, analyze the network requests and find out the origin of the data and scrape from there