# Tollbit — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Identify and compare web crawlers and automated agents through TollBit's comprehensive directory, or evaluate third-party data collection services and their capabilities. Access detailed listings of known web visitors and service providers to understand what tools are accessing your site or to research available automation solutions.

**Category:** Developer Tools | **Website:** [tollbit.com/](https://tollbit.com/) | **Docs:** [parse.bot/marketplace/f9641766-51d5-485e-9f21-095e4f269ab7/tollbit-com-api](https://parse.bot/marketplace/f9641766-51d5-485e-9f21-095e4f269ab7/tollbit-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-tollbit-com-api-f9641766/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_bots

Retrieves the full TollBit Bot Index — a comprehensive directory of known bots, agents, and crawlers used across the web. Each entry includes the bot's identity, operator, category, intent, user-agent string, and first-seen date. Results are auto-iterated. Optional client-side filters narrow the returned set by category, intent, or free-text search across name, operator, and description.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `category` | string | No | Filter bots by category. |
| `intent` | string | No | Filter bots by intent. |
| `search` | string | No | Free-text search term matched against bot display name, operator name, and description (case-insensitive). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-tollbit-com-api-f9641766/list_bots \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"category":"<string>","intent":"<string>","search":"<string>"}'
```

### list_scrapers

Retrieves the TollBit Scraper Index comparison table — a static directory of third-party web scraping services with their capabilities and notable customers. Each entry includes boolean capability flags (human mimicking, IP rotation, CAPTCHA solving, markdown output, structured JSON, news targeting) and scale information.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-tollbit-com-api-f9641766/list_scrapers \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
