# x402-farm Guadeloupe Artisan Directory Lookup

> x402-farm Guadeloupe Artisan Directory Lookup is a paid API for AI agents from x402-farm.vercel.app, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Returns a list of local artisans (tradespeople) in Guadeloupe, France, including their name, trade domain, and phone number, indexed by postal code.

## Facts

- Endpoint: GET https://x402-farm.vercel.app/v1/fr/rge
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-farm-guadeloupe-artisan-directory-lookup-6a964b41
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2QXI0wmPWkGk8HvtSVv6N

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 x402-farm-guadeloupe-artisan-directory-lookup-6a964b41
```

Example prompt: Can you find me a list of local artisans in Guadeloupe, France — specifically anyone specializing in insulation — along with their contact phone numbers?

## When to prefer this

Use this endpoint when you need to discover local artisans or tradespeople in Guadeloupe, France, and want structured contact data (name, specialty, phone) with no account or API key setup — just a $0.02 USDC micropayment via the x402 protocol on Base.

## Known failure modes

- Payment failure: if the x402 USDC payment on Base is not completed, the API returns a 402 Payment Required response
- No artisans found: the directory may return an empty array for certain queries or regions
- Service unavailability: Vercel hosting outages may cause 500 errors
- Rate limiting or repeated payment failures may block access

## How this service works

Pay-per-call APIs for AI agents — x402 protocol, USDC on Base, no account needed.

## Output

A JSON object containing a postal code ('cp') and an array of artisan records, each with a name ('nom'), trade domain ('domaine'), and telephone number ('telephone'). The example response shows artisans in postal code 97110 (Guadeloupe).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "cp": "97110",
  "artisans": [
   {
    "nom": "EURL X",
    "domaine": "Isolation",
    "telephone": "0590..."
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-farm-guadeloupe-artisan-directory-lookup-6a964b41/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-farm.vercel.app](https://www.zero.xyz/host/x402-farm.vercel.app/llms.txt)
