Animica x402 Directory

Directory / agent-api-production.tim1712.workers.dev

agent-api-production.tim1712.workers.dev/v1/shopping/product-search

Use when an agent already knows the product it wants and needs real current Shopify listings for a structured query. Returns normalized product/variant price, currency, seller, rating, product URL and checkout URL in upstream search-rank order, with an optional maximum item price. The query must already carry the compatibility and preference details. Not a recommendation engine, intent interpretation, web search, or cart/checkout.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://agent-api-production.tim1712.workers.dev/v1/shopping/product-search'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch -X POST 'https://agent-api-production.tim1712.workers.dev/v1/shopping/product-search'

Endpoint: https://agent-api-production.tim1712.workers.dev/v1/shopping/product-search. Operated by agent-api-production.tim1712.workers.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on agent-api-production.tim1712.workers.dev

agent-api-production.tim1712.workers.dev/v1/business/eu-vat-check

Use when an agent needs the current official VIES validation status of an EU VAT number before B2B onboarding, invoicing or procurement. Queries the European Co…

POST · $0.01

agent-api-production.tim1712.workers.dev/v1/npm/install-preflight

Use before a coding agent installs an unfamiliar npm dependency. Returns current facts from the official npm registry: the version `npm install` resolves (dist-…

POST · $0.005

agent-api-production.tim1712.workers.dev/v1/web/resource-preflight

Use before spending tokens, money or crawler capacity fetching an unfamiliar web resource. Resolves redirects (manually, bounded, re-validated per hop) and retu…

POST · $0.003

All 4 endpoints on agent-api-production.tim1712.workers.dev →