{
  "data": {
    "id": "2IbOsARwDxHJxCdzo",
    "userId": "HIMU0xktu1JeZb4Xl",
    "name": "chrome-web-store-reviews-scraper",
    "username": "fetch_cat",
    "description": "Extract public Chrome Web Store extension reviews with ratings, text, dates, helpful votes, reviewer names, and extension metadata.",
    "isPublic": true,
    "createdAt": "2026-07-10T10:08:52.555Z",
    "modifiedAt": "2026-07-15T08:30:23.866Z",
    "taggedBuilds": {
      "latest": {
        "buildId": "n6OVZ37CridNDOoig",
        "finishedAt": "2026-07-15T08:30:23.866Z",
        "buildNumberInt": 100007,
        "buildNumber": "0.1.7"
      }
    },
    "stats": {
      "totalBuilds": 7,
      "totalRuns": 69,
      "totalUsers": 1,
      "totalUsers7Days": 0,
      "totalUsers30Days": 0,
      "totalUsers90Days": 0,
      "lastRunStartedAt": "2026-08-26T11:30:35.381Z",
      "actorReviewCount": 0,
      "actorReviewRating": 0,
      "bookmarkCount": 0,
      "publicActorRunStats30Days": {
        "ABORTED": 0,
        "FAILED": 0,
        "SUCCEEDED": 43,
        "TIMED-OUT": 0,
        "TOTAL": 43
      }
    },
    "versions": [
      {
        "versionNumber": "0.1",
        "sourceType": "SOURCE_FILES",
        "buildTag": "latest"
      }
    ],
    "defaultRunOptions": {
      "build": "latest",
      "timeoutSecs": 300,
      "memoryMbytes": 512
    },
    "exampleRunInput": {
      "body": "{\n  \"extensionIds\": [\n    \"cjpalhdlnbpafiamejdnhcphjbkeiagm\"\n  ],\n  \"maxReviewsPerExtension\": 20,\n  \"sort\": \"newest\",\n  \"language\": \"en-US\",\n  \"proxyConfiguration\": {\n    \"useApifyProxy\": false\n  }\n}",
      "contentType": "application/json; charset=utf-8"
    },
    "categories": [
      "DEVELOPER_TOOLS",
      "ECOMMERCE"
    ],
    "isDeprecated": false,
    "title": "Chrome Web Store Reviews Scraper",
    "pictureUrl": "https://apify-image-uploads-prod.s3.us-east-1.amazonaws.com/HIMU0xktu1JeZb4Xl-actor-2IbOsARwDxHJxCdzo-egt5O0hSSa-chrome-web-store-reviews-scraper-actor-icon.png",
    "seoTitle": "Chrome Web Store Reviews Scraper - Reviews API",
    "seoDescription": "Scrape Chrome Web Store extension reviews, ratings, dates, helpful votes, reviewer names, and metadata to CSV, JSON, Excel, API, and BI workflows.",
    "pricingInfos": [
      {
        "pricingModel": "PAY_PER_EVENT",
        "pricingPerEvent": {
          "actorChargeEvents": {
            "start": {
              "eventTitle": "Run started",
              "eventDescription": "One-time fee charged when the scraper starts.",
              "eventPriceUsd": 0.005,
              "isOneTimeEvent": true
            },
            "review": {
              "eventTitle": "Review saved",
              "eventDescription": "Charged per public Chrome Web Store review saved to the dataset.",
              "isPrimaryEvent": true,
              "eventTieredPricingUsd": {
                "FREE": {
                  "tieredEventPriceUsd": 0.000575
                },
                "BRONZE": {
                  "tieredEventPriceUsd": 0.0005
                },
                "SILVER": {
                  "tieredEventPriceUsd": 0.00039
                },
                "GOLD": {
                  "tieredEventPriceUsd": 0.0003
                },
                "PLATINUM": {
                  "tieredEventPriceUsd": 0.0002
                },
                "DIAMOND": {
                  "tieredEventPriceUsd": 0.00014
                }
              }
            }
          }
        },
        "apifyMarginPercentage": 0.2,
        "startedAt": "2026-07-10T10:13:43.790Z",
        "isPriceChangeNotificationSuppressed": true,
        "reasonForChange": "Set initial PPE pricing on private actor before QA",
        "createdAt": "2026-07-10T10:13:43.874Z"
      },
      {
        "pricingModel": "PAY_PER_EVENT",
        "pricingPerEvent": {
          "actorChargeEvents": {
            "start": {
              "eventTitle": "Run started",
              "eventDescription": "One-time fee charged when the scraper starts.",
              "eventPriceUsd": 0.005,
              "isOneTimeEvent": true
            },
            "review": {
              "eventTitle": "Review extracted",
              "eventDescription": "Charged per public Chrome Web Store review saved to the dataset.",
              "isPrimaryEvent": true,
              "eventTieredPricingUsd": {
                "FREE": {
                  "tieredEventPriceUsd": 0.000115
                },
                "BRONZE": {
                  "tieredEventPriceUsd": 0.0001
                },
                "SILVER": {
                  "tieredEventPriceUsd": 0.000078
                },
                "GOLD": {
                  "tieredEventPriceUsd": 0.00006
                },
                "PLATINUM": {
                  "tieredEventPriceUsd": 0.00004
                },
                "DIAMOND": {
                  "tieredEventPriceUsd": 0.000028
                }
              }
            }
          }
        },
        "apifyMarginPercentage": 0.2,
        "startedAt": "2026-07-10T10:16:14.303Z",
        "isPriceChangeNotificationSuppressed": true,
        "reasonForChange": "Set tiered pricing at platform minimum above formula floor before QA",
        "createdAt": "2026-07-10T10:16:14.400Z"
      }
    ],
    "notice": "NONE",
    "isCritical": false,
    "isGeneric": false,
    "hasNoDataset": false,
    "isSourceCodeHidden": true,
    "standbyUrl": null,
    "actorPermissionLevel": "LIMITED_PERMISSIONS",
    "readmeSummary": "## Chrome Web Store Reviews Scraper\n\nA scraper that harvests Chrome Web Store extension review pages to produce structured review records for reputation monitoring, competitor analysis, and product feedback research. The Actor extracts per-review data such as star ratings, review text, reviewer display name and profile image when available, timestamps, helpful-vote counts, developer responses and their timestamps when present, and extension-level metadata including ID/URL/name, page-level average rating and rating count, reported extension version, and language. Technical capabilities include multi-extension processing, configurable review ordering (e.g., newest or most helpful), localization options, and configurable per-extension review limits to generate datasets for monitoring, sentiment analysis, version-specific feedback aggregation, and reporting.\n\n## Use cases\n\n- Monitor Chrome Web Store reviews for extension reputation and rating changes.  \n- Track new ratings, complaints, and version-specific feedback for extension publishers.  \n- Perform competitor review analysis across multiple extensions (compare ratings, review volume, sentiment).  \n- Conduct product feedback research and aggregate user complaints for product teams.  \n- Collect public review text and helpful-vote metrics for support and reputation triage or recurring reports.  \n- Market research to compare ratings, review volume, and sentiment across related extensions.  \n- Summarize newest or most helpful low-rated reviews for prioritizing support issues.  \n- Aggregate reviews by extension version and helpfulness to identify recurring defects or UX problems.",
    "deploymentKey": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9dAgILwNAthZViGo6WS1n2ktWI76+O3AOlrWd4r6szyWyZ2cbyMd1DGodChgs+JVlPXU+uODviTRf5XU7eF42Tv25Dr8QMD2eLrluYZwhIUPk9F9isBIlauO2AiLy+VhglNYacU4SJb8oL0u4lOzh6Hhpq7Z57yQUTL6+CBSIZl1gsjksTvbO6YqjN8Sd+fXEWkpTm7Az6Wu8wTHIdTAz1IlvKdBpon2DG8pUBDT0lU2qlPTs6R+XgO9KsD4wWwstNOLELMmg54yknKqSWsqQ1d284zqkrmngZs3Mq7IoKO1tvOyVJJDXbVNkKvD+3cnmJr7l27s4zRI/fSHJipeh \n"
  }
}