Reddit and twitter account for tendancy. but twitter is so vast you may want to categorize account. But reddit is a good source for a lot of info.
Ask HN: What info do you web scrape for?
31–40 of 115 posts
Re: Ask HN: What info do you web scrape for?
#32I've had three primary uses of web scraping. The hard part for me has never been speed. Getting the results structured is somewhere between easy and hideously complicated. 1. Reformatting and content archival (lag times of hours to days are no prob). As an example, I put together a site to archive comments of a ridiculously prolific commenter on a site I follow. I needed the content of his comments, as well as the tr…
Re: Ask HN: What info do you web scrape for?
#33A while ago, I had the idea of creating a travel site that catered to the group of people that enjoy traveling but aren't bound by time (i.e. I want to go to X, but I don't care when -- just show me the cheapest weekend for the next 3 months). Anyway... it turns out that flight APIs are ridiculously non-existent. I ended up scraping two different airline sites, but since it was against their terms, I never took the s…
Re: Ask HN: What info do you web scrape for?
#34Re: Ask HN: What info do you web scrape for?
#35When I worked at MyEdu, I didn't actually sign on with the dev team originally — I worked on "the scraper team". We scraped college and university websites to get class schedule information: which classes were being taught, broken down by department and course number; by which professors; at which times on which days. If you're ever looking for an interesting challenge, I would encourage you to try getting this data.…
Much respect to any person or team that has to wade through this stuff.
Re: Ask HN: What info do you web scrape for?
#36I've had three primary uses of web scraping. The hard part for me has never been speed. Getting the results structured is somewhere between easy and hideously complicated. 1. Reformatting and content archival (lag times of hours to days are no prob). As an example, I put together a site to archive comments of a ridiculously prolific commenter on a site I follow. I needed the content of his comments, as well as the tr…
Re: Ask HN: What info do you web scrape for?
#37Re: Ask HN: What info do you web scrape for?
#38maybe instead of trying to change up the content, try to change up the method. ie. do a talk on running crawlers/scrapers to seed your database at an interval. (instead of just "scraping").
Re: Ask HN: What info do you web scrape for?
#39if you could publish a price list for items sold at major grocery chains, I am sure that many people could use it (bonus if it includes aisle numbers)