[twitter-dev] Twitter Search Data for a keyword

2011-08-04 Thread Rohan
Hi, I'm new to twitter api and doing an academic project for behavior analysis for specific set of tweets. I'm interested in getting the past data for a particular search query ( combination of keywords and certain constraints ) for a period of at least 2 month and if possible further. The Search

Re: [twitter-dev] Twitter Search Data for a keyword

2011-08-04 Thread Taylor Singletary
Hi Rohan, Unfortunately archived data is not the Twitter API's strongest point. The Search API's index usually only reaches back about a week. You'd be better enabled to collect data by focusing on a current topic and using the streaming API to receive relevant matching tweets in real time as

[twitter-dev] Twitter Search API - cannot use result_type-popular with since_id

2011-07-21 Thread Adriaan Pelzer
This can be quickly verified in the browser: try these two links: http://search.twitter.com/search.json?q=twitterresult_type=popularrpp=100 http://search.twitter.com/search.json?q=twitterresult_type=popularrpp=100since_id=94028852044636160 First one works (only returns popular results), second

[twitter-dev] twitter search json api not working

2011-07-14 Thread sahu
twitter search json api not working #twitter #search #api http://search.twitter.com/search.json?q=twitter -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API

[twitter-dev] Twitter search widget - increasing search historically?

2011-07-01 Thread Practical Law Company
I'd like the twitter search widget to show more tweets historically. As one of our hashtags is only used every week or so, our widget is only showing one search result tweet at a time. Is there any way to extend the search results so it shows more tweets historically? The search query is:

[twitter-dev] Twitter Search not showing results

2011-07-01 Thread sri shilpa
Hi All, I am facing problem. Using twitter search API sometimes i am not getting any results and sometimes i am getting results(for the same keyword). Please can you tell me what might be the problem. Researched on it a lot. Tried in many ways but no use. Please waiting for your reply.

[twitter-dev] Twitter Search Widget: Misses the 'Results Per Page' variable and its value in the auto generated HTML code snippet.

2011-06-29 Thread gk
Description of problem: Twitter Search Widget: Misses the 'Results Per Page' variable and its value in the auto generated HTML code snippet. Steps: * Navigate to Twitter Search Widget (https://twitter.com/about/ resources/widgets/widget_search). * Go to preferences * Enter any number in 'Number

[twitter-dev] Twitter Search API - completeness

2011-06-24 Thread Kstolen Kstolen
The Twitter Search API docs (http://dev.twitter.com/pages/ using_search#) say: Search is focused in relevance and not completeness. This means that some Tweets and users may not be missing from search results. If you want to match for completeness you should consider using the Streaming API

Re: [twitter-dev] Twitter Search API - completeness

2011-06-24 Thread Matt Harris
Thanks for highlighting this typo. I've updated that page so it should be correct now. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Fri, Jun 24, 2011 at 10:58 AM, Kstolen Kstolen kstole...@gmail.comwrote: The Twitter Search

[twitter-dev] Twitter search question

2011-06-14 Thread Casey Wilson
Hey all, I understand this is probably the wrong forum for this, but if you could point me in the right direction I'd be appreciative. We have a question for the search side of things. We've had some niche related sites using twitter for a long time now. Here within the last month or two we've

[twitter-dev] Twitter search API rate limit hit

2011-06-07 Thread Orion Richardson
Hi all, I just built a new application which leverages the Twitter search API. Looks like I've been rate limited almost immediately... In my case, I'm trying to search for URLs being tweeted and retweeted on behalf of users on our site. It seems like the only option is the search API, since

Re: [twitter-dev] Twitter search API rate limit hit

2011-06-07 Thread Correa Denzil
--Regards, Denzil On Wed, Jun 8, 2011 at 1:47 AM, Orion Richardson ori...@gmail.com wrote: Hi all, I just built a new application which leverages the Twitter search API. Looks like I've been rate limited almost immediately... In my case, I'm trying to search for URLs being tweeted and

[twitter-dev] Twitter Search Widget on iPad

2011-05-18 Thread Phil Johns
Hi All, I recently launched this website: http://makesmyjobeasy.com I have had a few people tell me that the scroll bar visible on the right of the twitter search widget used to move the tweets up and down so you can see the rest doesnt appear on the Safari iPad2 browser (unsure about ipad1).

[twitter-dev] Twitter Search Api Keyword Geocode Query concern ?

2011-05-10 Thread harik
Can I combine Keyword and Geocode query this way ? http://search.twitter.com/search.atom?q=twittergeocode=37.781157,-122.398720,25mi I read here tht geocode does not support disjunction? http://apiwiki.twitter.com/w/page/22554756/Twitter-Search-API-Method:-search So will the abv query work?

Re: [twitter-dev] Twitter Search Api Keyword Geocode Query concern ?

2011-05-10 Thread Matt Harris
Hi Harik, That is correct. Adding Geocode as a querystring parameter will AND it with the queried keywords. There is an updated description of how this works on our developer resources site: http://dev.twitter.com/doc/get/search and http://dev.twitter.com/pages/using_search Best,

[twitter-dev] Twitter Search Api and geolocations

2011-04-28 Thread harik
hI ... I am trying to map the tweets which I can retrive using Twitter Search API. This is what I have observed. When I search for tweets based on location(lat n long) using the query: search.twitter.com/search.atom?geocode=37.781157,-122.398720,1mi I see that (in the xml format) there is

Re: [twitter-dev] Twitter Search API - Questions Regarding Scaling Out

2011-04-13 Thread Stuart Dallas
You may want to take a look at http://datasift.net/ -Stuart -- Stuart Dallas 3ft9 Ltd http://3ft9.com/ On Monday, 11 April 2011 at 16:14, Corey Ballou wrote: I tried speaking with Ryan Sarver directly, but he's forwarding me here to the community advocates to answer. I believe this answer

[twitter-dev] Twitter Search API - Questions Regarding Scaling Out

2011-04-11 Thread Corey Ballou
I tried speaking with Ryan Sarver directly, but he's forwarding me here to the community advocates to answer. I believe this answer will need to come top down from Twitter, as it's your rate limiting that I'm most worried about. I have a technical question for all of you in regards to the Search

Re: [twitter-dev] Twitter Search API - Questions Regarding Scaling Out

2011-04-11 Thread M. Edward (Ed) Borasky
I don't see an answer here, but I'll tell you how *I* would go about implementing this: 1. Switch to the Streaming API. Using Search in an application puts a strain on Twitter's servers and makes it difficult to Twitter to manage capacity. That's why it's rate-limited and why the rate limits

[twitter-dev] Twitter search api rate limit

2011-04-03 Thread sduffer
Hi Team, I am using grackle client to retrieve results from search api of twitter. i am passing oauth parameter to retrieve 350 requests per hour. Though I am doing it right it still retrieves me only 150 requests per hour. I tried to verify account/verify_credentials and found i am passing the

Re: [twitter-dev] Twitter search api rate limit

2011-04-03 Thread Arnaud Meunier
Search API rate limiting is not handled like other endpoints of the REST API. As explained on http://dev.twitter.com/pages/rate-limiting#search, the Search Rate Limit isn't made public to discourage unnecessary search usage. Concerning the User-Agent, use something like Your App Name - Version

[twitter-dev] Twitter Search API and location parameter

2011-03-18 Thread Francesca
Hi, I am new from this list but I am using twitter search API from a long time. From a few days the parameter location is disappeared from the response. Am I missing something? What's wrong? Thank you, Francesca -- Twitter developer documentation and resources: http://dev.twitter.com/doc

Re: [twitter-dev] Twitter Search API and location parameter

2011-03-18 Thread Taylor Singletary
We're looking into this issue; in the meantime you can mitigate by collecting the screen_names of users you want to know the location of and passing them to users/lookup. @episod http://twitter.com/episod - Taylor Singletary - Twitter Developer Advocate On Fri, Mar 18, 2011 at 3:32 AM,

[twitter-dev] Twitter Search bug: confusing Swedish place Åre with English verb are

2011-03-03 Thread Jeffrey Greenberg
Hi, We have a customer who is trying to find tweets with the Swedish word Åre, which is a place, and is getting tweets with the English word are in it. I've reproduced this on search.twitter.com ... If the search is Åre -are it return nothing, because it seems that search.twitter.com sees them

Re: [twitter-dev] Twitter Search API geocode parameter

2011-01-31 Thread Matt Harris
Hi Zhe, The Search API can only return approx 1800 per query. Creating a radius that covers the whole earth would be counter productive. Instead you may wish to use the Streaming API. Using this API you can say that you want all Geocoded Tweets from around the world. If you do that any Tweet

[twitter-dev] Twitter Search API geocode parameter

2011-01-26 Thread Zhe Chen
Twitter Search API geocode parameter. I need to specify a center with latitude and longitude and a radius. Is there a limitation of the radius? Can I create a circle cover the whole earth? I want to get tweets that have location information. Is there a way to do it directly using twitter API?

Re: [twitter-dev] Twitter search / streaming API limitation query

2011-01-10 Thread Mauro Asprea
I don't know if this would help you but is a nice overview about a) Search vs streaming http://140dev.com/twitter-api-programming-tutorials/aggregating-tweets-search-api-vs-streaming-api/ On Fri, Jan 7, 2011 at 6:32 PM, Umashankar Das umashankar...@gmail.comwrote: Hi, We are working on a

Re: [twitter-dev] Twitter search / streaming API limitation query

2011-01-10 Thread Umashankar Das
Thanks, It has been a big help. Looks like twitter does not want to respond to me :). Regards Umashankar Das On Mon, Jan 10, 2011 at 3:14 PM, Mauro Asprea mauroasp...@gmail.com wrote: I don't know if this would help you but is a nice overview about a) Search vs streaming

Re: [twitter-dev] Twitter search / streaming API limitation query

2011-01-10 Thread Taylor Singletary
Hi Umashankar, Just an additional note that Twitter doesn't yet offer an authenticated search API -- the Search API is subject to per-IP Address rate limits that are apart from the rate limits afforded in the standard REST API on api.twitter.com. If your primary goal is to provide ad-hoc search,

Re: [twitter-dev] Twitter search / streaming API limitation query

2011-01-10 Thread Umashankar Das
Hi Taylor, Thanks for your suggestions. We want to use twitter data to provide a user-oriented search based on tweets in a personalised context. The idea to use it from a client is not feasible since, the product is expected to have a thin client i.e. browser. We have developed an algorithm

[twitter-dev] Twitter search / streaming API limitation query

2011-01-07 Thread Umashankar Das
Hi, We are working on a product which will do searches on twitter from a certain server system. We are yet to take a decision whether the searches will be anonymous(Non-authenticated) or authenticated. The decision is subject to limitations on search results using twitter search / streaming

Re: [twitter-dev] Twitter search query results...

2011-01-03 Thread Mauro Asprea
I do see results at both :S maybe some caching issue at your side? On Sat, Jan 1, 2011 at 10:33 PM, Todd todd.rog...@gmail.com wrote: I'm doing some work for a festival that has several Twitter accounts. When you look at the New Zealand search query, it comes back fine:

Re: [twitter-dev] Twitter search query results...

2011-01-03 Thread Mauro Asprea
I do see results at both :S maybe some caching issue at your side? On Sat, Jan 1, 2011 at 10:33 PM, Todd todd.rog...@gmail.com wrote: I'm doing some work for a festival that has several Twitter accounts. When you look at the New Zealand search query, it comes back fine:

Re: [twitter-dev] Twitter search query results...

2011-01-03 Thread Matt Harris
Hi Todd, Looking at the date you sent your email I noticed it was 7 days after the last Tweet was made by @lanewayfest. The Search API only returns results from the last 7 days so an empty response is expected if no Tweets have been made. Hope that answers your question, @themattharris

[twitter-dev] Twitter search query results...

2011-01-01 Thread Todd
I'm doing some work for a festival that has several Twitter accounts. When you look at the New Zealand search query, it comes back fine: http://search.twitter.com/search.atom?q=from%3Alanewayfestnz But when you look at the Australian one, it comes back like there are no results:

[twitter-dev] Twitter Search API - Possible Proximity Bug

2010-12-20 Thread Corey Ballou
While running some tests on the search API I noticed a potential issue with the search API's proximity handling when filtering by places. If I specify a radius of 5 miles with a search term of keg and the address of my office building, I would expect to retrieve a previous tweet of mine: Tweet in

Re: [twitter-dev] Twitter Search API - Possible Proximity Bug

2010-12-20 Thread Matt Harris
Im not entirely clear on how to reconstruct the query you are trying to make. Can you share the full Search URL request you are making so we can take a look. Thanks, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Dec 20, 2010 at 1:16 PM, Corey Ballou

Re: [twitter-dev] Twitter Search

2010-10-05 Thread Matt Harris
Twitter Search only contains Tweets for ~5 days so there isn't a way to 'find' the Tweets you are looking for using the Twitter APIs directly. Instead, we recommend you 'track' the keywords you are interested in using the Streaming API. This will allow you to aggregate all the Tweets that match

Re: [twitter-dev] Twitter Search/Stream API

2010-09-15 Thread Tom van der Woerdt
The search gives you back a list of tweets from the past, the stream will send tweets to your application the moment they are sent. Tom On 9/15/10 6:13 PM, Mike wrote: What is the difference between the Search and Stream API? I can't really tell. Detail would be great, and how it can be

[twitter-dev] Twitter Search/Stream API

2010-09-15 Thread Mike
What is the difference between the Search and Stream API? I can't really tell. Detail would be great, and how it can be applied in the real world other then the Search one over the Stream. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] Twitter Search/Stream API

2010-09-15 Thread Mike Flynn
Finally a perfect answer! Thanks! On Wed, Sep 15, 2010 at 9:29 AM, Tom van der Woerdt i...@tvdw.eu wrote: The search gives you back a list of tweets from the past, the stream will send tweets to your application the moment they are sent. Tom On 9/15/10 6:13 PM, Mike wrote: What is the

[twitter-dev] twitter search with 'following' flag

2010-09-13 Thread Felipe Peña Riveros
Hi there I'm developing a twitter app with two states. The first displays a public timeline based on a hashtag (for instance #alliwant). The second one displays an user timeline. In both of them, there's a search functionality in which you can choose whether to look for a hashtag, twitter user

[twitter-dev] Twitter Search API: tweet Source search

2010-08-07 Thread Sunny
Hi There, I am having an issue with the twitter search api. As you know, there is a provision to search for tweets originating from a certain source say q=landing+source:tweetie will search within all tweets coming from tweetie as a source. however when the source looks complex (not just one

Re: [twitter-dev] Twitter Search API: tweet Source search

2010-08-07 Thread Jonathan Reichhold
It should be source:mastercard_marketplace™_homeward_bound but not finding anything with that source. I.e. spaces are replaced with underscores. Jonathan On Fri, Aug 6, 2010 at 8:03 PM, Sunny gayam.ashwin.re...@gmail.com wrote: Hi There, I am having an issue with the twitter search api. As

[twitter-dev] Twitter Search API Problems

2010-08-05 Thread Javier Cornejo
Hi all I have problems with twitter api. I made an application (PHP) that use twitter api (http://search.twitter.com/search.atom?q=) and I use cURL to comunicate both. Until yesterday all worked fine but today all goes bad, twitter api do not reponse through cURL (php) but twitter api works fine

[twitter-dev] Twitter Search request failed. error 420

2010-05-27 Thread Karolis
Hello i was sending this request via php: status:http://search.twitter.com/ search.json?geocode=55.6762944,12.5681157,10mirpp=100 the reply i get is: 420 unused. failed to open stream: HTTP request failed! HTTP/1.1 Is this problem with my code or reliability of api?

Re: [twitter-dev] Twitter Search request failed. error 420

2010-05-27 Thread Jonathan Reichhold
420 is a rate limit. The actual error message in the response does state this. Requesting things more than every 20 seconds will not help your results be any fresher. Jonathan On Thu, May 27, 2010 at 6:29 AM, Karolis pkaro...@gmail.com wrote: Hello i was sending this request via php:

[twitter-dev] Twitter Search API stops working intermittently

2010-05-26 Thread Sajjan
We have requested for Search API whitelisting to increase the limit to 1QPS but we are still facing issue and search stops working intermittently. We are using the search API to search and stream results. Please let us know what shall we do

[twitter-dev] Twitter search API

2010-05-26 Thread Nick
Hello all, The search API is giving me strange results, for instance http://search.twitter.com/search.atom?q=BBC1+OR+Cash+in+the+Atticresult_type=recent vs http://search.twitter.com/search.atom?q=BBC1result_type=recent Shouldn't all the results from the second URL also be available in first

Re: [twitter-dev] Twitter search API

2010-05-26 Thread Jonathan Reichhold
The first one should likely be BBC1 OR Cash in the Attic which translates to (BBC1) OR (Cash AND in AND the AND Attic) instead of BBC1 OR Cash in the Attic which translates to (BBC1) OR (CASH) AND (in) AND (the) AND (Attic) Jonathan On Wed, May 26, 2010 at 1:43 AM, Nick nvan...@gmail.com wrote:

[twitter-dev] Twitter Search source: operator stopped working for sources with an embedded dot?

2010-05-25 Thread Scott Carter
Matt, Doug, I will often use the following query at http://search.twitter.com to monitor links posted with my Social.com application: j.mp source:social.com I noticed over the last few weeks that sometimes the source: operator would stop working altogether for all applications, but usually

[twitter-dev] Twitter Search API (boolean operators)

2010-05-11 Thread taipan541
Hello. :) I have several keywords that I would like to search on Twitter. The keywords are life before death, palliative care, dying, end-of- life care. I have tried to use the boolean operators to form up the search query as stated below.

Re: [twitter-dev] Twitter Search API (boolean operators)

2010-05-11 Thread Jonathan Reichhold
Quotes should be used on all phrases. I.e. http://search.twitter.com/search?q=%22life+before+death%22+OR+%22palliative+care%22+OR+dying+OR+%22end-of-life+care%22 Jonathan On Tue, May 11, 2010 at 8:35 AM, taipan541 taipan...@gmail.com wrote: Hello. :) I have several keywords that I would

[twitter-dev] Twitter Search: The page you were looking for doesn't exist.

2010-03-14 Thread Chung Han Lau
hi, am using twitter search returning json for webpage output. just got this messag returned with this url: http://search.twitter.com/search?q=ands=phrase=ors=nots=tag=lang=allfrom=gp04lchto=ref=near=within=15units=misince=2010-03-01until=rpp=15 seems i cannot use the 'Since this date' and

[twitter-dev] Twitter Search API changes?

2010-02-18 Thread Arron Washington
When the Streaming API when live for production use, I recall an email describing that a set of changes would eventually occur to the Search API in terms of rate limiting and other bits I can't quite remember at the moment. Has there been any update? As a contractor, I've integrated and deployed

[twitter-dev] Twitter search history

2010-02-17 Thread Mark
Hi - I'm trying to figure out how much history search.twitter.com gives access to. For instance, this search query: http://search.twitter.com/search.json?q=barack+obamasince=2008-11-03until=2008-11-05 Which bounds election day 2008, returns no results. . Other variants on the query, such as

Re: [twitter-dev] Twitter Search with HTTP Referrer and User Agent

2010-01-31 Thread Raffi Krikorian
http://www.google.com/search?sourceid=chromeie=UTF-8q=setting+the+user+agent+PHP seems to return some useful stuff. On Sat, Jan 30, 2010 at 11:24 PM, marc mctob...@gmail.com wrote: I'm a novice programmer. I found this statement to be confusing Applications must have a meaningful and unique

Re: [twitter-dev] Twitter Search with HTTP Referrer and User Agent

2010-01-31 Thread Kevin Marshall
You're most likely using cURL with PHP so you want to look into cURL options to set headers...on a very generic level it will be something like: $headers = User-Agent: YourAppName; curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); - Kevin http://friendstat.us On Sun, Jan 31, 2010 at 2:24 AM, marc

[twitter-dev] Twitter Search with HTTP Referrer and User Agent

2010-01-30 Thread marc
I'm a novice programmer. I found this statement to be confusing Applications must have a meaningful and unique User Agent when using this method. A HTTP Referrer is expected but not required. I would like to not run into any limits even though my app is fairly small. How does one set this

[twitter-dev] Twitter Search Italian Language Filter

2010-01-22 Thread loretoparisi
Hello, I opened this thread to discuss about Twitter Search API and Web Search in Italian Language. The language support in the backend simply lacks of something, since a web search on a trending topic with the lang filter: http://search.twitter.com/search?q=haitilang=it will return results in

[twitter-dev] Twitter Search - the page you were looking for doesn't exist

2010-01-11 Thread Mack D. Male
Twitter Search has been very problematic today, mainly for searches using operators. For instance, this search currently returns an error message: http://search.twitter.com/search?q=near%3Aedmonton The page you were looking for doesn't exist. You may have mistyped the address or the page may

[twitter-dev] Twitter Search cache or delayed data?

2009-12-17 Thread Will Ashworth
I built an application that aggregates data a few times per day based on a hashtag search term. My search results for tweets I've done as tests are not showing up in the search. What's the delay time before they show up? My client is asking and I have no idea what to tell them. The application is

Re: [twitter-dev] Twitter Search cache or delayed data?

2009-12-17 Thread Cameron Kaiser
I built an application that aggregates data a few times per day based on a hashtag search term. My search results for tweets I've done as tests are not showing up in the search. What's the delay time before they show up? My client is asking and I have no idea what to tell them. The

[twitter-dev] Twitter Search is timing out using a specific query.

2009-11-29 Thread JimJty
I am getting a timeout error when searching from the api and from the twitter search page. This query works fine: http://bit.ly/5Tyvex source:ShopperTalk but this does not: http source:ShopperTalk or this does not: bit.ly source:ShopperTalk I'm new, should I not be trying a search like the ones

[twitter-dev] Twitter Search Timed Out

2009-11-15 Thread mikawhite
The uptime of twitter search {API} has degraded to the point of making our client app useless. Hoping @twitter finds the issue soon.

[twitter-dev] Twitter Search Issues for Japanese

2009-10-26 Thread Aki
Hi, I'm developing desktop Twitter application for Mac, targeting Japanese Twitterers. I've recently implemented a feature to interface the official Twitter Search API. It came to my attention that there are several severe issues with the current implementation of Twitter Search. Firstly, many

[twitter-dev] Twitter search limit

2009-09-21 Thread hr
Hi I'd like to know if it's possible to get more than 100 searches per request with the search API. I'm using the API with Flash, AS3. I wanna do some data visualization and the limit is not helping me at all. I've thought about doing different queries, one for each 100 and up to the 1500 limit.

[twitter-dev] Twitter search XML Dataset

2009-07-01 Thread Raza
Hello everyone in my application i am trying to pull xml dataset using following link http://search.twitter.com/search.atom?lang=enrpp=150q=+google Problem is i cant get more than 100 results in the tables even though i have given 150 rpp. can someone please explain why is that? thanks --

[twitter-dev] Twitter Search methods - can we get XML instead of JSON returns?

2009-05-11 Thread Jeff Bishop
I see that the Twitter API shows JSON objects as the returning data feed for search API calls. Can we get XML/RSS feeds instead of JSON for easier usage in some environments? Jeff