Earlier quoted context omitted.
Sorry if I've missed the main idea behind this, but why would that be relevant?
Looking at companies' hiring data is a great way to monitor competition. If they try to hire for more positions than in the past they're probably growing, conversely they might be stagnating if it's the other way round. If they hire people with specific skills it might also tell you what they're up to right now like going public or working on a new, supposedly secret project. Take Apple for instance. A notoriously se…
Ask HN: Any data scraping project ideas you can share?
21–30 of 35 posts
Re: Ask HN: Any data scraping project ideas you can share?
#22Well the obvious scraping business ideas would be hotel rooms and airplane tickets. You might think this area is already saturated but I think there’s still room for disruption and you can capture niche giants like Expedia / Skyscanner / Agoda / Booking don’t handle well. Or you could do b2b with these companies. Also, what about scraping restaurant menus and offering a food search engine?
Can you share any examples/ideas for niches that those sites don't already handle well?
Re: Ask HN: Any data scraping project ideas you can share?
#23Am I the only one that worries about licensing and legal issues when it comes to web scraping? I'd be terrified to build a product around it since one law suit would threaten the core business.
Everything that you can open in the browser you can scrape without any problem. Though keep in mind the number of requests you send to those parties should be thought about as it shouldn't vary greatly compared to a regular user. A user doesn't open 1000 pages in 60 seconds.
Re: Ask HN: Any data scraping project ideas you can share?
#24Here's another idea I just thought of randomly: Scrape and monitor a company's competitor's job listings for them. Some of that data might be difficult to get given the nature of job sites and craigslist and such, but could be interesting to accumulate all of that (including from the company's own site) so you can get an idea when they are hiring. Maybe.
Sorry if I've missed the main idea behind this, but why would that be relevant?
Re: Ask HN: Any data scraping project ideas you can share?
#25Earlier quoted context omitted.
Looking at companies' hiring data is a great way to monitor competition. If they try to hire for more positions than in the past they're probably growing, conversely they might be stagnating if it's the other way round. If they hire people with specific skills it might also tell you what they're up to right now like going public or working on a new, supposedly secret project. Take Apple for instance. A notoriously se…
This is in my opinion the same as buying at the height of a bubble; by the time you get this data on your competitor, you will be way behind. Why not spend resources on improving the offering?
Re: Ask HN: Any data scraping project ideas you can share?
#26Re: Ask HN: Any data scraping project ideas you can share?
#27Re: Ask HN: Any data scraping project ideas you can share?
#28Am I the only one that worries about licensing and legal issues when it comes to web scraping? I'd be terrified to build a product around it since one law suit would threaten the core business.
I have scraped, but not on the level where it would draw attention. Use the APIs if you can - Trip Advisor do offer an API, as do Bing (for search results).
Unless you are scraping at huge scale I actually think the bigger problem is lack of semantics - people like diffbot[1] using AI/ML to try and solve this issue.
[1] - https://www.diffbot.com
Re: Ask HN: Any data scraping project ideas you can share?
#29Are you just looking for a personal project something like that might work for you...
Re: Ask HN: Any data scraping project ideas you can share?
#30I 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.