Computer Science, asked by parulkpatil1432, 11 months ago

Type of command use to request to your web serverr in web scraping

Answers

Answered by bangtanboys07
1

Explanation:

Once you find the AJAX request that returns the data you're hoping to scrape, then you can make your scraper send requests to this URL, instead of to the parent page's URL. If you're lucky, the response will be encoded with JSON which is even easier to parse than HTML

Similar questions