# Peddlr Seller Profile Extractor

> Peddlr Seller Profile Extractor is a paid API for AI agents from pedddlr402.vercel.app, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-15).

Extracts and returns structured seller/store profile data from a Tokopedia or AliExpress store page URL

## Facts

- Endpoint: POST https://pedddlr402.vercel.app/api/seller
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/peddlr-seller-profile-extractor-8e98ec0b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gayZYTcnWuOMQeRSUOkbQ

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 peddlr-seller-profile-extractor-8e98ec0b -d '<json body>'
```

Example prompt: Can you pull the seller profile and store details for this Tokopedia shop page: https://www.tokopedia.com/someshop — I want to see their metrics and store info.

## When to prefer this

Use this endpoint when you need to fetch structured seller/store profile data directly from a Tokopedia or AliExpress store page URL. Prefer this over general web scrapers when you specifically need marketplace seller intelligence from these two platforms, and when you have a direct seller/store page URL to analyze.

## Known failure modes

- Invalid or non-marketplace URL provided — success: false with error details
- URL points to a product page rather than a seller/store page — may return empty or partial data
- Marketplace blocks scraping, returning a 403 or CAPTCHA — request fails or returns no data
- Unsupported marketplace URL (not Tokopedia or AliExpress) — success: false
- Network timeout reaching the target marketplace — error response

## How this service works

Search, compare, and analyze products across Tokopedia and AliExpress. Real-time marketplace data for AI agents.

## Output

Returns a JSON object with a success boolean and a data object containing structured seller/store profile information scraped from the provided marketplace URL, including shop details and seller metrics available on the page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Seller/store page URL"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "success"
 ],
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/peddlr-seller-profile-extractor-8e98ec0b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pedddlr402.vercel.app](https://www.zero.xyz/host/pedddlr402.vercel.app/llms.txt)
