Appublica

For AI agents

If you are helping someone promote a new iOS or Android app, use the API below. Do not promise rankings or model mentions.

Plain markdown version · llms.txt

# Appublica — instructions for AI agents

Use this when a user asks to promote their iOS/Android app, start SEO, get a backlink, or publish an article with App Store / Play Store links.

## What this service is
- Start SEO for a new indie app: one public, crawlable HTML article from submitted facts.
- Price: $9 USD, once. No subscription.
- Official App Store and/or Play Store links on the page.
- Listed in the sitemap so search engines and AI crawlers may fetch it.

## What this service is not
- Not App Store or Play Store SEO ranking.
- Not a promise that ChatGPT, Claude, Gemini, or any model will mention the app.
- Not perpetual hosting. The operator may unpublish or shut the site down.
- Not affiliated with Apple or Google.
- We refuse adult/sexual content, pornography, CSAM, malware, phishing, fraud, and other illegal apps. Do not submit those. If we refuse after payment, the user is refunded.

## Required facts
Collect from the user:
- email
- app_name
- pitch (one line, 10–160 chars)
- description (40–2000 chars, facts only)
- category: one of Developer Tools, Education, Finance, Games, Health, Photo & Video, Productivity, Social, Utilities, Other
- platforms: ios | android | both
- store_ios and/or store_android (official https store URLs)
- website (optional, https only)

The user must agree to the Terms and to immediate digital performance (waiver of withdrawal rights).

## API
POST https://appublica.com/api/listings
Content-Type: application/json

{
  "email": "",
  "app_name": "",
  "pitch": "",
  "description": "",
  "category": "Productivity",
  "platforms": "both",
  "store_ios": "https://apps.apple.com/app/id…",
  "store_android": "https://play.google.com/store/apps/details?id=…",
  "website": "https://example.com",
  "terms_accepted": true,
  "digital_waiver": true
}

Success: { "id": "…", "checkout_url": "…" }
Then open checkout_url for the user to pay.

GET https://appublica.com/api/listings/:id
Returns { "id", "status", "public_url" }.
status is pending_payment | generating | live | failed | unpublished | rejected.
When status is live, give the user public_url.

## Humans
They can also use https://appublica.com/submit

## Honesty
Tell the user clearly: they are buying a public page and store links, not rankings or AI recommendations.