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 apps-intelligence dataset API

Endpoint Playground

Try the Search the apps-intelligence dataset API

Test Crawlora's Search the apps-intelligence 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/search
Platform
Datasets
Auth
apiKey
Credits
2 credits/request
Required params
None
Common optional params
q, store, category, country, developer, free
Search the apps-intelligence dataset API documentationDatasets platform pageCrawlora API pricingTry Stored Datasets List APITry Google Maps Business Dataset Facets APITry Google Maps Business Dataset Item APITry Nearby Google Maps Business Dataset APITry Google Maps Business Dataset Search API

Prefilled cURL

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

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
qstringNoFull-text query over title, developer and category, max 256 characters
storestringNoStore enum: ios, android, both
categorystringNoExact app-store category filter, max 128 characters
countrystringNoExact storefront country filter, max 128 characters
developerstringNoExact developer/publisher name filter, max 128 characters
freebooleanNoFilter by price; true keeps only free apps, false only paid
min_ratingnumberNoMinimum store rating, 0 through 5
min_reviewsintegerNoMinimum ratings/review count
sortstringNoSort enum: relevance, rating_desc, reviews_desc, installs_desc, updated_at_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": "apps",
    "items": [
      {
        "app_uid": "ios:6448311069",
        "store": "ios",
        "ios_app_id": "6448311069",
        "title": "ChatGPT",
        "developer": "OpenAI",
        "category": "Productivity",
        "country": "us",
        "free": true,
        "score": 4.9,
        "ratings_count": 7976038,
        "url": "https://apps.apple.com/us/app/id6448311069"
      }
    ],
    "page": 1,
    "page_size": 20,
    "total": 1,
    "sort": "reviews_desc"
  }
}

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.

6 shown
Group
GETapiKey2 credits/requestdatasets.appsSearchResponseDocDatasets
GET /datasets/apps/search

Search the apps-intelligence dataset

Searches resolved iOS App Store and Google Play apps stored in a search index. Store enum: `ios`, `android`, `both`. Sort enum: `relevance`, `rating_desc`, `reviews_desc`, `installs_desc`, `updated_at_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": "apps",
    "items": [
      {
        "app_uid": "ios:6448311069",
        "store": "ios",
        "ios_app_id": "6448311069",
        "title": "ChatGPT",
        "developer": "OpenAI",
        "category": "Productivity",
        "country": "us",
        "free": true,
        "score": 4.9,
        "ratings_count": 7976038,
        "url": "https://apps.apple.com/us/app/id6448311069"
      }
    ],
    "page": 1,
    "page_size": 20,
    "total": 1,
    "sort": "reviews_desc"
  }
}

Endpoint details

Searches resolved iOS App Store and Google Play apps stored in a search index. Store enum: `ios`, `android`, `both`. Sort enum: `relevance`, `rating_desc`, `reviews_desc`, `installs_desc`, `updated_at_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/search
Authentication
apiKey
Credit cost
2 credits/request
Platform
Datasets
Parameters
12 documented fields

Request parameters

q:querystore:querycategory:querycountry:querydeveloper:queryfree:querymin_rating:querymin_reviews:querysort:querypage:querypage_size:queryx-api-key:header

Response schema fields

codedatadata.datasetdata.itemsdata.items[].android_max_installsdata.items[].android_packagedata.items[].app_uiddata.items[].categorydata.items[].countrydata.items[].currencydata.items[].developerdata.items[].developer_id

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "dataset": "apps",
    "items": [
      {
        "app_uid": "ios:6448311069",
        "store": "ios",
        "ios_app_id": "6448311069",
        "title": "ChatGPT",
        "developer": "OpenAI",
        "category": "Productivity",
        "country": "us",
        "free": true,
        "score": 4.9,
        "ratings_count": 7976038,
        "url": "https://apps.apple.com/us/app/id6448311069"
      }
    ],
    "page": 1,
    "page_size": 20,
    "total": 1,
    "sort": "reviews_desc"
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/datasets/apps/search" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingList stored scraped datasetsFacet stored Google Maps businessesGet a stored Google Maps businessSearch nearby stored Google Maps businessesSearch 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