The Social Media Scraping API allows you to scrape information from Reddit. The following targets are available:
reddit_post
reddit_subreddit
reddit_user
Reddit post
This target will return information from a post in a subreddit.
POST https://scraper-api.smartproxy.com/v2/scrape
Payload type: JSON
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
url | url | ✅ | Reddit post URL | https://www.reddit.com/r/NoStupidQuestions/comments/148b755/what_will_10_pushups_a_day_do/ |
target | string | ✅ | This target type | reddit_post |
locale | string | Language locale | en-GB | |
geo | string | Geolocation | United States |
Reddit subreddit
This target will return information from a given subreddit.
POST https://scraper-api.smartproxy.com/v2/scrape
Payload type: JSON
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
url | url | ✅ | Reddit subreddit URL | https://www.reddit.com/r/CasualUK |
target | string | ✅ | This target type | reddit_subreddit |
locale | string | Language locale | en-GB | |
geo | string | Geolocation | United States |
Reddit user
This target will return information from a Reddit user's page.
POST https://scraper-api.smartproxy.com/v2/scrape
Payload type: JSON
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
url | url | ✅ | Reddit user URL | https://www.reddit.com/user/jptoc |
target | string | ✅ | This target type | reddit_user |
locale | string | Language locale | en-GB | |
geo | string | Geolocation | United States |
Updated 12 months ago