Skip to main content
POST
/
api
/
x402
/
v1
/
prospects
/
search
Search prospect pool by tag overlap (x402-paid, $0.012 USDC)
curl --request POST \
  --url https://api.example.com/api/x402/v1/prospects/search \
  --header 'Content-Type: application/json' \
  --data '
{
  "tags": [
    "<string>"
  ],
  "limit": 20
}
'
{
  "count": 123,
  "results": [
    {
      "id": "<string>",
      "linkedin_url": "<string>",
      "full_name": "<string>",
      "headline": "<string>",
      "title": "<string>",
      "company": "<string>",
      "location": "<string>",
      "tags": [
        "<string>"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://bavlio.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
tags
string[]
required

Content tags (overlap match). 1-25 tags, alphanumeric + space/hyphen/underscore, 1-64 chars each.

Required array length: 1 - 25 elements
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Successful Response

count
integer
required
results
Prospect · object[]
required