Apify Store
AS
Apify Store
/danek/twitter-scraper

Twitter Scraper

Scrap Twitter fast and easy. It is designed to be fast and efficient, so it can extract a large number of post for low price.

liveasyncunknown~30s typical
social medialead generationtwitter
$0.00038
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0003 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 /danek/twitter-scraper for me.

Input

FieldTypeDescription
usernamestringTwitter username (those with @) to scrape
querystringQuery to search
search_typestring (Top | Latest | Media | People | Lists)Type of search default "Top"
countrystringCountry to check trends.
post_idstringPost id to scrape response
lookup_post_idsarrayPost ids to scrape details
max_posts*integerNumber of posts to scrape. For free users is set to 20

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":"/danek/twitter-scraper","input":{"username":"elonmusk","query":"Twitter","country":"Portugal","post_id":"1877645134780629107","lookup_post_ids":["1877645134780629107"],"max_posts":3},"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 /danek/twitter-scraper -i '{"username":"elonmusk","query":"Twitter","country":"Portugal","post_id":"1877645134780629107","lookup_post_ids":["1877645134780629107"],"max_posts":3}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/danek/twitter-scraper", input: {"username":"elonmusk","query":"Twitter","country":"Portugal","post_id":"1877645134780629107","lookup_post_ids":["1877645134780629107"],"max_posts":3}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.