AS
Apify Store
/scraper_one/x-posts-search
X (Twitter) Posts Search
✨ Search for X (formerly Twitter) posts using keywords or hashtags. Retrieve post URLs, content, publication dates, author details, and engagement metrics. Ideal for monitoring brand mentions on X ove
liveasyncunknown~30s typical
social medialead generationotherpostssearch
$0.00031
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.00025 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /scraper_one/x-posts-search for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | The search term to look for. |
| resultsCount | integer | Number of search results to retrieve. If not set, only a few of the first posts will be returned. Note: Free-plan users can retrieve up to 100 posts per search query. |
| timeWindow | integer | Get posts from last n day(s). Works only when the Search Type is set to 'Latest' |
| timeWindowHours | integer | Get posts from last n hours. Works only when the Search Type is set to 'Latest' |
| searchType* | string (top | latest) | What kind of posts you'd like to search for. default "top" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/scraper_one/x-posts-search","input":{"query":"Iceland","resultsCount":3,"searchType":"top"},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /scraper_one/x-posts-search -i '{"query":"Iceland","resultsCount":3,"searchType":"top"}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/scraper_one/x-posts-search", input: {"query":"Iceland","resultsCount":3,"searchType":"top"}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.