Search People

This API request is used to find people matching the applied filters.

EndPoint: POST /search/people

Body Parameters
Example Request Body
{
    "first_name": "Dale",
    "last_name": "Kirkwood"
}
Example Response Body
{
            "cerebria_id": "gJYUJ4sBFoATWK64maoC",
            "full_name": "dale kirkwood",
            "location": "slovakia",
            "location_country": "slovakia",
            "location_region": "",
            "current_job": [
                "founder"
            ],
            "education": [
                {
                    "school_name": "The Open University",
                    "school_type": "",
                    "school_location": "undefined, undefined, undefined",
                    "start_date": "None",
                    "end_date": "None",
                    "majors": [],
                    "minors": [],
                    "gpa": ""
                },
                {
                    "school_name": "TEFL UK",
                    "school_type": "",
                    "school_location": "undefined, undefined, undefined",
                    "start_date": "2016",
                    "end_date": "2016",
                    "majors": [],
                    "minors": [],
                    "gpa": ""
                }
            ],
            "technologies": [],
            "experience": [],
            "industry": "consumer goods",
            "job_title": [
                "founder"
            ],
            "inferred_salary": "100,000-150,000",
            "work_email_available": false,
            "personal_email_available": false,
            "mobile_number_available": false,
            "direct_dial_available": false,
            "linkedin_url": "https://www.linkedin.com/in/dalekirkwood/",
            "linkedin_id": "225655960",
            "x_id": "",
            "facebook_id": [
                null
            ],
            "instagram_id": "",
            "gender": "",
            "age": 0,
            "languages": [],
            "similar_profiles": []
        }

Last updated