# French B2B Qualified Leads (Google Maps + SIREN Cross-Reference)

> French B2B Qualified Leads (Google Maps + SIREN Cross-Reference) is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Finds French businesses by activity and city via Google Maps, cross-references each with the official SIREN registry, and scores each lead HOT/WARM/COLD with legal, financial, and contact data.

## Facts

- Endpoint: GET https://api.x-402.online/v1/fr/qualified-leads
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-b2b-qualified-leads-google-maps-siren-cross-reference-95de6135
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_elIkd9wKcHPzUIGsQz_Qn

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 french-b2b-qualified-leads-google-maps-siren-cross-reference-95de6135
```

Example prompt: Find me qualified B2B leads for plumbers in Lyon — I need their phone, website, Google rating, SIREN number, legal form, and a HOT/WARM/COLD lead score for each.

## When to prefer this

Choose this endpoint when you need French B2B leads that combine real-world local presence (Google Maps listing with phone, website, rating) AND official legal standing (SIREN, NAF, directors, insolvency status) in a single call. It is ideal over generic scrapers when you need legally verified French company data, and better than raw SIREN lookups when you also need contact info and a scored lead quality ranking. Best for sales prospecting, partner vetting, or market research targeting the French B2B market.

## Known failure modes

- No results found for the requested activity/city combination
- Google Maps blocking or rate limiting despite residential IP routing
- SIREN registry lookup failure for a specific company (company may be unregistered or data unavailable)
- Invalid or unrecognized activity type or city name returns empty results
- API timeout if Google Maps response is slow

## How this service works

Qualified French B2B leads in one call: finds businesses by activity+city (Google Maps via residential IP -> phone, website, rating) then CROSS-REFERENCES each with the official company registry (SIREN, legal form, NAF, directors, age, status) and scores them HOT/WARM/COLD. A…

## Output

A list of French businesses matching the requested activity and city, each enriched with Google Maps data (phone, website, star rating) and official SIREN registry data (legal form, NAF/APE code, directors, company age, legal status), plus a HOT/WARM/COLD quality score indicating lead priority.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-b2b-qualified-leads-google-maps-siren-cross-reference-95de6135/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
