{
  "openapi": "3.0.1",
  "info": {
    "title": "RTINGS Scraper",
    "description": "Scrape RTINGS.com lab-tested electronics reviews with TVs, headphones, monitors, soundbars, vacuums, laptops, projectors, and more. Get overall scores, per-usage scores, featured spec test results, pros/cons, verdicts, images, and size variants.",
    "version": "1.0",
    "x-build-id": "QL1nYdPv2KFG780XV"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~rtings-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-rtings-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~rtings-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-rtings-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~rtings-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-rtings-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": [
              "search",
              "byCategory",
              "byUrls",
              "byBrand"
            ],
            "type": "string",
            "description": "What to scrape.",
            "default": "byCategory"
          },
          "category": {
            "title": "Category",
            "enum": [
              "tv",
              "headphones",
              "monitor",
              "soundbar",
              "keyboard",
              "mouse",
              "vacuum",
              "laptop",
              "mattress",
              "printer",
              "projector",
              "blender",
              "lawn-mower",
              "snowblower",
              "graphics-card",
              "speaker",
              "router",
              "ssd",
              "webcam",
              "phone",
              "tablet",
              "air-purifier",
              "robot-vacuum",
              "headset",
              "earbuds"
            ],
            "type": "string",
            "description": "Product category on RTINGS. Used by modes byCategory, byBrand, and as a search-filter for mode=search.",
            "default": "tv"
          },
          "searchQuery": {
            "title": "Search query (mode=search)",
            "type": "string",
            "description": "Free-text query — matched against product brand / model slug in the review URL. E.g. `lg c4`, `sony wh-1000xm5`, `dyson v15`. Use the `category` input to scope the search.",
            "default": "lg oled"
          },
          "reviewUrls": {
            "title": "Review URLs (mode=byUrls)",
            "type": "array",
            "description": "Direct RTINGS review URLs (e.g. https://www.rtings.com/tv/reviews/lg/g4-oled). One review per URL.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "brands": {
            "title": "Brands (mode=byBrand)",
            "type": "array",
            "description": "Brand slugs (e.g. `lg`, `samsung`, `sony`, `hisense`, `dyson`, `bose`). One emission per brand × category model.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "score-desc",
              "score-asc",
              "newest",
              "oldest",
              "alphabetical"
            ],
            "type": "string",
            "description": "Result ordering (mode=byCategory / mode=byBrand / mode=search). Score-desc is the default RTINGS browsing order.",
            "default": "score-desc"
          },
          "minScore": {
            "title": "Minimum overall score",
            "minimum": 0,
            "maximum": 10,
            "type": "integer",
            "description": "Drop products with overall score below this value (0-10). Field-absent products pass through."
          },
          "maxScore": {
            "title": "Maximum overall score",
            "minimum": 0,
            "maximum": 10,
            "type": "integer",
            "description": "Drop products with overall score above this value (0-10)."
          },
          "suitableUsages": {
            "title": "Suitable for usages",
            "type": "array",
            "description": "Keep only products marked `suitable=true` for at least one of these usages. Usage labels vary by category: TV uses `Mixed Usage`, `Home Theater`, `Sports`, `Gaming`, `Bright Room`; headphones use `Neutral Sound`, `Commute/Travel`, `Sports/Fitness`, `Office`, `Wireless Gaming`; monitors use `Mixed Usage`, `Office`, `Gaming`, `Media Creation`, `HDR Gaming`. Free-text — case insensitive.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "containsKeyword": {
            "title": "Keyword filter",
            "type": "string",
            "description": "Case-insensitive substring filter — match against product name, brand, or verdict text. Field-absent products pass through."
          },
          "yearMin": {
            "title": "Published year (min)",
            "minimum": 2010,
            "maximum": 2100,
            "type": "integer",
            "description": "Drop reviews published before this year."
          },
          "yearMax": {
            "title": "Published year (max)",
            "minimum": 2010,
            "maximum": 2100,
            "type": "integer",
            "description": "Drop reviews published after this year."
          },
          "includeVerdict": {
            "title": "Include long verdict text",
            "type": "boolean",
            "description": "Include the multi-paragraph verdict / introduction text. Off by default to keep records compact.",
            "default": true
          },
          "includeSummaries": {
            "title": "Include pros / cons / mixed summaries",
            "type": "boolean",
            "description": "Include the editor-curated pros, cons, and mixed-priority summary bullets per product.",
            "default": true
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Hard cap on emitted records.",
            "default": 25
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}