{
  "data": {
    "id": "48fw6bIeNxs6ZMtsv",
    "userId": "dANUJIvgbFeqOMBCb",
    "name": "yelp-reviews-scraper",
    "username": "kaix",
    "description": "🔥 ~$0.05/1K reviews 🔥 Scrape all reviews for any Yelp business. Full review text, ratings, author profiles, photos, reactions, owner replies. Accepts business URLs or aliases.",
    "isPublic": true,
    "createdAt": "2026-04-04T07:26:33.054Z",
    "modifiedAt": "2026-09-23T21:14:57.050Z",
    "taggedBuilds": {
      "latest": {
        "buildId": "l5qeyiRIkoD2xZooT",
        "finishedAt": "2026-09-23T19:17:33.512Z",
        "buildNumberInt": 200021,
        "buildNumber": "0.2.21"
      },
      "qa-20260802": {
        "buildId": "IVzOE0eh3PqmJdXK8",
        "finishedAt": "2026-08-04T05:27:43.527Z",
        "buildNumberInt": 200015,
        "buildNumber": "0.2.15"
      },
      "qa-20260811": {
        "buildId": "J7yRBT7UhVQj0d3EI",
        "finishedAt": "2026-08-11T11:52:54.445Z",
        "buildNumberInt": 200019,
        "buildNumber": "0.2.19"
      },
      "candidate": {
        "buildId": "QLBT6cebgKua1OvfD",
        "finishedAt": "2026-08-13T18:42:22.908Z",
        "buildNumberInt": 200020,
        "buildNumber": "0.2.20"
      },
      "qa-20260923": {
        "buildId": "l5qeyiRIkoD2xZooT",
        "finishedAt": "2026-09-23T19:17:33.512Z",
        "buildNumberInt": 200021,
        "buildNumber": "0.2.21"
      }
    },
    "stats": {
      "totalBuilds": 30,
      "totalRuns": 11547,
      "totalUsers": 325,
      "totalUsers7Days": 7,
      "totalUsers30Days": 15,
      "totalUsers90Days": 55,
      "actorReviewCount": 0,
      "actorReviewRating": 0,
      "bookmarkCount": 0,
      "lastRunStartedAt": "2026-09-27T04:00:29.065Z",
      "publicActorRunStats30Days": {
        "ABORTED": 2,
        "FAILED": 45,
        "SUCCEEDED": 1399,
        "TIMED-OUT": 0,
        "TOTAL": 1446
      }
    },
    "versions": [
      {
        "versionNumber": "0.1",
        "sourceType": "SOURCE_FILES",
        "buildTag": "latest"
      },
      {
        "versionNumber": "0.2",
        "sourceType": "SOURCE_FILES",
        "buildTag": "qa-20260923"
      },
      {
        "versionNumber": "0.3",
        "sourceType": "SOURCE_FILES",
        "buildTag": "metadata-review-20260923"
      }
    ],
    "defaultRunOptions": {
      "memoryMbytes": 256,
      "timeoutSecs": 3600,
      "build": "latest"
    },
    "exampleRunInput": {
      "body": "{ \"helloWorld\": 123 }",
      "contentType": "application/json; charset=utf-8"
    },
    "categories": [
      "ECOMMERCE",
      "LEAD_GENERATION",
      "DEVELOPER_TOOLS"
    ],
    "isDeprecated": false,
    "title": "Yelp Reviews Scraper - Most Comprehensive",
    "pictureUrl": "https://apify-image-uploads-prod.s3.us-east-1.amazonaws.com/dANUJIvgbFeqOMBCb-actor-48fw6bIeNxs6ZMtsv-korBlicOqp-cookbook.png",
    "seoTitle": null,
    "seoDescription": null,
    "pricingInfos": [
      {
        "minimalMaxTotalChargeUsd": null,
        "pricingModel": "PAY_PER_EVENT",
        "isPriceChangeNotificationSuppressed": false,
        "pricingPerEvent": {
          "actorChargeEvents": {
            "apify-actor-start": {
              "eventTitle": "Actor Start",
              "eventDescription": "Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event).",
              "isOneTimeEvent": true,
              "eventPriceUsd": 0.00005
            },
            "apify-default-dataset-item": {
              "eventTitle": "Review",
              "eventDescription": "per review",
              "eventTieredPricingUsd": {
                "FREE": {
                  "tieredEventPriceUsd": 0.00005
                },
                "BRONZE": {
                  "tieredEventPriceUsd": 0.00005
                },
                "SILVER": {
                  "tieredEventPriceUsd": 0.00004
                },
                "GOLD": {
                  "tieredEventPriceUsd": 0.00004
                },
                "PLATINUM": {
                  "tieredEventPriceUsd": 0.00004
                },
                "DIAMOND": {
                  "tieredEventPriceUsd": 0.00004
                }
              },
              "isPrimaryEvent": true
            }
          }
        },
        "startedAt": "2026-04-07T08:30:00.665Z",
        "createdAt": "2026-04-07T08:30:01.155Z",
        "apifyMarginPercentage": 0.2
      }
    ],
    "notice": "NONE",
    "isCritical": false,
    "isGeneric": false,
    "hasNoDataset": false,
    "isSourceCodeHidden": true,
    "standbyUrl": null,
    "actorPermissionLevel": "LIMITED_PERMISSIONS",
    "readmeSummary": "## Yelp Reviews Scraper\n\nA scraper for Yelp that collects structured review records and business profile records from specified business targets (business URL, alias, or encrypted business ID). The Actor queries Yelp for review lists and business pages, preserves Yelp's original ordering and raw source fields, and returns structured output covering review identifiers, business identity resolution, star ratings, review text and optional source translations, source language codes, UTC and local timestamps, public author metadata (identifiers, display name, location, counts, elite status, profile photo), feedback and reaction counts, media objects (photos and videos with URLs, captions, counts and optional dimensions and uploader info), business replies, review history and tags, and a scrape timestamp. Business profile records include resolved identity, overall rating and review totals, rating distribution and language counts, photos and categories, page-derived status flags and verification metadata, location and contact details, hours and special hours, pricing and descriptive text, attributes and external links, media counts, coordinates, and a scrape timestamp. The Actor supports sorting and filtering of review results, textual search within reviews, requesting Yelp language views and translations, and capped collection per target; it retains nonstandard source shapes as open objects.\n\n## Use cases\n\n- Collect Yelp reviews and business details as structured data for analysis.\n- Analyse review text (search and relevance-based review retrieval).\n- Compare ratings and rating distributions across businesses.\n- Monitor customer feedback by harvesting review content, reaction counts, and owner replies.\n- Collect complete Yelp business profiles alongside their reviews (identity, location, hours, contact, categories, media).\n- Request alternate-language page views and source-provided translations for reviews.",
    "deploymentKey": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1Xz5/aS10WdZzUTBo2VpYDCxzooaQzbKzg9Ol5Pyiwmd/n/nmfVEZ/psN3C93lFn32Sf7LxeTjDGO4qAOZmRsPHYidCJFnn3dhpFMXZXTdlrWKmBve/2jKMr3h+iwdryNTGp0C/EbzWryLiJ4CjPNqv7pnzgCbk6uYqNecBKwbXjMJrPQHdbqYKISZd97xvqYqUO7Qfq36w6d03MovbpqxiY4kqAdx1+s8lapuBQGQI52/RV49i+QAf6I+eZnd4ZYAV1yU6uJJ3YurXFs1GXneE3qOJ6/j/eeUNfKcDB0rV0EN/9DASXeFPoVIq5muNs0Lt9EjZ+Xe5RWtPFe4vxL \n"
  }
}