# Reddit Comments ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/reddit/comments` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/reddit-comments | ## Description Extract valuable Reddit comments for superior market analysis, user feedback, and customer insights with our API. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/reddit/comments' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "user": "Whiffin", "title": "Teammate boost indicators, rarity & name changes", "content": "I would really like to see some kind of boost indicator for our teammates along with the boost changes! \n\nDoes anyone know if this is being considered at all? Also, what are your thoughts on the flags? I think it's a good idea but needs more color options. \n\nWhat are your favorite colors?", "post_id": "1c4pu51", "comments": [ { "user": "Rocket_Fire324", "content": "I agree! Boost indicators would be a great addition. Also, I'm really digging the flag idea!" }, { "user": "Cheese_McGee89", "content": "Flags are cool but the colors are limited. I hope they add more soon." }, { "user": "Gamer_L33T", "content": "Boost indicators might help, but I'm worried it could clutter the screen. As for flags, I like the idea but I'm not impressed with the current selection of colors." }, { "user": "Jules_Rekt", "content": "I think the boost indicators should be subtle, not too distracting. Different flag colors would definitely be awesome!" }, { "user": "Sky_Harbor_95", "content": "They should definitely add more customization options. Both for flags and boost indicators." }, { "user": "Pixel_Saviorz", "content": "It's a neat idea! I wouldn't mind having more ways to customize our gameplay experience." }, { "user": "Boost_Maniac", "content": "More colors for flags are a must! Also, being able to see teammate boost levels would help in those clutch moments." }, { "user": "Drift_King_001", "content": "Not sure about the teammate boost indicator. It could be useful, but I like having a cleaner UI." }, { "user": "Flick_Flame", "content": "I love purple! Definitely need more color variety in the flags." }, { "user": "SavageSarah", "content": "Subtle boost indicators could work. And yes, more color options for flags please!" } ], "subreddit": "RocketLeague" } ``` ## Documentation ## Overview Extract valuable Reddit comments for superior market analysis, user feedback, and customer insights with our API. ## Quickstart ``` GET https://api.piloterr.com/v2/reddit/comments?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Reddit Comments data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Reddit without maintaining scrapers - Power internal dashboards and workflow automations with live Reddit data