# AnyAPI Snapchat Profile Scraper

> AnyAPI Snapchat Profile Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-16).

Scrapes and returns public profile data for a given Snapchat username

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/snapchat.profile
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-snapchat-profile-scraper-01c2358e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_afDDLHMuXyEUcLEwdvZik

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-snapchat-profile-scraper-01c2358e -d '<json body>'
```

Example prompt: Pull the public Snapchat profile data for the username 'kyliejenner' — I need the display name, bio, follower count, and profile picture.

## When to prefer this

Use this endpoint when you need to programmatically retrieve public Snapchat profile data without managing subscriptions or scraping infrastructure. Ideal for one-off lookups or pay-per-use workflows where a monthly scraping subscription is overkill. Prefer this over building your own scraper or maintaining Snapchat-specific session handling.

## Known failure modes

- Username not found or account does not exist — likely a 404 or error field in JSON
- Private or deactivated Snapchat account returns no data
- Snapchat rate limiting or anti-scraping blocks cause empty or error response
- Invalid input format for username causes request failure
- Payment failure via x402 protocol prevents request from being processed

## 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 object containing the public profile information of the requested Snapchat account, likely including display name, username, bio/description, follower/subscriber count, profile image URL, and other publicly visible metadata.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-snapchat-profile-scraper-01c2358e/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)
