Skip to main content
POST
/
v2
/
search
/
employee-finder
Employee Finder
curl --request POST \
  --url https://api.blitz-api.ai/v2/search/employee-finder \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "company_linkedin_url": "https://www.linkedin.com/company/wttj-fr"
}
'
{
  "company_linkedin_url": "https://www.linkedin.com/company/wttj-fr",
  "max_results": 3,
  "results_length": 3,
  "page": 1,
  "total_pages": 82,
  "results": [
    {
      "first_name": "Hélène",
      "last_name": "Pillon",
      "full_name": "Hélène Pillon",
      "nickname": null,
      "civility_title": null,
      "headline": "Journaliste freelance",
      "about_me": "Depuis Marseille, je travaille pour différents médias français et européens en tant que…",
      "location": {
        "city": null,
        "state_code": null,
        "country_code": "FR",
        "continent": "Europe"
      },
      "linkedin_url": "https://www.linkedin.com/in/h%c3%a9l%c3%a8ne-pillon-2a57155a",
      "connections_count": 361,
      "profile_picture_url": "https://media.licdn.com/dms/image/v2/C5103AQGChE55b4tmFA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517400935573",
      "experiences": [
        {
          "job_title": "Journaliste Indépendante",
          "company_linkedin_url": "https://www.linkedin.com/company/wttj-fr",
          "company_linkedin_id": "0e1c06c9-ad2f-56fe-b36b-f0927aeb261d",
          "job_description": "Rédaction de portraits pour le site web",
          "job_start_date": "2019-12-01",
          "job_end_date": null,
          "job_is_current": true,
          "job_location": {
            "city": null,
            "state_code": null,
            "country_code": null
          }
        }
      ],
      "education": [],
      "skills": [],
      "certifications": []
    },
    {
      "first_name": "Nathan",
      "last_name": "Chalot",
      "full_name": "Nathan Chalot",
      "nickname": null,
      "civility_title": null,
      "headline": null,
      "about_me": null,
      "location": {
        "city": "Paris",
        "state_code": null,
        "country_code": "FR",
        "continent": "Europe"
      },
      "linkedin_url": "https://www.linkedin.com/in/nathan-chalot-5a978210a",
      "connections_count": 500,
      "profile_picture_url": "https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2",
      "experiences": [
        {
          "job_title": "Welcome to the Jungle France",
          "company_linkedin_url": "https://www.linkedin.com/company/wttj-fr",
          "company_linkedin_id": "0e1c06c9-ad2f-56fe-b36b-f0927aeb261d",
          "job_description": null,
          "job_start_date": null,
          "job_end_date": null,
          "job_is_current": true,
          "job_location": {
            "city": null,
            "state_code": null,
            "country_code": null
          }
        }
      ],
      "education": [],
      "skills": [
        "javascript",
        "html5",
        "jquery",
        "ruby",
        "css",
        "github",
        "git",
        "ruby on rails"
      ],
      "certifications": []
    },
    {
      "first_name": "Colombe",
      "last_name": "Godeluck",
      "full_name": "Colombe Godeluck",
      "nickname": null,
      "civility_title": null,
      "headline": "Helps companies strengthen & promote their employer brand",
      "about_me": null,
      "location": {
        "city": null,
        "state_code": null,
        "country_code": "FR",
        "continent": "Europe"
      },
      "linkedin_url": "https://www.linkedin.com/in/colombegodeluck",
      "connections_count": 500,
      "profile_picture_url": null,
      "experiences": [
        {
          "job_title": "Account Manager Senior",
          "company_linkedin_url": "https://www.linkedin.com/company/wttj-fr",
          "company_linkedin_id": "0e1c06c9-ad2f-56fe-b36b-f0927aeb261d",
          "job_description": null,
          "job_start_date": "2023-02-01",
          "job_end_date": null,
          "job_is_current": true,
          "job_location": {
            "city": "Anglet",
            "state_code": null,
            "country_code": "FR"
          }
        }
      ],
      "education": [
        {
          "degree": "French Baccalaureate",
          "end_date": "2010-01-01",
          "organization": "Louis Barthou High School",
          "start_date": "2007-01-01"
        },
        {
          "degree": "Master’s Degree",
          "end_date": "2016-01-01",
          "linkedin_url": "https://www.linkedin.com/school/maastricht-university-school-of-business-and-economics",
          "organization": "Maastricht University School of Business and Economics",
          "start_date": "2016-01-01"
        },
        {
          "degree": "Master's Degree",
          "end_date": "2014-01-01",
          "linkedin_url": "https://www.linkedin.com/school/universite-paris-dauphine-psl",
          "organization": "Université Paris Dauphine",
          "start_date": "2010-01-01"
        },
        {
          "degree": "Master’s Degree",
          "end_date": "2017-01-01",
          "linkedin_url": "https://www.linkedin.com/school/em-lyon-business-school",
          "organization": "EMLYON Business School",
          "start_date": "2015-01-01"
        }
      ],
      "skills": [],
      "certifications": []
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Blitz API Key.

Body

application/json
company_linkedin_url
string
required
Example:

"https://www.linkedin.com/company/wttj-fr"

country_code
string[]
Example:
["US", "FR"]
continent
string[]
Example:
[
"Africa",
"Antarctica",
"Asia",
"Europe",
"North America",
"Oceania",
"South America"
]
sales_region
string[]
Example:
["NORAM", "LATAM", "EMEA", "APAC"]
job_level
string[]
Example:
[
"C-Team",
"Director",
"Manager",
"Other",
"Staff",
"VP"
]
job_function
string[]
Example:
[
"Advertising & Marketing",
"Art, Culture and Creative Professionals",
"Construction",
"Customer/Client Service",
"Education",
"Engineering",
"Finance & Accounting",
"General Business & Management",
"Healthcare & Human Services",
"Human Resources",
"Information Technology",
"Legal",
"Manufacturing & Production",
"Operations",
"Other",
"Public Administration & Safety",
"Purchasing",
"Research & Development",
"Sales & Business Development",
"Science",
"Supply Chain & Logistics",
"Writing/Editing"
]
min_connections_count
number
Required range: 0 <= x <= 500
Example:

200

max_results
number
Example:

3

page
number
Example:

1

Response

OK

The response is of type object.