API Plans & Features

Choose the right plan for your needs

Starter

Monthly

$59.99

per monthly

Yearly

$599.99

per yearly

📊 Plan Stats

  • Request Limit: 5,000/month
  • Data Fields: 26 fields
  • Filters: 2 available
  • Features: 3 included

✨ Included Features

  • Basic Product Fields
  • Basic Filters
  • Email Support 48h

📦 Available Data Fields

uniq_id site_name last_updated product_name brand_name description ingredients price currency availability size color primary_image_url additional_images category_1 category_2 category_3 sku gtin_list ean_list asin upc summary highlights how_to_use product_url

🔍 Available Filters

site_name (text) category (text)

📋 API Response Example

{
  "data": [
    {
      "uniq_id": "sample_value",
      "site_name": "sample_value",
      "last_updated": "sample_value",
      "product_name": "sample_value"
      // ... +22 more fields
    }
  ],
  "filters": ["site_name", "category"],
  "total": 1000,
  "plan": "Starter"
}

Pro

Monthly

$259.99

per monthly

Yearly

$2599.99

per yearly

📊 Plan Stats

  • Request Limit: 25,000/month
  • Data Fields: 33 fields
  • Filters: 5 available
  • Features: 4 included

✨ Included Features

  • Standard Product Fields
  • Standard Filters
  • Email Support 24h
  • Field Mappings

📦 Available Data Fields

uniq_id site_name country last_updated product_name brand_name manufacturer_name description raw_description ingredients raw_ingredients allergy_information price currency availability size color variants primary_image_url additional_images average_rating number_of_reviews category_1 category_2 category_3 sku product_id asin upc summary highlights how_to_use product_url

🔍 Available Filters

site_name (text) category (text) has_price (text) has_sku (text) only_assigned (text)

🗂️ Field Mapping

Map API fields to your own column names. For example:

product_nameYour_Product_Title
brand_nameBrand
priceCost
category_1Main_Category

📋 API Response Example

{
  "data": [
    {
      "uniq_id": "sample_value",
      "site_name": "sample_value",
      "country": "sample_value",
      "last_updated": "sample_value"
      // ... +29 more fields
    }
  ],
  "filters": ["site_name", "category", "has_price"],
  "total": 1000,
  "plan": "Pro"
}

Enterprise

Monthly

$499.99

per monthly

Yearly

$4999.99

per yearly

📊 Plan Stats

  • Request Limit: 50,000/month
  • Data Fields: 44 fields
  • Filters: 6 available
  • Features: 4 included

✨ Included Features

  • Enterprise Product Fields
  • Enterprise Filters
  • Email Support 12h
  • Field Mappings

📦 Available Data Fields

uniq_id site_name country last_updated product_name brand_name manufacturer_name description raw_description ingredients raw_ingredients allergy_information price currency availability size color gender variants primary_image_url additional_images average_rating number_of_reviews breadcrumbs category_1 category_2 category_3 sku product_id gtin_list ean_list asin upc summary highlights how_to_use raw_how_to_use other_information warnings warranty_information product_url language discount_percentage original_price

🔍 Available Filters

site_name (text) category (text) has_price (text) has_ingredients (text) has_sku (text) only_assigned (text)

🗂️ Field Mapping

Map API fields to your own column names. For example:

product_nameYour_Product_Title
brand_nameBrand
priceCost
category_1Main_Category

📋 API Response Example

{
  "data": [
    {
      "uniq_id": "sample_value",
      "site_name": "sample_value",
      "country": "sample_value",
      "last_updated": "sample_value"
      // ... +40 more fields
    }
  ],
  "filters": ["site_name", "category", "has_price"],
  "total": 1000,
  "plan": "Enterprise"
}

Complete Filter Reference

Filter Key Type Description Available In
site_name Text Site name Starter Pro Enterprise
category Text Category Starter Pro Enterprise
has_price Text Has price Pro Enterprise
has_sku Text Has sku Pro Enterprise
only_assigned Text Only assigned Pro Enterprise
has_ingredients Text Has ingredients Enterprise

Field Mapping Feature

Customize field names to match your database schema

Starter

Field Mapping Not Available

Upgrade to get custom field mapping

Pro

✓ Field Mapping Included

Map all 33 fields to your own names

Enterprise

✓ Field Mapping Included

Map all 44 fields to your own names