-1
votes
1answer
24 views

Download Data from NYtimes Interactive Graph [closed]

NY times published an interesting interactive graph, showing the words used during Democrats and Republican's convention. ...
0
votes
1answer
118 views

how can i get news article titles and content? legal issues? [closed]

I am making an app that aggregates news based on certain criteria. I have a db of links to the articles as well as some content, but need to get the title as well as keywords, category, title, and a ...
0
votes
2answers
83 views

Who knows social media analytic services? [closed]

I'm looking for tools/sevices/apis who provide metrics to product names counted in facebook-comments, tweets or even in blog posts, or even better give an qualitive exposure of keywords which are ...
0
votes
1answer
176 views

API to search news by year

I would like to write Python script, which will get i.e. 100 news/texts from year 2011, 2010, 2009, etc. on given topic. I need searching API which will met following requirements: Available for ...
0
votes
3answers
106 views

How can I get product information intoa database without having to populate it manually?

I am looking for a method of dynamically linking product information based on the name of the product. For example: User types in "Playstation 3", the site would then go out and grab any information ...
0
votes
1answer
89 views

Sources, APIs and techniques for academic data-mining

So I'm gonna do a historical trends analysis for one of my education literature review class. I'm considering use the abstracts and keywords from the peer-reviewed journals since 1970s, I know ...
7
votes
1answer
1k 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 ...
0
votes
1answer
225 views

Error handling in perl api

I am trying to extract data from website using Perl API. I am using a list of URIs to get the data from the website. Initially the problem was that if there was no data available for the URI it would ...
-2
votes
1answer
115 views

Skipping error in eval{} statement

I am trying to extract data from website using Perl API. I am using a list of URIs to get the data from the website. Initially the problem was that if there was no data available for the URI it would ...
2
votes
3answers
2k views

Java Api for K-Means

I have some byte arrays(I can use vectors too) of sounds(wav files - 11025 khz - 16 bit). I want to use K-Means to classify them at Java. Which Apis can I use for it and can you give me some basic ...
1
vote
1answer
127 views

A question on sampling on Yahoo! Answers

I wonder what is the best way to sample,say, 1000 questions,completely randomly from Yahoo! Answer. I want to achieve this complete randomness in which I will totally ignore the categories or date of ...
0
votes
1answer
36 views

A question on classifying question categories on Yahoo! Answer

now I have a seemingly easy but challenging task.I need to develop a data set of questions,and I classify the questions into two categories: Factoid questions: "who is the current president of ...
2
votes
3answers
2k views

Need all the Restaurant names, addresses, etc which API will be the best to get it

I am building a website that will allow you to find restaurants upto a certain distance from your house/or office. ineed to collect a database of all the restaurants. The criteria is based on the ...
1
vote
1answer
206 views

Amazon products information mining

I'm new to this "information mining". So I am wondering is there an API that will let me get needed information about products from Amazon's web site? Or, if there isn't, how would you do that? Maybe ...
3
votes
2answers
912 views

News Data API or Feeds

I would like to know if there is any news feeds/api that can be used for coding/datamining. Skygrid for example gives live news feeds and if the news is good or bad, but it's all in flash and they ...
10
votes
4answers
3k views

What is Java Data Mining, JDM?

I am looking at JDM. Is this simply an API to interact with other tools that do the actual data mining? Or is this a set of packages that contain the actual data mining algorithms?
5
votes
3answers
3k views

Obtaining financial data from Google Finance which is outside the scope of the API

Google's finance API is incomplete -- many of the figures on a page such as: http://www.google.com/finance?fstype=ii&q=NYSE:GE are not available via the API. I need this data to rank ...