Session

session_idinteger""

All API requests using the same session_id will be routed through the same IP address for a duration of 5 minutes.

We advise that you use a random integer between 0 and 10,000,000 every time you wish to generate a new session_id.

1
curl "https://www.foxscrape.com/api/v1/?api_key=YOUR_API_KEY&url=YOUR-URL&session_id=123"