Aptoide Ultimate API
Pricing
$0.50 / 1,000 aptoide api queries
Aptoide Ultimate API
Unlock programmatic access to Aptoide's massive Android repository. Search apps, extract metadata, pull top charts, get recommendations, retrieve store apps, scrape reviews, and track old version files.
Pricing
$0.50 / 1,000 aptoide api queries
Rating
0.0
(0)
Developer
dev00
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
๐ฑ Aptoide Ultimate API โ Android App Store Scraper & Data Extractor
Unlock programmatic access to Aptoide's massive Android app repository. Search apps, extract deep metadata, pull top charts, get recommendations, scrape reviews, track old versions, and fetch store apps โ all in one powerful Actor.
๐ Key Features
- App Search Engine: Query Aptoide's global app repository using keywords. Built-in cursor pagination supports up to 100 results per request.
- Deep App Metadata: Retrieve comprehensive details for any application by App ID or Package Name โ developer info, file sizes, APK paths, malware ranks, MD5 checksums, OBB files, and more.
- Top Charts & Rankings: Pull top-downloaded or trending apps/games sorted by popularity, customizable by category/group.
- Smart Recommendations: Discover alternative or related apps based on any package name.
- Bulk Review Scraping: Extract up to 1,000 user reviews per request with ratings, timestamps, and reviewer details.
- Version History Tracking: List all historical versions with version codes, upload dates, and direct APK download links.
- Store Catalog Extraction: Fetch up to 1,000 apps maintained by any specific Aptoide store.
- Zero Browser Automation: Ultra-lightweight, high-performance, and pay-per-event pricing.
- Tabular Dataset Formatting: All results organized in clean visual tables inside your Apify Console.
๐ ๏ธ How It Works
This Actor integrates with an edge-optimized Cloudflare Worker backend, executing direct HTTP requests to Aptoide's cache gateway endpoints (ws75-cache.aptoide.com and ws75.aptoide.com). It automatically handles multi-page cursor pagination, serializes complex payloads, and returns clean, developer-friendly JSON arrays instantly.
๐ฅ Input Parameters
| Field | Type | Description | Default |
|---|---|---|---|
| Endpoint | select | Choose the target API endpoint to query. | search |
| Search Query | string | App name keyword (e.g. 'whatsapp'). Used in /search. | whatsapp |
| App ID | string | The unique Aptoide App ID (e.g. '74725267'). Used in /app/details. Required if Package Name is not provided. | โ |
| Package Name | string | Android package name (e.g. 'com.whatsapp'). Used in /app/details, /recommendations, /reviews, /app/versions. Required if App ID is not provided. | โ |
| Store ID | string | Aptoide store identifier (e.g. '3823613'). Used in /store/apps. | โ |
| Group ID | string | Category or group ID for top charts (e.g. '1' for Top Apps, '2' for Top Games). Used in /top. | 1 |
| Sort | string | Sort order for top charts (e.g. 'pdownloads'). Used in /top. | pdownloads |
| Count | integer | Maximum items to retrieve (1โ1000). | 40 |
Available Endpoints
| Endpoint | Required Input | Description |
|---|---|---|
search | query | Search Aptoide's app repository by keyword. |
app/details | app_id or package_name | Get deep metadata for a specific application by App ID or Package Name. |
top | (optional: group_id, sort) | Retrieve top-downloaded app charts. |
recommendations | package_name | Get recommended alternative apps. |
reviews | package_name | Scrape user reviews and ratings. |
app/versions | package_name | List all historical versions of an app. |
store/apps | store_id | Fetch all apps in a specific store. |
Input JSON Example
{"endpoint": "search","query": "whatsapp","count": 40}
๐ค Output Data Structure
Each dataset row includes enriched metadata fields extracted dynamically based on the endpoint used:
Search / Top / Store Apps Output Example
{"success": true,"endpoint": "search","query_or_id": "whatsapp","app_id": 74725267,"name": "WhatsApp Messenger","package_name": "com.whatsapp","icon": "https://pool.img.aptoide.com/catappult/abc123.png","downloads": 5000000000,"rating": 4.3,"store_name": "catappult","version_name": "2.24.8.72"}
Reviews Output Example
{"success": true,"endpoint": "reviews","query_or_id": "com.whatsapp","review_title": "Great app","review_body": "Works perfectly on my device","review_rating": 5}
๐ณ Monetization & Cost
This Actor utilizes the Pay-Per-Event (PPE) pricing model on the Apify Store:
- Base Pricing: Only $0.50 per 1,000 requests (
$0.0005per event). - No Server Run Costs: You only pay per successful query event. If the query fails, you pay nothing!