79315997

Date: 2024-12-29 17:12:24
Score: 1.5
Natty:
Report link

In web scraping, you are doing a reverse process to get the data. That means you don't follow the requests from the beginning, you must follow them from the endpoint.

Remember, you are working against a back-end developer trying to prevent you from scraping the data.

How to do that?

for example:

The link you are trying to scrap is loading the results in POST request not GET.

Also don't forget to check the cookies, to see if it's mandatory to get the results or optional.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Adel Alaa