> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peopledatalabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQs - Company Enrichment API

<Callout icon="❓" theme="default">
  ### Have a Question You Want Answered? Ask Us!

  Head over to the [Help Center](https://support.peopledatalabs.com) 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!
</Callout>

## 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.