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

# Introduction

> Get started with the Lasso API — search, enrich, extract, and manage structured product data at scale.

Lasso is the product data API for developers. Search for products, enrich partial records with complete data, extract structured data from any source, and export it in any format.

## Start here

The fastest way to use Lasso — no setup required.

<CardGroup cols={2}>
  <Card title="Search for products" icon="magnifying-glass" href="/api-reference/search">
    Find products in Lasso's database and get back structured data. One API call, instant results.
  </Card>

  <Card title="Enrich product data" icon="wand-magic-sparkles" href="/api-reference/enrich">
    Pass in partial product info and get back complete, cited records with every field filled in.
  </Card>
</CardGroup>

## Quickstart

Build a full pipeline with the SDK in minutes.

<CardGroup cols={2}>
  <Card title="TypeScript" icon="js" href="/quickstart/typescript/setup">
    Get started with the TypeScript SDK.
  </Card>

  <Card title="Python" icon="python" href="/quickstart/python/setup">
    Get started with the Python SDK.
  </Card>
</CardGroup>

## Explore

Discover the full range of features and capabilities.

<CardGroup cols={3}>
  <Card title="Search" icon="magnifying-glass" href="/learn/search">
    Discover products from Lasso's database with natural language queries.
  </Card>

  <Card title="Enrich" icon="wand-magic-sparkles" href="/learn/enrich">
    Turn partial product data into complete, sourced records.
  </Card>

  <Card title="Tables" icon="table" href="/learn/tables">
    Extract structured data from files, URLs, and text.
  </Card>

  <Card title="Schemas" icon="diagram-project" href="/learn/schemas">
    Define the shape of your data with column definitions.
  </Card>

  <Card title="Enhancement" icon="sparkles" href="/learn/enhancement">
    Enrich table data with AI-generated content and translations.
  </Card>

  <Card title="Exports" icon="file-export" href="/learn/exports">
    Export your data as JSON, CSV, XLSX, or images.
  </Card>
</CardGroup>
