{
  "openapi": "3.0.1",
  "info": {
    "title": "Article Furniture Scraper",
    "description": "Scrape Article.com's furniture catalog - browse any room/category or search by keyword, get prices (incl. sale), color/finish variants, images, and full product detail (dimensions, materials, reviews) by product ID or URL.",
    "version": "1.0",
    "x-build-id": "li3ElI0JgbTCTARxd"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~article-furniture-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-article-furniture-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/crawlerbros~article-furniture-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-article-furniture-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/crawlerbros~article-furniture-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-article-furniture-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": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "byCategory",
              "search",
              "byProductId",
              "byCollection"
            ],
            "type": "string",
            "description": "What to fetch.",
            "default": "byCategory"
          },
          "category": {
            "title": "Category (mode=byCategory)",
            "enum": [
              "224/living-furniture",
              "12/sofas-sofas",
              "27/sofas-sectionals",
              "28/sofas-sofa-beds",
              "91/sofas-modular-sofas",
              "2/chairs-lounge-chairs",
              "87/swivel-chairs",
              "21/tables-coffee-tables",
              "83/tables-side-tables",
              "94/storage-media-units",
              "8/storage-bookcases-and-shelves",
              "72/tables-consoles",
              "17/sofas-ottomans",
              "23/chairs-benches",
              "13/bedroom",
              "14/bedroom-beds",
              "22/bedroom-dressers",
              "15/bedroom-nightstands",
              "95/bedroom-headboards",
              "64/bedroom-benches",
              "60/bedroom-mattresses",
              "222/dining-furniture",
              "10/tables-dining-tables",
              "7/chairs-dining-chairs",
              "47/chairs-stools",
              "33/dining-benches",
              "93/storage-sideboards",
              "36/tables-islands-carts",
              "223/home-office-furniture",
              "37/tables-desks",
              "82/chairs-office-chairs",
              "702/file-cabinets",
              "345/entryway-furniture",
              "19/storage-cabinets",
              "25/decor-mirrors",
              "58/outdoor",
              "103/outdoor-lounging",
              "104/outdoor-dining",
              "84/outdoor-sofas",
              "85/outdoor-sectionals",
              "62/outdoor-lounge-chairs",
              "59/outdoor-dining-tables",
              "61/outdoor-dining-chairs",
              "99/outdoor-accessories",
              "48/decor",
              "50/decor-rugs",
              "53/decor-lighting",
              "51/decor-pillows",
              "65/decor-poufs",
              "419/decor-planters",
              "100/new"
            ],
            "type": "string",
            "description": "Room/category to browse.",
            "default": "224/living-furniture"
          },
          "collectionId": {
            "title": "Collection ID (mode=byCollection)",
            "type": "string",
            "description": "A named furniture collection/line to browse, in `<id>/<slug>` format (copy from a collection page URL) or a full collection URL, e.g. `228/timber`, `9/ceni`, or `https://www.article.com/collection/228/timber`. Article publishes 300+ collections — find the current list via any product's `collectionId`/`collectionSlug` output field, or by browsing Article.com's collection pages."
          },
          "searchQuery": {
            "title": "Search query (mode=search)",
            "type": "string",
            "description": "Free-text keyword search, e.g. `sofa`, `walnut dresser`, `outdoor dining table`."
          },
          "productIds": {
            "title": "Product IDs or URLs (mode=byProductId)",
            "type": "array",
            "description": "Numeric product IDs (e.g. `30333`) or full product URLs (e.g. `https://www.article.com/product/30333/timber-90-leather-sofa-charme-tan`).",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "sortBy": {
            "title": "Sort order",
            "enum": [
              "popularity",
              "price-low",
              "price-high",
              "newest"
            ],
            "type": "string",
            "description": "Sort order for byCategory/search/byCollection results.",
            "default": "popularity"
          },
          "minPrice": {
            "title": "Min price (USD)",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Drop products priced below this (byCategory/search/byCollection only)."
          },
          "maxPrice": {
            "title": "Max price (USD)",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Drop products priced above this (byCategory/search/byCollection only)."
          },
          "onSaleOnly": {
            "title": "On sale only",
            "type": "boolean",
            "description": "Only emit products currently marked on sale (byCategory/search/byCollection only).",
            "default": false
          },
          "onClearanceOnly": {
            "title": "On clearance only",
            "type": "boolean",
            "description": "Only emit products currently marked on clearance (byCategory/search/byCollection only). Distinct from `onSaleOnly` — clearance items are permanently discounted discontinuing stock, while sale items are temporarily discounted.",
            "default": false
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Hard cap on emitted records.",
            "default": 48
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Optional. Article.com works without a proxy; this is used only as a last-resort fallback if the site's rate-limit briefly blocks requests. AUTO (datacenter) is free on all Apify plans.",
            "default": {
              "useApifyProxy": 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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}