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

# Adgentic API

> The Adgentic API connects directly to Adgentic’s commerce search engine, giving developers programmatic access to detect shopping intent and retrieve enriched product offers.

<Copy />

## What You Get

For commercial queries, the API returns structured offers including:

* Product title & description

* Image links

* Contextual attributes & tags

* Price & currency

* Advertiser & monetization details

* Available promotions & exclusive deals

## How It Works

* Send a request to the Adgentic API endpoint with the user’s query.

* The API analyzes the query for shopping intent.

* If intent is commercial or potential commercial, it returns a structured JSON object containing product offers.

* If intent is non-commercial, it returns an empty response with "response": false.

<hr />

<div style={{display:'flex', alignItems:'center', gap:'8px', marginTop:'8px'}}>
  <span style={{ color: 'var(--mint-c-text)', fontWeight: 600 }}>
    Was this page helpful?
  </span>

  <a href="mailto:hello@adgenticplatform.com?subject=Docs%20feedback%20YES" title="Yes">👍 Yes</a>
  <span aria-hidden="true">·</span>
  <a href="mailto:hello@adgenticplatform.com?subject=Docs%20feedback%20NO" title="No">👎 No</a>
</div>
