VOOZH about

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

⇱ Reddit Comment Scraper β€” Export Comments & Replies API Β· Apify


πŸ‘ Reddit Comment Scraper - Export Comments & Replies ($1.5/1k) avatar

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

Pricing

from $1.50 / 1,000 result saveds

Go to Apify Store

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

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.

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

4

Monthly active users

2 hours ago

Last modified

Share

You might also like

Best Youtube Comments Scraper

scrape-creators/best-youtube-comments-scraper

Scrape YouTube comments fast and at scale. Extract comment text, likes, author info, timestamps, and replies from any video. Export to JSON, CSV. Perfect for sentiment analysis, research, or content strategy. Just $1 per 1,000 comments.

πŸ‘ User avatar

Scrape Creators

78

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

harshmaur/reddit-search-scraper

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.

4

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

Instagram Profile Posts & Comments Scraper | No cookies

krazee_kaushik/instagram-profile-posts-and-comments-scraper

Scrape Instagram posts from multiple profiles in one run, including comments for every post. Control how many comments you collect and how they’re sorted β€” no separate comment scraper needed. Export to Excel, CSV, JSON, and more. Starting at $1/1,000 posts + $0.5/1,000 comments.

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

Fast TikTok Comments Scraper API - Extract Comments & Replies

apidojo/tiktok-comments-scraper-api

Extract comments, replies, user profiles & engagement data at 1,000 comments/min with a 99% success rate. Transparent pricing from $0.30/1,000 comments, 10 free comments (and 10 free replies) per query, no proxies or login - perfect for sentiment analysis, brand monitoring & social listening.

Instagram Comments Scraper

scrapesmith/instagram-comments-scraper

⚑ Instagram Comments Scraper – Extract comments, usernames, likes, replies & timestamps from any public post or reel. Bulk scraping, no login needed. Export to JSON, CSV or Excel. Starts at $0.50/1,000 results.

910

4.8

Facebook Comments [$1.5πŸ’°] Scraper

memo23/facebook-comments-scraper

πŸ’° $1.5 per 1,000 results – No limits, no quotas, unlimited extraction. Extracts Facebook comments with profile data (name, ID, avatar, URL), comment metadata (text, date, likes, replies), post context (title, URL), and threading info for posts, reels, photos, and group content.

πŸ‘ User avatar

Muhamed Didovic

42

5.0

Reddit Comment Scraper

api-empire/reddit-comment-scraper

Automatically extract Reddit comments and replies using Reddit Comments Scraper. Collect comment text, usernames, scores, and timestamps to support sentiment tracking, brand monitoring, and community research.

You can access the Reddit Comment Scraper - Export Comments & Replies ($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'
<{
< "postUrls": [
< {
< "url": "https://www.reddit.com/r/generativeAI/comments/1l64st7/have_we_reached_a_point_where_aigenerated_video/"
< }
< ],
< "maxCommentsPerPost": 100,
< "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-comments-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Reddit Comment Scraper β€” Export Comments & Replies API

Below, you can find a list of relevant HTTP API endpoints for calling the Reddit Comment Scraper - Export Comments & Replies ($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-comments-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-comments-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-comments-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 Comment Scraper - Export Comments & Replies ($1.5/1k) API programmatically via the Apify API.

You can choose from:

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

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

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

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

You can start Reddit Comment Scraper - Export Comments & Replies ($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 Comment Scraper - Export Comments & Replies ($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 Comment Scraper - Export Comments & Replies ($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.