

Gerri Hiltraud
-
Gerri Hiltraud replied to the discussion How to scrape browser fingerprint data from Octo Browser using Python? in the forum General Web Scraping 3 months ago
How to scrape browser fingerprint data from Octo Browser using Python?
To avoid blocks, I rotate proxies and add randomized delays between requests. This makes the scraper appear less like a bot and more like a human user.
-
Gerri Hiltraud replied to the discussion How to scrape API data using Node.js and node-fetch? in the forum General Web Scraping 3 months ago
How to scrape API data using Node.js and node-fetch?
If the site provides JSON endpoints, I query those directly instead of parsing HTML. It’s faster and avoids issues with complex layouts or JavaScript rendering.
-
Gerri Hiltraud started the discussion How to convert cURL commands to Python requests? in the forum General Web Scraping 3 months ago
How to convert cURL commands to Python requests?
Converting cURL commands to Python requests allows you to automate HTTP operations and integrate them into Python scripts. cURL is often used to test API endpoints or fetch data from a server, while Python’s requests library offers a flexible way to handle these tasks programmatically. The key is to translate cURL options (e.g., -X for method,…
-
Gerri Hiltraud changed their photo 3 months ago
-
Gerri Hiltraud became a registered member 3 months ago