APIClaw
FeaturesSkillsUse CasesPricingBlogDocs
APIClaw

The data layer for AI agents.

Product

  • Features
  • Skills
  • Pricing
  • Docs

Community

  • Discord
  • GitHub

Company

  • About
  • Contact

Legal

  • Privacy
  • Terms
  • Acceptable Use

© 2026 APIClaw. All rights reserved.

Third-party platform names are referenced for descriptive purposes only and do not imply affiliation.

Documentation

API Documentation

Everything you need to integrate APIClaw into your applications

Full API ReferenceGet API Key

Quick Start

Get up and running in 5 minutes

Authentication

Learn how to authenticate API requests

API Reference

Complete endpoint documentation

Code Examples

Sample code in multiple languages

Quick Start

1. Get your API key

Sign up for a free account and generate your API key from the Platform Console.

Go to API Keys
2. Make your first request
Terminal
curl -X POST https://api.apiclaw.io/openapi/v2/products/search \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"keyword": "wireless earbuds", "limit": 10}'
3. Parse the response
response.json
{
  "success": true,
  "data": [
    {
      "asin": "B09V3KXJPB",
      "title": "Wireless Earbuds...",
      "price": 29.99,
      "rating": 4.5,
      "reviews": 12500
    }
  ],
  "meta": { "total": 100, "page": 1 }
}

API Endpoints

POST/openapi/v2/products/search
Search and filter products across supported marketplaces
POST/openapi/v2/products/competitors
Look up competitor products
POST/openapi/v2/markets/search
Analyze category market data
POST/openapi/v2/categories
Browse category taxonomy
POST/openapi/v2/realtime/product
Real-time product data
POST/openapi/v2/reviews/analysis
Review analysis & insights
POST/openapi/v2/products/history
Historical data & trends

Ready to Build?

Start with 1,000 free API credits and full access to all endpoints.

Get Your API KeyFull Documentation