# AnyAPI Fiverr Search

> AnyAPI Fiverr Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Searches Fiverr for freelance gigs and services matching a given query, returning structured results via a pay-per-request API.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/fiverr.search
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-fiverr-search-956f0de4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IUtKvVgkor3CfAxWCsRoy

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 anyapi-fiverr-search-956f0de4 -d '<json body>'
```

Example prompt: Search Fiverr for logo design gigs and show me the top results including seller names, prices, and ratings.

## When to prefer this

Use this endpoint when you need to programmatically search Fiverr for freelance services without maintaining your own scraper or subscription. Ideal for agents that need to compare gig prices, discover sellers, or surface Fiverr listings on demand. Prefer over building a custom scraper when cost per call ($0.03) is acceptable and no monthly commitment is desired.

## Known failure modes

- Query string missing or empty — endpoint returns an error
- Fiverr blocks or throttles the scrape — returns timeout or partial results
- No results found for the given query — empty results array returned
- Invalid request format — returns 400-level error
- Temporary upstream Fiverr unavailability — may return 503 or error JSON

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON response containing a list of Fiverr gig listings matching the search query, typically including gig title, seller username, starting price, rating, number of reviews, and a URL to each gig.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-fiverr-search-956f0de4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
