Searching for flights using rewards miles. I think United & American used to have APIs that were shut down, so you'd need to scrape account data and flights. It would work best as a desktop app. Other airlines have APIs, but not sure how deep they are. Huge pain point, especially when trying to combine different rewards programs.
Ask HN: Any data scraping project ideas you can share?
31–35 of 35 posts
Re: Ask HN: Any data scraping project ideas you can share?
#32Searching for flights using rewards miles. I think United & American used to have APIs that were shut down, so you'd need to scrape account data and flights. It would work best as a desktop app. Other airlines have APIs, but not sure how deep they are. Huge pain point, especially when trying to combine different rewards programs.
I had something similar awhile back but it was eventually shut down by the airline’s legal department. If it’s not provided via a public API, I doubt scraping will turn out any different than my project.
Lot of crawl-heavy SEO tools work this way.
Re: Ask HN: Any data scraping project ideas you can share?
#33Earlier quoted context omitted.
I had something similar awhile back but it was eventually shut down by the airline’s legal department. If it’s not provided via a public API, I doubt scraping will turn out any different than my project.
If it's a desktop app and the crawling is not centralized, I doubt they'd be able to do much about it. Lot of crawl-heavy SEO tools work this way.
Re: Ask HN: Any data scraping project ideas you can share?
#34I am thinking now recently to build a recruiting talent pool service, which is based on aggregated data from LinkedIn, Google, Bing, Yahoo, Facebook and many other sites and I am pitching something around it as I can get all the data with ProxyCrawl.
I am also thinking recently to do something about keyword ontologies, small markets around me using google/yandex data and offer it as a free helpful tool in the form of a mobile app. How do you normally get your data for your projects?
Re: Ask HN: Any data scraping project ideas you can share?
#35Earlier quoted context omitted.
If it's a desktop app and the crawling is not centralized, I doubt they'd be able to do much about it. Lot of crawl-heavy SEO tools work this way.
Idk, I had a free open source command line project that scraped flight data and that got shut down. It might have been the particular airline, though, because they specifically disallow scraping from all third-parties including eg Google Flights, SkyScanner, etc.