I Don’t Need No Stinking API: Web Scraping For Fun and Profit
171–176 of 176 posts
Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#172Earlier quoted context omitted.
They are also using title, description, some snippets from the page and taking a cached version of the site and images you can view without having to visit the site itself. They are also using this data as a product to sell advertising against. If there wasn't so much benefit for most of all sites to be in search engine indexes you would thinking at least some would object to this scraping. There would be lots of oth…
Google is even moving into the territory of scraping content to display. Relevant wikipedia snippets are now being displayed on the search page as a side bar. While Wiki probably doesn't care...there are plenty of other sites that would not like Google to scrape the content and display it on the search page.
Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#173Earlier quoted context omitted.
Google is even moving into the territory of scraping content to display. Relevant wikipedia snippets are now being displayed on the search page as a side bar. While Wiki probably doesn't care...there are plenty of other sites that would not like Google to scrape the content and display it on the search page.
Yeah, Wikipedia is creative commons so that should be okay? You are right though I wonder if they have the rights to sports results and weather that they are pulling. They have even convinced us all to go mark up our page to help them pull stuff like ratings and reviews out.
Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#174Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#175There is just one major trouble with not needing stinking API. You can not POST as a possible client without requiring them to give their password to you, which actually would give you full access to their account instead of limited access with API.
You seem to be talking about a specific site? Which one?
Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#176I'm surprised that no one has attempted to write a Twitter client based solely on scraping to get around the token limits.
I've written some in-browser JS to download all my tweets without needing to resort to the API and oAuth nightmare. It is indeed possible to write a client, but not recommended at all...