Social platforms

Twitter search

from $0.0012 per resulttwitter.search

Search recent tweets on X (Twitter) by keyword, hashtag, or advanced query and get back tweet text, author, and engagement metrics.

What a call costs

Billed on actual usage, minimum $0.0020 per call, capped at $3.00 per call.

a price before every call. failed calls are never charged.

When to use it

Use when you need tweets about a topic, sentiment or chatter on X, mentions of a brand or person, or what people are saying right now.

Inputs

Twitter search takes 25 fields, 1 of them required. Anything you leave out falls back to the tool's own default.

FieldTypeRequiredWhat it does
searchTermsarray of stringyesSearch queries. Supports X advanced search syntax.
endstringoptionalOnly tweets before this date, YYYY-MM-DD
sortstringoptionalRank by relevance (Top) or recency (Latest)
startstringoptionalOnly tweets after this date, YYYY-MM-DD
authorstringoptionalOnly tweets sent by this handle. PERSONAL DATA: this points the search at one named person.
geocodestringoptionalOnly tweets from users inside a radius of a coordinate, as latitude,longitude,radius, e.g. 37.781,-122.398,1mi.
maxItemsintegeroptionalMaximum tweets to return across all search terms
inReplyTostringoptionalOnly tweets that are replies to this handle.
onlyImagebooleanoptionalOnly tweets containing an image.
onlyQuotebooleanoptionalOnly quote tweets.
onlyVideobooleanoptionalOnly tweets containing video.
startUrlsarray of stringoptionalX URLs to scrape directly instead of searching. Tweet, profile, search and list URLs all work.
mentioningstringoptionalOnly tweets mentioning this handle.
withinRadiusstringoptionalRadius around geotaggedNear, e.g. 15km.
geotaggedNearstringoptionalOnly tweets sent near this place name.
placeObjectIdstringoptionalOnly tweets tagged with this X place object ID.
tweetLanguagestringoptionalTwo-letter language code to restrict results
minimumRepliesintegeroptionalOnly tweets with at least this many replies.
twitterHandlesarray of stringoptionalHandles whose timelines to pull, without the @ sign.
conversationIdsarray of stringoptionalConversation IDs, to pull a whole reply thread rather than a search.
minimumRetweetsintegeroptionalOnly tweets with at least this many retweets. Engagement floors are the cheapest way to cut noise, because you are billed per tweet returned.
onlyTwitterBluebooleanoptionalOnly tweets from X Premium (Blue) subscribers.
minimumFavoritesintegeroptionalOnly tweets with at least this many likes.
onlyVerifiedUsersbooleanoptional
includeSearchTermsbooleanoptionalAdd the search term that found it to each tweet. Worth setting whenever you send several searchTerms in one call.

How to call it

Connect once and your agent can reach Twitter search the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.

MCP

Add this server in Claude, Claude Code, or any MCP client.

https://mcp.usegoro.ai/mcp

Skill

One line in your agent's chat. It sets itself up.

set up https://usegoro.ai/SKILL.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "twitter.search",
  "input": {
    "sort": "Latest",
    "maxItems": 20,
    "searchTerms": [
      "<searchTerms>"
    ]
  }
}

Run Twitter search from your agent.

One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.

Get started