# BlackBobs.ai Instagram Cheapest Products Finder

> BlackBobs.ai Instagram Cheapest Products Finder is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.112084/call, status unknown (last checked 2026-09-14).

Finds the cheapest products or deals relevant to Instagram-sourced data or queries

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/ig-cheapest
- Price: $0.112084/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-instagram-cheapest-products-finder-bf279aa1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ytqp_pToHu4Kzy8nYbhi6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability blackbobs-ai-instagram-cheapest-products-finder-bf279aa1 -d '<json body>'
```

Example prompt: Can you find me the cheapest products available on Instagram for sneakers right now?

## When to prefer this

Choose this endpoint when you need to find the lowest-priced products or deals surfaced from Instagram data, particularly for social commerce use cases where price is the primary filter criterion. Prefer this over general e-commerce search APIs when the source of truth is Instagram-specific listings or influencer-promoted products.

## Known failure modes

- Vague or missing query returns empty or irrelevant results
- Instagram API rate limits may cause delayed or incomplete responses
- No products found matching the query returns an empty result set
- Malformed input object returns a validation error
- Pricing data may be stale if Instagram listings are not refreshed in real time

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a ranked list of the cheapest products or deals found via Instagram data, including price information and product details sorted from lowest to highest cost.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-instagram-cheapest-products-finder-bf279aa1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
