Tagged Questions
16
votes
7answers
6k views
Are there any Python libraries, or features, that make screen scraping easier?
I'm wanting to create a REST API for TV listings in my country. While online aggregations of TV listings do exist they're too tied to the presentation to be of any use to software developers.
In ...
8
votes
2answers
664 views
How do sites like Hubspot track inbound links?
Are all these types of sites just illegally scraping Google or another search engine?
As far as I can tell ther is no 'legal' way to get this data for a commercial site.. The Yahoo! api ( ...
7
votes
2answers
1k views
Indian Railway Train Search API
Is there any API provided by Indian Railways to search its train network, time-tables etc. There are many sites out there which show time-table etc. I searched Google but couldn't find any info on Web ...
6
votes
6answers
938 views
Will providing APIs help deter screen scraping?
I have been thinking quite a bit here lately about screen scraping and what a task it can be. So I pose the following question.
Would you as a site developer expose simple APIs to prevent users from ...
5
votes
3answers
3k views
How does a site like kayak.com aggregate content?
Greetings,
I've been toying with an idea for a new project and was wondering if anyone has any idea on how a service like Kayak.com is able to aggregate data from so many sources so quickly and ...
5
votes
4answers
2k views
Is there any sort of API that'll give me real-time(ish) MLB stats?
I think it'd be fun to build a little mini-fantasy baseball game, but after a bit of Googling, I'm getting the impression that there's no easy and reasonably-priced (or free!) way to get that data. ...
4
votes
2answers
1k views
scrape a user's entire tweets
I'd like to pull all of a user's tweets. I could do this the hard way (manually scraping twitter) or the easy way: using their api. The problem with the easy (api) way is that I seem to be limited to ...
3
votes
0answers
35 views
API/Data Sources - Linking and Pay-Per-Use
I am an independent developer who wanted to write a simple commercial app to display movie showtime information. After doing a whole lot of research, I could not find any good "legal" way of getting ...
3
votes
1answer
101 views
Best way to get App specific data from the Blackberry App World (API)
I'm collecting stats about mobile applications using Python and now I'm looking for the best solution to access the Blackberry App World data.
So far I've got my solution for iOS ...
3
votes
3answers
301 views
Finding the UserID of a Stack Overflow user with their Display Name in C#?
I'm building a small Stack Overflow application, but to collect information from Stack Overflow about a user I need to know their UserID. I would like the user to be able to enter their display ...
2
votes
0answers
165 views
What free/paid search API's allow for programmatic querying and caching/storage of the resulting data?
If you've done any serious research into search API's, you know that most of them have a huge slew of TOS/TOU restrictions that make them nearly impossible to use in anything but the most inane ...
2
votes
0answers
67 views
Web API for pulling text from article url?
I like the products provided by Read it Later, Instapaper, Readability, etc. where they strip out the core of an article and display it back to you formatted nicely: just text and images from the ...
2
votes
2answers
263 views
Scraping tweets - better to use the site or api?
I'm using the twitter gem to build a Twitter bot in Ruby. I am trying to make it self-sustainable as it were, so I want it to generate its own content to tweet by scraping tweets of users outside its ...
2
votes
1answer
90 views
Create Mobile Site for a site you don't have access to
I'd like to create a mobile site for a website where my highschool checks our grades. Effectively, I want to remotely login to the portal, and then go into the sub page where the students grades are ...
2
votes
3answers
159 views
Paid API to get incoming links to a website?
I'm working on an SEO app that (among other things) shows the number of incoming links to your site over time.
There are a few ways to get this data. Scraping Google "link:yoursite.com" results ...
2
votes
2answers
2k views
Count number of results for a particular word on Twitter
To further a personal project of mine, I have been pondering how to count the number of results for a user specified word on Twitter. I have used their API extensively, but have not been able to come ...
1
vote
2answers
626 views
Java API for web scraping or web mining
I'm looking for a good Java api to do web scraping. I tried WEB-Harvest api
http://web-harvest.sourceforge.net/usage.php but I think it's a bit clunky.
Any other suggestions?
1
vote
3answers
447 views
How to scrape pricing data from kayak.com?
It seems they have done away with their API. They have a much less powerful tool called the Search Gateway. How would I go about scraping airfare price data using this? Is it even possible? I ...
1
vote
2answers
85 views
free api in java that can handle java script
I need some powerful free api/ library in java which can easily scrapes data
from javascript. I tried to get some public data from web using httpclient, selenium and
htmlunit but they are not able to ...
1
vote
1answer
29 views
Is there an API that can take a URL and return a tagcloud datastructure?
Is there an API that can take a URL and return a tagcloud datastructure?
1
vote
1answer
347 views
Do Kronos time/attendance clocks have an accessible API?
I'd like to extract a few pieces of system information from a Kronos clock programatically. I can scrape the web-based interface but there's got to be a cleaner interface.
Does anyone have ...
1
vote
2answers
1k views
How to find inbound links to a given URL on the fly?
Technorarati's got their Cosmos api, which works fairly well but limits you to noncommercial use and no more than 500 queries a day.
Yahoo's got a Site Explorer InLink Data API, but it defines the ...
0
votes
1answer
141 views
sourcing info from creaiglist rent.com apartment.com
I have a need to source real estate information from sites like creaiglist rent.com apartment.com.. I have seen that there are couple of sites like http://www.padmapper.com that are already doing ...
0
votes
1answer
151 views
0
votes
2answers
44 views
Getting reviews from 3rd party sites
I see a lot of sites showing this, but on Groupon in particular for a merchant, they will show Reviews from CitySearch, Yelp (I think), TripAdviser, Open Table, Frommers, etc.
Do all these sites ...
0
votes
1answer
195 views
Looking to create a bot to crawl API and store data in an excel/csv file
Hey guys this question is a bit nebulous so I apologize...I'm just looking for help in sending me to the right direction.
I would like to develop some sort of bot/script/program that can crawl some ...
0
votes
1answer
26 views
How to back up links that are in my bit.ly account?
After Delicious bookmarks debacle, I want to backup my http://bit.ly links. I have gone through the whole API, but there is nothing that could fetch all my shortened links. Can someone suggest a ...
0
votes
2answers
146 views
How do I access BookCrossing data when they don't have an API?
BookCrossing doesn't have an API right now (it seems in the roadmap that it's planned, but with no expected date of arrival). Any ideas on how to quickly get the current location of a specific book?
0
votes
1answer
75 views
What data/functionality would you want to have available through a web API that isn't available today?
Have you ever looked for a web API for certain data or functionality, only to find that there isn't an API available to meet your needs, or that the APIs that are available are inadequate for some ...
0
votes
1answer
144 views
Are there any websites providing free news, weather, photos APIs for using this data commercially
I want to build a service which needs to get this data from some source for further analysis. Does Google, Yahoo or someone else provides free access to this data for use in other websites using some ...
0
votes
0answers
48 views
OS X text drawing
As I (semi) understand it, all on-screen text in any Windows application is drawn by the same drawtext functionality. It is possible to hook onto this method and view (or even change) every bit of ...
0
votes
1answer
2k views
How does Indeed.com gather results from multiple job sites
Do they use partnership and APIs, scrape the data or use public apis from all the job sites. Specially interested in how they obtain data from other job sites like monster.com and hotjobs.
...
0
votes
2answers
412 views
Is it possible to get upcoming event / show information from a Myspace page without scraping?
I want to get show information from myspace artists. One way I could do this is ask an artist to input their myspace URL and I could try to scrape the page.
What I would really like to do is ask ...