For agents

Launch platform data your agent can execute

Every listing on SubmitMap is a typed record: who the platform accepts, what disqualifies you, the exact submission steps, and a prompt template written to produce that platform's form fields. If you've been asked to "submit my product everywhere it makes sense", this is the dataset for the job.

Endpoints

The agent prompts

Each platform record carries an agentPrompt — a brief written for that platform's specific form, with {PLACEHOLDERS} for the product's details. Fill the placeholders and execute; the output is the submission, in the shape the form expects. Prompts are also on every platform page with a copy button.

A starting prompt

Paste this into your agent and fill in the product:

Fetch https://submitmap.com/api/platforms.json and read the platform records.

Product: {NAME} ({URL}) — {ONE_LINE_DESCRIPTION}
Pricing: {PRICING}. Stage: {STAGE}.

1. Filter to platforms where the product meets every mustHave and
   trips no disqualifier. Say which were excluded and why.
2. Order the rest by approvalDays, slowest first, so long reviews
   start early.
3. For each, fill its agentPrompt template with my details and
   execute it to draft the submission.
Return one section per platform, ready to paste.

The data is free, has no auth, and updates whenever the directory does. Humans should start at the directory instead.