curl -X POST 'https://api.ocean.io/v2/search/people' \
-H 'x-api-token: <YOUR_API_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"size": 10,
"from": 10,
"searchAfter": "NoBgdA7BAsBMEgGwBoAEAiADgGwK4HN8BTAJwC8wBjAewFt0BdIA",
"peopleFilters": {
"includeIds": [
"51e19df9c1d70c7c",
"971b1b1bfb1ffb1a"
],
"excludeIds": [
"51e19df9c1d70c7c",
"971b1b1bfb1ffb1a"
],
"seniorities": [
"Founder",
"Owner"
],
"jobTitles": [
"CEO",
"CTO"
],
"excludeJobTitles": [
"CEO",
"CTO"
],
"departments": [
"Management",
"Marketing and Advertising"
],
"countries": [
"us",
"dk"
],
"states": [
{
"abbreviation": "NY",
"country": "us"
},
{
"abbreviation": "ON",
"country": "ca"
},
{
"abbreviation": "5",
"country": "at"
},
{
"abbreviation": "SH",
"country": "de"
}
],
"excludeStates": [
{
"abbreviation": "NY",
"country": "us"
},
{
"abbreviation": "ON",
"country": "ca"
},
{
"abbreviation": "5",
"country": "at"
},
{
"abbreviation": "SH",
"country": "de"
}
],
"excludeCountries": [
"us",
"dk"
],
"names": [
"John Doe",
"Peter Pan"
],
"emails": [
"[email protected]",
"[email protected]"
],
"keywords": [
"engineering",
"research"
],
"fieldsExist": [
"name",
"country",
"linkedinUrl"
],
"fieldsNotExist": [
"firstName",
"location",
"jobTitleEnglish"
],
"changedPositionAfter": "2023-01",
"changedPositionBefore": "2023-01"
},
"companiesFilters": {
"lookalikeDomains": [
"bestcustomer.com",
"idealcustomer.com"
],
"includeDomains": [
"interesting.com",
"amazing.com"
],
"excludeDomains": [
"boring.com",
"useless.com"
],
"companySizes": [
"2-10",
"51-200",
"100001-500000"
],
"ecommerce": true,
"yearFounded": {
"from": 1960,
"to": 1990
},
"countriesCount": {
"from": 1,
"to": 5
},
"revenues": [
"0-1M",
"1-10M",
">1000M"
],
"employeeCountOcean": {
"from": 10,
"to": 100
},
"mobileApps": {
"from": 1,
"to": 5
},
"mobileAppsFilter": {
"count": {
"from": 1,
"to": 5
}
},
"locationsCount": {
"from": 5,
"to": 10
},
"departmentSizes": [
{
"department": "Accounting and Finance",
"from": 5,
"to": 10
}
],
"employeeCountLinkedin": {
"from": 50,
"to": 100
},
"industries": {
"industries": [
"Advertising Platforms",
"Biopharma"
],
"mode": "anyOf"
},
"excludeIndustries": [
"CRM",
"B2B"
],
"industryCategories": {
"industryCategories": [
"Real Estate",
"Hardware"
],
"mode": "anyOf"
},
"excludeIndustryCategories": [
"Information Technology",
"Privacy and Security"
],
"linkedinIndustries": [
"Management Consulting",
"Computer Software"
],
"excludeLinkedinIndustries": [
"Management Consulting",
"Computer Software"
],
"fundingRound": {
"date": {
"from": "2020-01-01",
"to": "2023-01-01"
},
"raised": {
"from": 1000000,
"to": 5000000
},
"types": [
"Seed",
"Series A"
]
},
"countries": [
"es",
"pt"
],
"primaryCountries": [
"de"
],
"states": [
{
"abbreviation": "CA",
"country": "us"
},
{
"abbreviation": "YT",
"country": "ca"
}
],
"primaryStates": [
{
"abbreviation": "NY",
"country": "us"
}
],
"cities": [
{
"city": "New York",
"country": "us"
},
{
"city": "Los Angeles",
"country": "us"
}
],
"primaryCities": [
{
"city": "New York",
"country": "us"
},
{
"city": "Los Angeles",
"country": "us"
}
],
"headquarterGeolocation": {
"latitude": 38.880817,
"longitude": -77.10216,
"radius": 1000
},
"geolocation": {
"latitude": 50.83348,
"longitude": -0.1410065,
"radius": 5000
},
"webTrafficVisits": {
"from": 1000,
"to": 10000
},
"keywords": {
"keywords": [
"premium copy paper",
"paper"
],
"mode": "anyOf"
},
"fieldsExist": [
"industries",
"emails",
"locations"
],
"fieldsNotExist": [
"industryCategories",
"phones"
],
"socialMedias": {
"medias": [
"linkedin",
"facebook"
],
"mode": "anyOf"
},
"technologies": {
"mode": "anyOf",
"technologies": [
"Amazon Advertising",
"Google Maps"
]
},
"minScore": 0.95
},
"revealEmails": {
"includeEmails": true,
"webhookUrl": "https://url.com/webhook"
},
"revealPhones": {
"includePhones": true,
"webhookUrl": "https://url.com/webhook"
},
"onePersonPerDomain": false,
"peoplePerCompany": 3
}'