VOOZH about

URL: https://apify.com/harshmaur/reddit-search-scraper/api

⇱ Reddit Search Scraper β€” Keyword Monitoring & Brand Mentions API Β· Apify


πŸ‘ Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k) avatar

Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k)

Pricing

from $1.50 / 1,000 result saveds

Go to Apify Store

Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k)

Search Reddit by keyword and scrape every matching post, comment, and subreddit. Monitor brand mentions, track topics, and find leads with sort and time-range filters β€” all of Reddit or one community. No API key, no login. Export CSV/Excel/JSON. From $1.50 per 1,000 results.

Pricing

from $1.50 / 1,000 result saveds

Rating

5.0

(2)

Developer

πŸ‘ Harsh Maur

Harsh Maur

Maintained by Community

Actor stats

2

Bookmarked

6

Total users

3

Monthly active users

2 hours ago

Last modified

Share

You might also like

Subreddit Scraper - Whole Subreddits, No 1k Post Cap ($1.5/1k)

harshmaur/reddit-subreddit-scraper

Scrape entire subreddits β€” thousands of posts per community, far beyond Reddit's ~1,000-post listing cap, by combining every sort and time window. Optional comments per post. Archive communities or build ML datasets. No API key. CSV/Excel/JSON. From $1.50 per 1,000 posts.

2

5.0

Reddit Comment Scraper - Export Comments & Replies ($1.5/1k)

harshmaur/reddit-comments-scraper

Scrape Reddit comments without the API β€” every comment and nested reply from any post URL, 'load more comments' expanded automatically. Export to CSV, Excel, or JSON for sentiment analysis, AI training data, or research. No login, no rate limits. From $1.50 per 1,000 comments.

2

5.0

Reddit User Scraper - Profiles, Karma & Post History ($1.5/1k)

harshmaur/reddit-user-scraper

Scrape any Reddit user's profile from a username or URL β€” karma, account age, and full post and comment history. Built for audience research, moderation vetting, and OSINT on public data. No API key, no login. Export to CSV, Excel, or JSON. From $1.50 per 1,000 results.

3

5.0

Reddit Scraper πŸ†• $1.5 per 1k

klondikeking/reddit-scraper-1-5-per-1k

Extract posts, comments, and subreddit data from Reddit. Supports search, sorting, comment threads, and pagination. Fast, reliable, and pay-per-result.

πŸ‘ User avatar

Pierrick McD0nald

6

Reddit Search Scraper β€” Posts, Comments & Users

logiover/reddit-search-scraper

Scrape Reddit subreddit search with no API key or login. Export posts and comments to CSV/JSON β€” a Reddit API alternative for keyword monitoring.

Reddit Post Search

truefetch/reddit-post-search

Cross-subreddit keyword search β€” post title, body, score, subreddit, author, and 40+ fields with optional comment threads. Up to 1,000,000 posts. $5.80 per 1,000.

19

4.1

Reddit Scraper (no login Β· no API key)

fruityp/reddit-scraper

Scrape Reddit posts, comments, and keyword-search results from any subreddit β€” full comment trees with author, score, and timestamps. No login, no API key needed. Export to JSON, CSV, or Excel. Works with your own proxy on the free plan.

Reddit Scraper

automation-lab/reddit-scraper

Working Reddit scraper for public Reddit search, subreddit listings, posts, comments, and user profiles. No Reddit account or API key required.

πŸ‘ User avatar

Stas Persiianenko

1.5K

4.6

Reddit Explorer 3.1

jupri/reddit

πŸ’« All-in-One Reddit.com Scraper πŸŸͺ🟦🟩🟨🟧πŸŸ₯

Related articles

How to scrape Reddit data with unofficial Reddit API
Read more

You can access the Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k) programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "searchTerms": [
< "artificial intelligence"
< ],
< "searchSort": "new",
< "searchTime": "all",
< "maxPostsCount": 25,
< "maxCommentsCount": 25,
< "maxCommunitiesCount": 5,
< "maxCommentsPerPost": 10,
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/harshmaur~reddit-search-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Reddit Search Scraper β€” Keyword Monitoring & Brand Mentions API

Below, you can find a list of relevant HTTP API endpoints for calling the Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k) Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/harshmaur~reddit-search-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/harshmaur~reddit-search-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/harshmaur~reddit-search-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k) API programmatically via the Apify API.

You can choose from:

Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k) API in Python

Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k) API in JavaScript

Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k) API through CLI

Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k) OpenAPI definition

You can start Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k) with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k) is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k) run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.