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

# Recipes

> Ready-to-use code walkthroughs for accomplishing a specific task with PDL's APIs.

<Info>
  Recipes are narrow, code-forward walkthroughs for accomplishing one specific task with PDL's APIs — copy the code, swap in your API key, and go.
</Info>

<CardGroup cols={2}>
  <Card title="Generate a Lead List" icon="list-checks" href="/recipes/generate-a-lead-list">
    Use the Company Search API and Person Search API together to build a lead list.
  </Card>

  <Card title="Enrich a List of LinkedIn Profiles" icon="linkedin" href="/recipes/enrich-a-list-of-linkedin-profiles">
    Use the Bulk Person Enrichment API to enrich a list of LinkedIn profile IDs.
  </Card>
</CardGroup>


## Related topics

- [Generate a Lead List](/recipes/generate-a-lead-list.md)
- [Enrich a List of LinkedIn Profiles](/recipes/enrich-a-list-of-linkedin-profiles.md)
- [Learn](/learn/overview.md)
- [Tutorials](/learn/tutorials.md)
- [Intro](/docs/intro.md)
