

Jordan Gerasim
-
Jordan Gerasim replied to the discussion What strategies can I use to scrape websites with limited search functionality? in the forum General Web Scraping 5 months ago
What strategies can I use to scrape websites with limited search functionality?
I use pagination if available, or switch to scraping individual category pages rather than relying on the search function itself.
-
Jordan Gerasim replied to the discussion How can I handle pagination when scraping JavaScript-heavy sites? in the forum General Web Scraping 5 months ago
How can I handle pagination when scraping JavaScript-heavy sites?
Inspecting network requests can reveal the underlying AJAX calls. Directly calling these APIs is much faster than navigating through each page.
-
Jordan Gerasim replied to the discussion What’s the best way to handle date-based scraping for historical data? in the forum General Web Scraping 5 months ago
What’s the best way to handle date-based scraping for historical data?
When scraping extensive archives, it’s important to respect rate limits to avoid IP bans. Slowing down the scraper reduces the chance of getting blocked.
-
Jordan Gerasim started the discussion How can I collect flight delay & status data from FlightAware or FlightRadar24? in the forum General Web Scraping 5 months ago
How can I collect flight delay & status data from FlightAware or FlightRadar24?
FlightAware offers an API that provides flight tracking and delay data, making it easier to access real-time information legally.
-
Jordan Gerasim changed their photo 5 months ago
-
Jordan Gerasim became a registered member 5 months ago