Questions tagged [twitter-search]

Twitter search refers to the search form of Twitter, capable of finding various Twitter content - users, tweets, retweets, and others.

Twitter search refers to the search form of Twitter, capable of finding various Twitter content - users, tweets, retweets, and others. If the basic Twitter search is not turning up results for the desired terms, an option is to use advanced search that provides various search operators, which you can use to fine-tune your search query.

104 questions
2
votes
2 answers

Twitter search API: search by tweet id

I'd like send query to twitter search API using the tweet id but it seems you cannot search a tweet by having its id (maybe because you don't need to search it if you already have the id). For example imagine we have a tweet…
PHA
  • 1,588
  • 5
  • 18
  • 37
2
votes
1 answer

Is there a standard way of linking to a tweet using solely the ID?

I have a database of Tweet IDs, acquired from search/tweets, that I need to eventually convert to oEmbed format. In order to do this, the first step is to get a Tweet's URL. How can I link to a tweet using only the ID?
jonlambert
  • 432
  • 7
  • 14
2
votes
1 answer

Is there a 'filter:hashtags' in the Twitter Stream API?

I'd like to only retrieve tweets that contain any hashtag in the Twitter Stream API. In the Search API, this can be done using 'filter:hashtags'. I am using the locations filter and would like to also get tweets that contain the '#' character.…
agentargo
  • 401
  • 5
  • 17
2
votes
0 answers

Callback when Twitter Retweet

I am new to using twitter streaming api. I want to allow users to tweet from my application a text . And then if some body retweets that, i want to get notified. If there are thousands of users who tweeted from my app, i need to know if somebody…
rakeshvenkata
  • 137
  • 3
  • 9
2
votes
0 answers

Twitter API Limit Mystery

I am mining some tweets from twitter via twitter 4j. My code is running on a server and until yesterday I had no issues however I have recently started to get this error. 403:The request is understood, but it has been refused. An accompanyll…
2
votes
0 answers

How to crawl a hashtag on twitter automatically with search api

I've created an app on twitter, and i can make a search and get results. For example when i searched #starbucks it has found 25.000 tweet but max paging limit is 100 record per page that means i have to navigate 250 page to insert theese tweets to…
canerkoroglu
  • 67
  • 1
  • 8
2
votes
1 answer

LinqToTwitter: How to search tweets of users which i follow?

LinqToTwitter: How to search tweets of users which i follow? Using below code, I m getting results for all pubic tweets but i want to query tweets of users which i follow? var twitterCtx = new TwitterContext(auth); var searchResults = …
2
votes
2 answers

Unable to get more than 7 days of tweets using search.twitter.com

Is it possible to get more than 6-9 days old data(tweets) using "https://search.twitter.com/search.json?q=" I've tried multiple things mentioned at https://dev.twitter.com/docs/api/1/get/search and https://dev.twitter.com/docs/using-search but still…
Bhanu
  • 155
  • 2
  • 9
2
votes
1 answer

Is the search.twitter.com API going to become deprecated in March 2013?

I've started to read something about certain Twitter API 1.0 deprecation deadline around march 2013, inviting all their users to migrate onto the 1.1 version of said API. The main difference between the 2 of them (among others) seems to be "the…
Isaac
  • 1,794
  • 4
  • 21
  • 41
2
votes
1 answer

Twitter Search API - Over 20 terms

I am attempting to pull several @user and #hashtags from the twitter search API. The complexity of the query is causing a 403 error. Wondering what the recommended work around for this is. My thought is to query each term individually. So if I have…
Chris
  • 4,762
  • 3
  • 44
  • 79
1
vote
2 answers

Twitter Search API Rate Limit Zend

We are trying to create a app which allows the user to display the latest twitter news on 20 football teams. We are using Zend_Service_Twitter_Search with the football team query e.g. "Arsenal". The problem we are having is at any 1 point the…
John Jones
  • 2,175
  • 2
  • 20
  • 29
1
vote
1 answer

Issues With Twitter API V2 Elevated Access and has:geo Query Parameter

I have Elevated access to the Twitter API V2, and I am working with the API in Postman to search for recent Tweets containing a keyword. I’d like to be able to add a further query parameter to only return Tweets that have a geolocation associated…
Jake
  • 23
  • 4
1
vote
0 answers

Scraping hourly tweets for a given time period with SNSscrape

I'm trying to circumvent the problem of snscrape not supporting gathering tweets evenly throughout the day. But I'm running into some issues with the output of the data I get. I want to collect tweets mentioning stock tickers from the SP500. But for…
Begre
  • 43
  • 6
1
vote
2 answers

How to clear the searchbox when using selenium to scrape twitter with different keywords

I'm trying to scrape twitter depending on different keywords, I want the script to take the words one by one and clear the search box each time to use the next one, but I have a problem with that =========================================== from…
Shaimaa
  • 35
  • 6
1
vote
2 answers

Distributing Twitter Widget Among Application Users

Hey guys is there anyway to circumvent the Twitter rate limit by using a Twitter widget and embedding it in the end users browser? In other words would using Twitter Search widget apart of the user's browser's session (while they are using my app)…
Henry
  • 926
  • 2
  • 12
  • 27