Apify Store
AS
Apify Store
/vulnv/reddit-posts-search-scraper

Reddit Posts Search Scraper

Search and scrape Reddit posts by keyword. Extract detailed post data, comments, scores, timestamps, and metadata for research and analysis.

liveasyncunknown~30s typical
lead generationsocial medianewsredditpostssearch
$0.0037
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.003 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 /vulnv/reddit-posts-search-scraper for me.

Input

FieldTypeDescription
keyword*stringThe keyword or phrase to search for in Reddit posts default "artificial intelligence"
limitintegerThe maximum number of posts to scrape default 25
sortstring (relevance | hot | top | new | comments)How to sort the search results default "relevance"
time_filterstring (hour | day | week | month | year | all)Filter posts by time period default "week"
include_commentsbooleanFetch the comment thread for each post (body text is always included). Turn off for faster, cheaper post-only results. default true

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":"/vulnv/reddit-posts-search-scraper","input":{"keyword":"artificial intelligence","limit":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 /vulnv/reddit-posts-search-scraper -i '{"keyword":"artificial intelligence","limit":3}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/vulnv/reddit-posts-search-scraper", input: {"keyword":"artificial intelligence","limit":3}, wait: false })

Try it

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