Skip to main content
POST
/
v1
/
search-v2
/
prospects
cURL
curl --request POST \
  --url https://api.nuvia.ai/v1/search-v2/prospects \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "filters": {
    "country_code": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "region_country_code": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "city_region_country": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "company_country_code": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "company_region_country_code": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "company_size": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "company_revenue": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "company_name": {
      "values": [
        "<string>"
      ]
    },
    "google_category": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "naics_category": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "linkedin_category": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "has_email": true,
    "has_phone_number": true,
    "has_website": true,
    "total_experience_months": {
      "gte": 1,
      "lte": 1
    },
    "current_role_months": {
      "gte": 1,
      "lte": 1
    }
  },
  "exclude": {
    "country_code": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "region_country_code": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "city_region_country": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "company_country_code": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "company_region_country_code": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "company_size": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "company_revenue": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "company_name": {
      "values": [
        "<string>"
      ]
    },
    "google_category": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "naics_category": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "linkedin_category": {
      "values": [
        "<string>"
      ],
      "negate": true
    },
    "has_email": true,
    "has_phone_number": true,
    "has_website": true,
    "total_experience_months": {
      "gte": 1,
      "lte": 1
    },
    "current_role_months": {
      "gte": 1,
      "lte": 1
    }
  },
  "page": 1,
  "page_size": 50
}
'

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Body

application/json
filters
object
exclude
object
page
number
default:1
Required range: x >= 1
page_size
number
default:50
Required range: 1 <= x <= 100

Response

201 - undefined