v1

latestOpenAPI 3.1.02026-07-241640107.8 KB
People Data API

Bulk People Lookup API

Bulk People Lookup by Criteria

post/bulkLookup

Request body

profile_liststring

Name of a profile list to add looked up profiles to upon completion

webhook_idinteger

Webhook ID to post lookup results to upon completion. Find your webhook ID here.

Example request

{
  "queries": [
    {
      "id": 123456,
      "name": "Jamie Gullbrand",
      "current_employer": "RocketReach",
      "title": "Product Manager",
      "linkedin_url": "www.linkedin.com/in/jamesgullbrand",
      "email": "jamie@rocketreach.co"
    }
  ],
  "profile_list": "API Bulk Lookup",
  "webhook_id": 12345
}

Response

Success. Bulk lookup request accepted