{
  "openapi": "3.0.1",
  "info": {
    "title": "Quince Product Search Scraper",
    "description": "Scrape product listings from Quince.com's search results and category pages. Extract titles, pricing variants, reviews, product IDs, color options, and 20+ fields per item — perfect for price monitoring, inventory tracking, and competitive analysis in sustainable home goods.",
    "version": "0.0",
    "x-build-id": "o3C8c18zZUheyaE20"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/stealth_mode~quince-product-search-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-stealth_mode-quince-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/stealth_mode~quince-product-search-scraper/runs": {
      "post": {
        "operationId": "runs-sync-stealth_mode-quince-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/stealth_mode~quince-product-search-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-stealth_mode-quince-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",
        "properties": {
          "urls": {
            "title": "URLs of the product search list urls to scrape",
            "type": "array",
            "description": "Add the URLs of the product search list urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.",
            "items": {
              "type": "string"
            }
          },
          "ignore_url_failures": {
            "title": "Continue running even if some URLs fail to be scraped",
            "type": "boolean",
            "description": "If true, the scraper will continue running even if some URLs fail to be scraped."
          },
          "keyword": {
            "title": "Keyword to search",
            "type": "string",
            "description": "Enter the keyword to search for items"
          },
          "price_range": {
            "title": "Price Range",
            "type": "array",
            "description": "Enter the price range to search for items",
            "items": {
              "type": "string",
              "enum": [
                "$10-25",
                "$25-50",
                "$50-75",
                "$75-100",
                "$100-200",
                "$200-300",
                "$300-400",
                "$500-600",
                "$600-1000",
                "$1000-2000",
                "$2000-3000",
                ">$3000"
              ],
              "enumTitles": [
                "$10-25",
                "$25-50",
                "$50-75",
                "$75-100",
                "$100-200",
                "$200-300",
                "$300-400",
                "$500-600",
                "$600-1000",
                "$1000-2000",
                "$2000-3000",
                ">$3000"
              ]
            }
          },
          "color": {
            "title": "Color",
            "type": "array",
            "description": "Enter the color to search for items",
            "items": {
              "type": "string",
              "enum": [
                "Black",
                "Blue",
                "Brown",
                "Green",
                "Grey",
                "Multi",
                "Orange",
                "Pink",
                "Purple",
                "Red",
                "Tan",
                "White",
                "Yellow"
              ],
              "enumTitles": [
                "Black",
                "Blue",
                "Brown",
                "Green",
                "Grey",
                "Multi",
                "Orange",
                "Pink",
                "Purple",
                "Red",
                "Tan",
                "White",
                "Yellow"
              ]
            }
          },
          "category": {
            "title": "Category",
            "type": "array",
            "description": "Enter the category to search for items",
            "items": {
              "type": "string",
              "enum": [
                "Apparel",
                "Kids & Baby",
                "Home",
                "Furniture",
                "Accessories",
                "Bags",
                "Shoes",
                "Jewelry",
                "Beauty",
                "Throws & Blankets",
                "Wellness",
                "Travel",
                "Lighting",
                "Home Fragrance",
                "Wine",
                "Fitness",
                "Pets",
                "Toys",
                "Boots",
                "Gear & Essentials",
                "Perfume",
                "Pillow Inserts",
                "Cold Food"
              ],
              "enumTitles": [
                "Apparel",
                "Kids & Baby",
                "Home",
                "Furniture",
                "Accessories",
                "Bags",
                "Shoes",
                "Jewelry",
                "Beauty",
                "Throws & Blankets",
                "Wellness",
                "Travel",
                "Lighting",
                "Home Fragrance",
                "Wine",
                "Fitness",
                "Pets",
                "Toys",
                "Boots",
                "Gear & Essentials",
                "Perfume",
                "Pillow Inserts",
                "Cold Food"
              ]
            }
          },
          "material": {
            "title": "Material",
            "type": "array",
            "description": "Enter the material to search for items",
            "items": {
              "type": "string",
              "enum": [
                "Cotton",
                "Polyester",
                "Cashmere",
                "Organic Cotton",
                "Linen",
                "Leather",
                "Nylon",
                "Modal/Rayon",
                "Silk",
                "Bamboo",
                "Denim",
                "Wool",
                "Acetate",
                "Performance Velvet",
                "Tencel",
                "Stoneware",
                "Flowknit",
                "100% Merino Wool",
                "Handwoven",
                "Corduroy",
                "French Terry",
                "Stainless Steel",
                "Suede",
                "SuperSoft",
                "Ultra-Form",
                "Lab Grown Diamond",
                "Down",
                "Lightweight Down",
                "Cotton Cashmere",
                "Viscose",
                "Fleece",
                "Diamond",
                "Softest Rib",
                "Sherpa",
                "Neoprene",
                "Ultra-Soft",
                "Other",
                "Percale",
                "Wood",
                "Polycarbonate",
                "Alpaca",
                "Leather/Suede",
                "Velvet",
                "14k Gold",
                "Featherless Down",
                "Rayon",
                "Tulle",
                "Gemstone",
                "Merino Wool",
                "Metal",
                "Recycled Wind/Rain",
                "Heavyweight Down",
                "Supima Cotton",
                "All-Weather",
                "Boucle",
                "Down Alternative",
                "Ponte",
                "Jute",
                "Lenzing Ecovero",
                "Synthetic Fiber",
                "Cotton Blend",
                "Performance Tech",
                "Plastic/Acetate",
                "Plastic/Resin",
                "Sateen",
                "Fur/Faux Fur",
                "Running",
                "Acrylic",
                "Flannel",
                "Titanium",
                "Wool Blend",
                "10k Gold",
                "Aluminum",
                "Glass",
                "Gold Vermeil",
                "Sterling Silver",
                "Bamboo Viscose",
                "Cashmere / Sweater Knit",
                "Cellulose Acetate",
                "Mulberry Silk",
                "Straw",
                "Lab Grown Blue Sapphire",
                "Pearl",
                "Plastic",
                "Clubhouse",
                "Eco-Knit",
                "Natural Fiber",
                "Performance Basketweave",
                "Performance Linen Blend",
                "Sequin",
                "Shearling",
                "Yellow Lab Grown Diamond"
              ],
              "enumTitles": [
                "Cotton",
                "Polyester",
                "Cashmere",
                "Organic Cotton",
                "Linen",
                "Leather",
                "Nylon",
                "Modal/Rayon",
                "Silk",
                "Bamboo",
                "Denim",
                "Wool",
                "Acetate",
                "Performance Velvet",
                "Tencel",
                "Stoneware",
                "Flowknit",
                "100% Merino Wool",
                "Handwoven",
                "Corduroy",
                "French Terry",
                "Stainless Steel",
                "Suede",
                "SuperSoft",
                "Ultra-Form",
                "Lab Grown Diamond",
                "Down",
                "Lightweight Down",
                "Cotton Cashmere",
                "Viscose",
                "Fleece",
                "Diamond",
                "Softest Rib",
                "Sherpa",
                "Neoprene",
                "Ultra-Soft",
                "Other",
                "Percale",
                "Wood",
                "Polycarbonate",
                "Alpaca",
                "Leather/Suede",
                "Velvet",
                "14k Gold",
                "Featherless Down",
                "Rayon",
                "Tulle",
                "Gemstone",
                "Merino Wool",
                "Metal",
                "Recycled Wind/Rain",
                "Heavyweight Down",
                "Supima Cotton",
                "All-Weather",
                "Boucle",
                "Down Alternative",
                "Ponte",
                "Jute",
                "Lenzing Ecovero",
                "Synthetic Fiber",
                "Cotton Blend",
                "Performance Tech",
                "Plastic/Acetate",
                "Plastic/Resin",
                "Sateen",
                "Fur/Faux Fur",
                "Running",
                "Acrylic",
                "Flannel",
                "Titanium",
                "Wool Blend",
                "10k Gold",
                "Aluminum",
                "Glass",
                "Gold Vermeil",
                "Sterling Silver",
                "Bamboo Viscose",
                "Cashmere / Sweater Knit",
                "Cellulose Acetate",
                "Mulberry Silk",
                "Straw",
                "Lab Grown Blue Sapphire",
                "Pearl",
                "Plastic",
                "Clubhouse",
                "Eco-Knit",
                "Natural Fiber",
                "Performance Basketweave",
                "Performance Linen Blend",
                "Sequin",
                "Shearling",
                "Yellow Lab Grown Diamond"
              ]
            }
          },
          "size": {
            "title": "Size",
            "type": "array",
            "description": "Enter the size to search for items",
            "items": {
              "type": "string",
              "enum": [
                "XS",
                "S",
                "M",
                "L",
                "XL",
                "XXL",
                "XXXL",
                "One Size",
                "8",
                "10",
                "6",
                "12",
                "7",
                "2T",
                "3T",
                "4T",
                "5T",
                "12-18M",
                "18-24M",
                "1X",
                "2X",
                "3X",
                "30",
                "32",
                "9-12M",
                "6-9M",
                "33",
                "24",
                "31",
                "25",
                "26",
                "27",
                "28",
                "29",
                "3-6M",
                "0-3M",
                "4",
                "16",
                "20x20",
                "0",
                "14",
                "2",
                "9",
                "5",
                "30X30",
                "32X30",
                "34X30",
                "36X30",
                "11",
                "30X32",
                "32X32",
                "34X32",
                "36X32",
                "8.5",
                "Twin",
                "30X34",
                "32X34",
                "34X34",
                "36X34",
                "12x20",
                "9.5",
                "6.5",
                "7.5",
                "5.5",
                "38X30",
                "38X32",
                "38X34",
                "40X30",
                "40X32",
                "40X34",
                "King",
                "7ft",
                "8ft",
                "Left Arm",
                "Right Arm",
                "King/Cal King",
                "34",
                "36",
                "Full/Queen",
                "10.5",
                "9ft",
                "Queen",
                "Full",
                "21.25\"x21.25\"",
                "Cal King",
                "42X30",
                "42X32",
                "44X30",
                "31X32",
                "44X32",
                "5' x 8'",
                "21.25\"x26.25\"",
                "31X30",
                "33X30",
                "33X32",
                "35X30",
                "35X32",
                "36\"x36\"",
                "Standard",
                "30.5\"x38\""
              ],
              "enumTitles": [
                "XS",
                "S",
                "M",
                "L",
                "XL",
                "XXL",
                "XXXL",
                "One Size",
                "8",
                "10",
                "6",
                "12",
                "7",
                "2T",
                "3T",
                "4T",
                "5T",
                "12-18M",
                "18-24M",
                "1X",
                "2X",
                "3X",
                "30",
                "32",
                "9-12M",
                "6-9M",
                "33",
                "24",
                "31",
                "25",
                "26",
                "27",
                "28",
                "29",
                "3-6M",
                "0-3M",
                "4",
                "16",
                "20x20",
                "0",
                "14",
                "2",
                "9",
                "5",
                "30X30",
                "32X30",
                "34X30",
                "36X30",
                "11",
                "30X32",
                "32X32",
                "34X32",
                "36X32",
                "8.5",
                "Twin",
                "30X34",
                "32X34",
                "34X34",
                "36X34",
                "12x20",
                "9.5",
                "6.5",
                "7.5",
                "5.5",
                "38X30",
                "38X32",
                "38X34",
                "40X30",
                "40X32",
                "40X34",
                "King",
                "7ft",
                "8ft",
                "Left Arm",
                "Right Arm",
                "King/Cal King",
                "34",
                "36",
                "Full/Queen",
                "10.5",
                "9ft",
                "Queen",
                "Full",
                "21.25\"x21.25\"",
                "Cal King",
                "42X30",
                "42X32",
                "44X30",
                "31X32",
                "44X32",
                "5' x 8'",
                "21.25\"x26.25\"",
                "31X30",
                "33X30",
                "33X32",
                "35X30",
                "35X32",
                "36\"x36\"",
                "Standard",
                "30.5\"x38\""
              ]
            }
          },
          "department": {
            "title": "Department",
            "type": "array",
            "description": "Enter the department to search for items",
            "items": {
              "type": "string",
              "enum": [
                "Women",
                "Kids & Baby",
                "Men",
                "Home",
                "CPG",
                "Gift"
              ],
              "enumTitles": [
                "Women",
                "Kids & Baby",
                "Men",
                "Home",
                "CPG",
                "Gift"
              ]
            }
          },
          "page": {
            "title": "Page start",
            "type": "integer",
            "description": "Specify the page number to start scraping from"
          },
          "max_items_per_url": {
            "title": "Max items per URL",
            "type": "integer",
            "description": "The maximum number of items to scrape per URL."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}