Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsDatasetsGeocodingJustWatchAirbnbTripAdvisorZillowCoinGeckoYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesShowcasesBlogChangelogPlaygroundSDKsIntegrationsMCPGitHub

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceCrypto Market ResearchFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsDatasetsGeocodingJustWatchAirbnbTripAdvisorZillowCoinGeckoYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesShowcasesBlogChangelogPlaygroundSDKsIntegrationsMCPGitHub
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceCrypto Market ResearchFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
  1. Home
  2. /Playground
  3. /YouTube
  4. /Retrieve video comments (top-level & replies) API

Endpoint Playground

Try the Retrieve video comments (top-level & replies) API

Test Crawlora's Retrieve video comments (top-level & replies) API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/youtube/comments/{id}
Platform
YouTube
Auth
apiKey
Credits
3 credits/request
Required params
id
Common optional params
continuation_token
Retrieve video comments (top-level & replies) API documentationYouTube platform pageCrawlora API pricingTry YouTube Captions APITry Retrieve the playlists tab for a YouTube channel APITry Search within a YouTube channel APITry Retrieve the shorts tab for a YouTube channel APITry YouTube Channel Videos API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/youtube/comments/<id>" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
id (path)stringYesYouTube video ID (11-character code)
continuation_tokenstringNoPagination token returned by a previous request, first page if empty

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "comments": [
      {
        "comment_id": "UgzjL_eQm9EVQN5n9Ex4AaABAg",
        "content": "This is OpenAI's daily reminder to NOT PUT ADS ON CHATGPT!!!",
        "channel_id": "UC1VvgrsdOvQoQvXixTe9Y3Q",
        "user_name": "@hudsonsknexproductions",
        "published_time": "2025-07-02T17:13:47.01045379Z",
        "reply_count": 7
      }
    ],
    "continuation_token": "Eg0SC2F0WHlYUDN5WVo0GAYy0AIKpgJnZXRfcmFua2VkX3N0cmVhbXMtLUNxVUJDSUFFRlJlMzBUZ2FtZ0VLbFFFSTJGOFFnQVFZQnlLS0Fac1VKOWstb2JpbmtlTGExaFI3aEhFV..."
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

13 shown
GETapiKey3 credits/requestyoutube.commentsResponseDocYouTube
GET /youtube/comments/{id}

Retrieve video comments (top-level & replies)

Returns a page of comments for a specific YouTube video.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "comments": [
      {
        "comment_id": "UgzjL_eQm9EVQN5n9Ex4AaABAg",
        "content": "This is OpenAI's daily reminder to NOT PUT ADS ON CHATGPT!!!",
        "channel_id": "UC1VvgrsdOvQoQvXixTe9Y3Q",
        "user_name": "@hudsonsknexproductions",
        "published_time": "2025-07-02T17:13:47.01045379Z",
        "reply_count": 7
      }
    ],
    "continuation_token": "Eg0SC2F0WHlYUDN5WVo0GAYy0AIKpgJnZXRfcmFua2VkX3N0cmVhbXMtLUNxVUJDSUFFRlJlMzBUZ2FtZ0VLbFFFSTJGOFFnQVFZQnlLS0Fac1VKOWstb2JpbmtlTGExaFI3aEhFV..."
  }
}

Endpoint details

Returns a page of comments for a specific YouTube video.

Method
GET
Path
/youtube/comments/{id}
Authentication
apiKey
Credit cost
3 credits/request
Platform
YouTube
Parameters
3 documented fields

Request parameters

id:pathcontinuation_token:queryx-api-key:header

Response schema fields

codedatadata.commentsdata.comments[].channel_iddata.comments[].comment_iddata.comments[].contentdata.comments[].continuation_tokendata.comments[].likes_countdata.comments[].published_timedata.comments[].reply_countdata.comments[].user_namedata.continuation_token

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "comments": [
      {
        "comment_id": "UgzjL_eQm9EVQN5n9Ex4AaABAg",
        "content": "This is OpenAI's daily reminder to NOT PUT ADS ON CHATGPT!!!",
        "channel_id": "UC1VvgrsdOvQoQvXixTe9Y3Q",
        "user_name": "@hudsonsknexproductions",
        "published_time": "2025-07-02T17:13:47.01045379Z",
        "reply_count": 7
      }
    ],
    "continuation_token": "Eg0SC2F0WHlYUDN5WVo0GAYy0AIKpgJnZXRfcmFua2VkX3N0cmVhbXMtLUNxVUJDSUFFRlJlMzBUZ2FtZ0VLbFFFSTJGOFFnQVFZQnlLS0Fac1VKOWstb2JpbmtlTGExaFI3aEhFV..."
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/youtube/comments/<id>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingRetrieve auto-generated or human captionsRetrieve the playlists tab for a YouTube channelSearch within a YouTube channelRetrieve the shorts tab for a YouTube channelRetrieve the videos tab for a YouTube channel

Browse public API demos

Search stored Google Maps businessesFacet stored Google Maps businessesGoogle Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko markets
DocsPlatformsPricing