prelaunch-radar/new-shopify-stores-pre-launch-radar
prelaunch-radar--new-shopify-stores-pre-launch-radarThis tool calls the Actor "prelaunch-radar/new-shopify-stores-pre-launch-radar" and retrieves its output results. Actor description: New Shopify stores, including pre-launch stores behind a password page, detected from public Certificate Transparency logs, with RDAP registration date, niche, country and catalog counts. Also checks any domain for Shopify. Flat JSON for AI agents and MCP. Zero personal data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | **REQUIRED** feed = list newly detected Shopify stores. enrich = check your own list of domains (fill 'domains'). Example values: "feed" | feed |
| niches | No | feed mode only. Keep only these niches. Empty = all niches. | |
| status | No | feed mode only. 'pre-launch' = store still behind its password page; 'live' = open storefront. Example values: "any" | any |
| domains | No | enrich mode only. Domains or URLs, one per item, e.g. example.com. Up to maxItems are checked. | |
| maxItems | No | Hard cap on the number of billed results (stores or domains) for this run. Example values: 100 | |
| waitSecs | No | Max seconds (0–45, default 30) to cap the wait for the Actor run to reach terminal state. For long-running Actors the response returns at the cap with the current run status; follow `nextStep` to poll via get-actor-run. Set to 0 to fire-and-forget. | |
| countries | No | feed mode only. ISO 3166-1 alpha-2 codes of the store's country, e.g. US, GB, FR. Empty = all countries. | |
| sinceDays | No | feed mode only. Return stores first detected in the last N days (1 = yesterday and today). Example values: 7 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Actor run ID | |
| stats | No | Run statistics | |
| status | Yes | Run status: READY | RUNNING | TIMING-OUT | TIMED-OUT | ABORTING | ABORTED | SUCCEEDED | FAILED | |
| actorId | Yes | Stable Apify Actor ID from the run record | |
| summary | Yes | Past-tense summary of the run state | |
| exitCode | No | Actor process exit code; populated for terminal states (especially FAILED) | |
| nextStep | Yes | One primary follow-up action with identifiers interpolated | |
| storages | Yes | Dataset and key-value store metadata, keyed by alias. "default" is always the primary entry. | |
| actorName | No | "username/actor-name" | |
| startedAt | No | ISO timestamp when the run started | |
| finishedAt | No | ISO timestamp when the run finished (terminal states only) | |
| statusMessage | No | Pass-through from Apify run.statusMessage | |
| apifyConsoleUrl | No | Personalized Apify Console link to the run; present only for Console sessions |