Crawlora
ProductPlatformsUse CasesDocsPricingCompareContact
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 APIFor AI AgentsFeaturesPlatformsTravel APIsReal Estate APIsPricingReferral Program

Platforms

Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms

Developers

DocsGetting StartedAPI ExamplesPlaygroundSDKsGitHub

Use cases

SERP MonitoringSERP Rank Checker APIGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases

Resources

Free Web ScraperAnti-Bot CheckerDead-Web IndexKeyword ResearchBlogChangelogAll free tools

Legal

ContactTermsPrivacy
Product
Web Scraping APIFor AI AgentsFeaturesPlatformsTravel APIsReal Estate APIsPricingReferral Program
Platforms
Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms
Developers
DocsGetting StartedAPI ExamplesPlaygroundSDKsGitHub
Use cases
SERP MonitoringSERP Rank Checker APIGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases
Resources
Free Web ScraperAnti-Bot CheckerDead-Web IndexKeyword ResearchBlogChangelogAll free tools
Legal
ContactTermsPrivacy
© 2026 Crawlora. All rights reserved.·Built by Tony Wang
System statusCrawlora API status
  1. Home
  2. /Playground
  3. /Datasets
  4. /Search the app-reviews dataset API

Endpoint Playground

Try the Search the app-reviews dataset API

Test Crawlora's Search the app-reviews dataset API with realistic prefilled filters. Generate a cURL request, inspect stored structured JSON records, and open the full docs or pricing page when you are ready to integrate dataset search. Dataset Playground requests query indexed data and do not apply proxy routing.

Endpoint facts

Method
GET
API path
/datasets/apps-reviews/search
Platform
Datasets
Auth
apiKey
Credits
No listed credit charge
Required params
None
Common optional params
q, store, app_id, country, min_score, sort
Search the app-reviews dataset API documentationDatasets platform pageCrawlora API pricingTry Stored Datasets List APITry Search the app-charts dataset APITry Search the apps-intelligence dataset APITry Google Maps Business Dataset Facets APITry Google Maps Business Dataset Item API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/datasets/apps-reviews/search" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
qstringNoFull-text query over review text, title and author, max 256 characters
storestringNoStore enum: ios, android
app_idstringNoExact app filter — iOS numeric track id or Android package, max 128 characters
countrystringNoExact storefront country filter, max 128 characters
min_scoreintegerNoMinimum star rating, 1 through 5
sortstringNoSort enum: recent, score_desc, score_asc, helpful_desc
pageintegerNoPage number, defaults to 1
page_sizeintegerNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000

Example JSON response

{
  "code": 200,
  "data": {
    "dataset": "sample",
    "items": [
      {
        "app_id": "sample-id",
        "app_uid": "sample-id",
        "country": "sample",
        "last_crawled": "sample",
        "reply_text": "sample",
        "review_id": "sample-id",
        "review_uid": "sample-id",
        "reviewed_at": "sample",
        "score": 1,
        "store": "sample",
        "text": "sample",
        "thumbs_up": 1,
        "title": "sample",
        "url": "https://example.com/resource",
        "user_name": "sample",
        "version": "sample"
      }
    ],
    "page": 1,
    "page_size": 1,
    "sort": "sample",
    "total": 1
  },
  "msg": "OK"
}

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.

8 shown
Group
GETapiKeyNo listed credit chargedatasets.reviewsSearchResponseDocDatasets
GET /datasets/apps-reviews/search

Search the app-reviews dataset

Searches user reviews scraped from the iOS App Store and Google Play, stored in a search index (one document per review). Store enum: `ios`, `android`. Sort enum: `recent`, `score_desc`, `score_asc`, `helpful_desc`.

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

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,
  "data": {
    "dataset": "sample",
    "items": [
      {
        "app_id": "sample-id",
        "app_uid": "sample-id",
        "country": "sample",
        "last_crawled": "sample",
        "reply_text": "sample",
        "review_id": "sample-id",
        "review_uid": "sample-id",
        "reviewed_at": "sample",
        "score": 1,
        "store": "sample",
        "text": "sample",
        "thumbs_up": 1,
        "title": "sample",
        "url": "https://example.com/resource",
        "user_name": "sample",
        "version": "sample"
      }
    ],
    "page": 1,
    "page_size": 1,
    "sort": "sample",
    "total": 1
  },
  "msg": "OK"
}

Endpoint details

Searches user reviews scraped from the iOS App Store and Google Play, stored in a search index (one document per review). Store enum: `ios`, `android`. Sort enum: `recent`, `score_desc`, `score_asc`, `helpful_desc`. Dataset endpoints are built for repeatable structured search, facets, geo queries, pagination, and item lookup over indexed records. They do not trigger live scraping or proxy routing.

Method
GET
Path
/datasets/apps-reviews/search
Authentication
apiKey
Credit cost
No listed credit charge
Platform
Datasets
Parameters
9 documented fields

Request parameters

q:querystore:queryapp_id:querycountry:querymin_score:querysort:querypage:querypage_size:queryx-api-key:header

Response schema fields

codedatadata.datasetdata.itemsdata.items[].app_iddata.items[].app_uiddata.items[].countrydata.items[].last_crawleddata.items[].reply_textdata.items[].review_iddata.items[].review_uiddata.items[].reviewed_at

Sample response summary

{
  "code": 200,
  "data": {
    "dataset": "sample",
    "items": [
      {
        "app_id": "sample-id",
        "app_uid": "sample-id",
        "country": "sample",
        "last_crawled": "sample",
        "reply_text": "sample",
        "review_id": "sample-id",
        "review_uid": "sample-id",
        "reviewed_at": "sample",
        "score": 1,
        "store": "sample",
        "text": "sample",
        "thumbs_up": 1,
        "title": "sample",
        "url": "https://example.com/resource",
        "user_name": "sample",
        "version": "sample"
      }
    ],
    "page": 1,
    "page_size": 1,
    "sort": "sample",
    "total": 1
  },
  "msg": "OK"
}

cURL example

curl "https://api.crawlora.net/api/v1/datasets/apps-reviews/search" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingList stored scraped datasetsSearch the app-charts datasetSearch the apps-intelligence datasetFacet stored Google Maps businessesGet a stored Google Maps business

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