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-charts dataset API

Endpoint Playground

Try the Search the app-charts dataset API

Test Crawlora's Search the app-charts 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/charts/search
Platform
Datasets
Auth
apiKey
Credits
No listed credit charge
Required params
None
Common optional params
q, store, chart_type, collection, category, country
Search the app-charts dataset API documentationDatasets platform pageCrawlora API pricingTry Stored Datasets List APITry Search the apps-intelligence dataset APITry Google Maps Business Dataset Facets APITry Google Maps Business Dataset Item APITry Nearby Google Maps Business Dataset API

Prefilled cURL

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

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
qstringNoFull-text query over chart-entry title and developer, max 256 characters
storestringNoStore enum: ios, android
chart_typestringNoChart enum: top_free, top_paid, top_grossing, new
collectionstringNoRaw store collection id filter (e.g. topgrossingapplications, GROSSING), max 128 characters
categorystringNoStore category/genre filter, max 128 characters; empty for the overall charts
countrystringNoExact storefront country filter, max 128 characters
app_idstringNoExact app filter — iOS numeric track id or Android package; pair with sort=date_desc for rank history
datestringNoSnapshot date filter yyyy-MM-dd; defaults to the latest snapshot
sortstringNoSort enum: rank, rank_desc, date_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,
  "msg": "OK",
  "data": {
    "dataset": "charts",
    "items": [
      {
        "chart_uid": "android:GROSSING::jp:2026-06-19:1",
        "store": "android",
        "collection": "GROSSING",
        "chart_type": "top_grossing",
        "country": "jp",
        "snapshot_date": "2026-06-19",
        "rank": 1,
        "app_id": "com.google.android.apps.subscriptions.red",
        "title": "Google One",
        "developer": "Google LLC",
        "free": true,
        "url": "https://play.google.com/store/apps/details?id=com.google.android.apps.subscriptions.red"
      }
    ],
    "snapshot_date": "2026-06-19",
    "page": 1,
    "page_size": 20,
    "total": 100,
    "sort": "rank"
  }
}

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.chartsSearchResponseDocDatasets
GET /datasets/charts/search

Search the app-charts dataset

Searches daily top-chart snapshots scraped from the iOS App Store and Google Play, stored in a search index (one document per chart × snapshot × rank). With no `date` the latest snapshot is returned (today's chart); pair `app_id` with `sort=date_desc` for an app's rank over time. Store enum: `ios`, `android`. Chart type enum: `top_free`, `top_paid`, `top_grossing`, `new`. Sort enum: `rank`, `rank_desc`, `date_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,
  "msg": "OK",
  "data": {
    "dataset": "charts",
    "items": [
      {
        "chart_uid": "android:GROSSING::jp:2026-06-19:1",
        "store": "android",
        "collection": "GROSSING",
        "chart_type": "top_grossing",
        "country": "jp",
        "snapshot_date": "2026-06-19",
        "rank": 1,
        "app_id": "com.google.android.apps.subscriptions.red",
        "title": "Google One",
        "developer": "Google LLC",
        "free": true,
        "url": "https://play.google.com/store/apps/details?id=com.google.android.apps.subscriptions.red"
      }
    ],
    "snapshot_date": "2026-06-19",
    "page": 1,
    "page_size": 20,
    "total": 100,
    "sort": "rank"
  }
}

Endpoint details

Searches daily top-chart snapshots scraped from the iOS App Store and Google Play, stored in a search index (one document per chart × snapshot × rank). With no `date` the latest snapshot is returned (today's chart); pair `app_id` with `sort=date_desc` for an app's rank over time. Store enum: `ios`, `android`. Chart type enum: `top_free`, `top_paid`, `top_grossing`, `new`. Sort enum: `rank`, `rank_desc`, `date_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/charts/search
Authentication
apiKey
Credit cost
No listed credit charge
Platform
Datasets
Parameters
12 documented fields

Request parameters

q:querystore:querychart_type:querycollection:querycategory:querycountry:queryapp_id:querydate:querysort:querypage:querypage_size:queryx-api-key:header

Response schema fields

codedatadata.datasetdata.itemsdata.items[].app_iddata.items[].categorydata.items[].chart_typedata.items[].chart_uiddata.items[].collectiondata.items[].countrydata.items[].crawled_atdata.items[].developer

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "dataset": "charts",
    "items": [
      {
        "chart_uid": "android:GROSSING::jp:2026-06-19:1",
        "store": "android",
        "collection": "GROSSING",
        "chart_type": "top_grossing",
        "country": "jp",
        "snapshot_date": "2026-06-19",
        "rank": 1,
        "app_id": "com.google.android.apps.subscriptions.red",
        "title": "Google One",
        "developer": "Google LLC",
        "free": true,
        "url": "https://play.google.com/store/apps/details?id=com.google.android.apps.subscriptions.red"
      }
    ],
    "snapshot_date": "2026-06-19",
    "page": 1,
    "page_size": 20,
    "total": 100,
    "sort": "rank"
  }
}

cURL example

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

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