Appearance
Sticky Session
The Session ID feature allows you to use the same IP address across multiple API requests. By setting the session_id=12345
parameter in your requests, BitFetcher will ensure that all requests made with the same Session ID are routed through the same IP address for 10 minutes.
This feature is useful for web scraping sites that track sessions or limit IP rotation. It helps simulate a persistent session and avoids triggering anti-bot systems that flag frequent IP changes.
We advice that you use a random integer between 0 and 10,000,000 everytime you wish to generate a new
session_id
.