Hacker News new | ask | show | jobs
by sva_ 699 days ago
In fact I wrote my own RyanAir scraper to get the best prices on flights (it is trivial to implement, they barely have any rate limits - in particular if you use the API endpoint where you search for flights departing from a specific airport).

But I guess my scraping is a lot less, as I'm only looking for a few flights

1 comments

Same here. Except my rate was sufficient to trigger throttling.
Which API requests did you use?
HTTP POST :)