# Person Enrichment The Person API allows you to look up detailed information about a person using various identifiers, such as their email, LinkedIn URL, full name, company name, or company domain. You can retrieve key data points like Location, Email, Phone number, Social network URLs. ## Search Single Contact - [GET /v2/person](https://docs.lusha.com/apis/openapi/person-enrichment/searchsinglecontact.md): Find and enrich a single contact using various search criteria. You can search by name, email, LinkedIn URL, or company information. : You must provide either: - LinkedIn URL OR - Email OR - firstName AND lastName AND (companyName OR companyDomain) - Provide as much information as possible for better results - Use to get the latest employment data - Use parameter to specify what contact details you need --- ⚠️ | Parameter | Requirement | |-----------|-------------| | and | Only available to customers on the pricing plan | | Plan Restriction | Attempting to use these parameters on other plans will result in a error | | Default Behavior | When neither parameter is used, the API returns , if available | --- ## Search Multiple Contacts - [POST /v2/person](https://docs.lusha.com/apis/openapi/person-enrichment/searchmultiplecontacts.md): Enrich multiple contacts in a single request. This endpoint allows you to submit a list of contacts and receive enriched data for each one, including company information. : Up to 50 requests per second. You can process up to 100 contacts per request. : One credit is charged per successfully enriched contact. --- ⚠️ | Parameter | Requirement | |-----------|-------------| | and | Only available to customers on the pricing plan | | Plan Restriction | Attempting to use these parameters on other plans will result in a error | | Default Behavior | When neither parameter is used, the API returns , if available | ---