{
  "openapi": "3.0.1",
  "info": {
    "title": "Amazon Product Search Scraper – Prices, Ratings, ASINs",
    "description": "Extract Amazon product search results by keyword: ASIN, title, price, rating, review count, Best Seller/Amazon's Choice labels, sponsored flag and more. No proxies, no browser, no bans -- data comes from a licensed SERP provider, from $0.0035 per product.",
    "version": "0.1",
    "x-build-id": "wxVJ00NdFpNJ8phx3"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/moyadata~amazon-product-search-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-moyadata-amazon-product-search-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/moyadata~amazon-product-search-scraper/runs": {
      "post": {
        "operationId": "runs-sync-moyadata-amazon-product-search-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/moyadata~amazon-product-search-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-moyadata-amazon-product-search-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "queries"
        ],
        "properties": {
          "queries": {
            "title": "Search queries",
            "type": "array",
            "description": "One or more Amazon search keywords, e.g. \"wireless earbuds\". Max 700 characters each, max 500 queries per run.",
            "items": {
              "type": "string"
            }
          },
          "country": {
            "title": "Country / marketplace",
            "enum": [
              "US",
              "GB",
              "DE",
              "FR",
              "ES",
              "IT",
              "CA",
              "MX",
              "JP",
              "IN",
              "BR",
              "AU"
            ],
            "type": "string",
            "description": "ISO-2 country code selecting the Amazon marketplace, language and location for the search: US -> amazon.com, GB -> amazon.co.uk, DE -> amazon.de, FR -> amazon.fr, ES -> amazon.es, IT -> amazon.it, CA -> amazon.ca, MX -> amazon.com.mx, JP -> amazon.co.jp, IN -> amazon.in, BR -> amazon.com.br, AU -> amazon.com.au.",
            "default": "US"
          },
          "maxResultsPerQuery": {
            "title": "Max results per query",
            "minimum": 1,
            "maximum": 700,
            "type": "integer",
            "description": "Maximum number of products to return per query (1-700).",
            "default": 20
          },
          "department": {
            "title": "Department (optional)",
            "enum": [
              "Arts & Crafts",
              "Automotive",
              "Baby",
              "Beauty & Personal Care",
              "Books",
              "Computers",
              "Digital Music",
              "Electronics",
              "Kindle Store",
              "Prime Video",
              "Women's Fashion",
              "Men's Fashion",
              "Girls' Fashion",
              "Boys' Fashion",
              "Deals",
              "Health & Household",
              "Home & Kitchen",
              "Industrial & Scientific",
              "Luggage",
              "Movies & TV",
              "Music, CDs & Vinyl",
              "Pet Supplies",
              "Software",
              "Sports & Outdoors",
              "Tools & Home Improvement",
              "Toys & Games",
              "Video Games"
            ],
            "type": "string",
            "description": "Restrict results to one Amazon department. Names are Amazon's US/English department list; behavior on non-US marketplaces is unverified (see README Limits)."
          },
          "priceMin": {
            "title": "Minimum price (optional)",
            "minimum": 0,
            "type": "integer",
            "description": "Only return products priced at or above this amount, in the marketplace's currency."
          },
          "priceMax": {
            "title": "Maximum price (optional)",
            "minimum": 0,
            "type": "integer",
            "description": "Only return products priced at or below this amount, in the marketplace's currency."
          },
          "sortBy": {
            "title": "Sort by (optional)",
            "enum": [
              "relevance",
              "price_low_to_high",
              "price_high_to_low",
              "featured",
              "avg_customer_review",
              "newest_arrival"
            ],
            "type": "string",
            "description": "How Amazon sorts results. Leave unset to keep Amazon's default relevance order."
          },
          "includeSponsored": {
            "title": "Include sponsored products",
            "type": "boolean",
            "description": "true: keep sponsored/ad products (amazon_paid) in the output, marked isSponsored: true. false (default): only organic results.",
            "default": false
          },
          "deduplicate": {
            "title": "Deduplicate products",
            "type": "boolean",
            "description": "Remove duplicate products (by ASIN) seen across multiple queries in this run. When includeSponsored is true and the same ASIN appears both as a sponsored and an organic result, the first one encountered in the page (usually the sponsored slot) is kept.",
            "default": true
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}