FAQs - Company Enrichment API

Have a Question You Want Answered? Ask Us!

Head over to the Help Center and search for your question. If you still can't find what you're looking for, create a support ticket and we will get it answered for you!

Will I be charged for retrieving the same profile multiple times?

Yes. PDL will charge for the retrieval of the same profile.

Example
You enrich for a profile with the LinkedIn URL: linkedin.com/company/peopledatalabs. A day later you enrich a profile with the same LinkedIn URL. You will be charged two credits, one for each successful response.

To handle for situations demonstrated in the above example , PDL recommends duplicate call detection. You can use methods like unique key constraints. For example, you can hash the request, storing the hash, and check for a duplicate call before sending it to the API.