Fortytwo Apps By Sdk
fortytwo_apps_by_sdkFind apps that integrate a given SDK. Pass one or more SDK ids via sdk (e.g. "google-ads-admob"). Useful for competitive/market-share analysis of ad networks, analytics, and other SDKs. Example: fortytwo_apps_by_sdk({ platform: "android", sdk: "google-ads-admob", limit: 20, _apiKey: "your-token" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sdk | Yes | SDK id, or comma-separated SDK ids, to match (apps embedding ANY of them). e.g. "google-ads-admob", "facebook-sdk". | |
| page | No | Page number for pagination (optional). | |
| limit | No | Results per page (default 10). | |
| _apiKey | Yes | 42matters API access token (get one at https://42matters.com/pricing). | |
| platform | No | App store to query: "android" (Google Play) or "ios" (Apple App Store). Defaults to "android". |