# Goldilocks > AI-powered people search platform. Find and connect with the right people using intelligent search and enrichment. ## Docs - [Enrichment](https://docs.goldilocksai.app/api-reference/enrichment.md): Enrich existing profiles with additional contact information or professional achievements. This endpoint adds valuable data to profiles you've found through searches, such as email addresses, phone numbers, awards, publications, memberships, or patents. You can enrich up to 50 profiles per request,… - [Introduction](https://docs.goldilocksai.app/api-reference/introduction.md): Get started with the Goldilocks AI Developer API - [Jobs](https://docs.goldilocksai.app/api-reference/jobs.md): Stream real-time progress updates for asynchronous operations like searches and profile fetching using Server-Sent Events (SSE). This endpoint provides live updates on job status, current processing stage, and completion status. You'll receive events as the job progresses through different stages, w… - [Quickstart](https://docs.goldilocksai.app/api-reference/quickstart.md): Get started with the Goldilocks AI Developer API - [More Profiles](https://docs.goldilocksai.app/api-reference/searches/more-profiles.md): Fetch additional profiles for an existing search when you need more results. This endpoint uses the same search context and criteria as your original search to find additional relevant profiles. The process runs asynchronously, and once complete, the new profiles are automatically merged with your e… - [Retrieve Profiles](https://docs.goldilocksai.app/api-reference/searches/profiles.md): Retrieve all profiles found by a completed search, including relevancy scores and any enrichment data you've added. Profiles are returned in relevancy order (highest to lowest), making it easy to identify the best matches. The response includes search statistics showing how many profiles were found,… - [Query](https://docs.goldilocksai.app/api-reference/searches/query.md): Execute a natural language search query to find professional profiles that match your criteria. This endpoint processes your query using AI to understand requirements, searches through professional databases, and returns relevant profiles with relevancy scores. The search runs asynchronously, so you… ## OpenAPI Specs - [openapi](https://docs.goldilocksai.app/openapi.yaml)