# AptiBuild AI — App Ideas by Profession

> AptiBuild AI — App Ideas by Profession is a paid API for AI agents from data.aptibuildai.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a list of personalized app and business ideas tailored to a given profession or job title, with market opportunity and revenue estimates.

## Facts

- Endpoint: GET https://data.aptibuildai.com/data/ideas/by-profession
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aptibuild-ai-app-ideas-by-profession-afacd203
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rncpg3gL-hs0V79hXO6aI

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability aptibuild-ai-app-ideas-by-profession-afacd203
```

Example prompt: I'm a nurse — can you give me 5 app or business ideas I could realistically build based on my professional experience, including how hard they'd be and how much money they could make?

## When to prefer this

Use this endpoint when a user wants to discover app or software business ideas that leverage their existing professional expertise or job title. It is ideal for career-to-product ideation, side-project discovery, and entrepreneurship planning. Prefer this over general startup-idea generators when the user has a specific profession to anchor the suggestions.

## Known failure modes

- Missing required 'profession' parameter returns an error
- Overly vague or unrecognized profession strings may return generic or low-quality ideas
- Empty ideas array if no ideas are mapped for the given profession
- Network or payment failures return 402 or 5xx status codes
- Limit parameter ignored or capped server-side if value is out of range

## How this service works

Discover what to build based on your unique skills and hobbies. AptiBuild AI generates personalized app and business ideas matched to your experience. Free to try.

## Output

Returns an array of app and business idea objects, each containing an ID, title, short description, difficulty rating, competition level, market opportunity summary, potential revenue range, and estimated time to first revenue — along with a count of results and the original query parameters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "profession"
 ],
 "properties": {
  "limit": {
   "type": "integer"
  },
  "profession": {
   "type": "string",
   "description": "Profession or job title (e.g. 'nurse', 'teacher', 'plumber', 'real estate agent')"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "count": {
   "type": "integer"
  },
  "ideas": {
   "type": "array",
   "items": {
    "type": "object",
    "properties": {
     "id": {
      "type": "integer"
     },
     "title": {
      "type": "string"
     },
     "difficulty": {
      "type": "string"
     },
     "description": {
      "type": "string"
     },
     "competitionLevel": {
      "type": "string"
     },
     "marketOpportunity": {
      "type": "string"
     },
     "potentialRevenueRange": {
      "type": "string"
     },
     "estimatedTimeToRevenue": {
      "type": "string"
     }
    }
   }
  },
  "query": {
   "type": "object"
  },
  "source": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aptibuild-ai-app-ideas-by-profession-afacd203/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data.aptibuildai.com](https://www.zero.xyz/host/data.aptibuildai.com/llms.txt)
