{
  "openapi": "3.0.1",
  "info": {
    "title": "Shopify Junip Reviews Scraper API",
    "description": "Scrape Junip product reviews from Shopify product URLs and site reviews from store URLs.",
    "version": "0.0",
    "x-build-id": "5l3DyS3HFQSbXvbCV"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/lurkapi~shopify-junip-reviews-scraper-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-lurkapi-shopify-junip-reviews-scraper-api",
        "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/lurkapi~shopify-junip-reviews-scraper-api/runs": {
      "post": {
        "operationId": "runs-sync-lurkapi-shopify-junip-reviews-scraper-api",
        "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/lurkapi~shopify-junip-reviews-scraper-api/run-sync": {
      "post": {
        "operationId": "run-sync-lurkapi-shopify-junip-reviews-scraper-api",
        "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": [
          "startUrls"
        ],
        "properties": {
          "startUrls": {
            "title": "Store or product URLs",
            "maxItems": 1000,
            "type": "array",
            "description": "Paste a Shopify store URL to get every public Junip site review. Paste a specific product URL to get the product-group reviews shown by its Junip widget. Both types can be mixed in the same run.",
            "items": {
              "type": "string",
              "maxLength": 2048
            }
          },
          "maxResultsPerUrl": {
            "title": "Maximum results per URL",
            "minimum": 1,
            "maximum": 50000,
            "type": "integer",
            "description": "Cap on review rows returned for each input URL. A store URL returns up to this many site reviews; a product URL returns up to this many product-group reviews.",
            "default": 50
          },
          "filterRatings": {
            "title": "Star ratings",
            "uniqueItems": true,
            "type": "array",
            "description": "Only keep reviews with the star ratings you pick. Leave empty to include every rating. Free with the base row price.",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5"
              ],
              "enumTitles": [
                "1 star",
                "2 stars",
                "3 stars",
                "4 stars",
                "5 stars"
              ]
            }
          },
          "sortBy": {
            "title": "Sort reviews by",
            "enum": [
              "newest",
              "oldest",
              "highest_rating",
              "lowest_rating",
              "most_helpful",
              "featured_first"
            ],
            "type": "string",
            "description": "Junip's built-in orders (newest, oldest, rating, helpful, and featured first) are free.",
            "default": "newest"
          },
          "filterKeyword": {
            "title": "Search review text ($)",
            "maxLength": 500,
            "type": "string",
            "description": "Only keep reviews whose title or body contains this phrase. Charged only on matching rows that are delivered."
          },
          "verifiedOnly": {
            "title": "Only verified buyers ($)",
            "type": "boolean",
            "description": "Only keep reviews Junip marks as verified purchases.",
            "default": false
          },
          "onlyWithMedia": {
            "title": "Only reviews with media ($)",
            "type": "boolean",
            "description": "Only keep reviews that include at least one photo or video.",
            "default": false
          },
          "onlyWithPhotos": {
            "title": "Only reviews with photos ($)",
            "type": "boolean",
            "description": "Only keep reviews that include at least one customer photo.",
            "default": false
          },
          "onlyWithVideos": {
            "title": "Only reviews with videos ($)",
            "type": "boolean",
            "description": "Only keep reviews that include at least one customer video.",
            "default": false
          },
          "merchantReplyOnly": {
            "title": "Only reviews with store replies ($)",
            "type": "boolean",
            "description": "Only keep reviews the store has publicly replied to.",
            "default": false
          },
          "wouldRecommendOnly": {
            "title": "Only recommended reviews ($)",
            "type": "boolean",
            "description": "Only keep reviews whose author said they would recommend the product or store.",
            "default": false
          },
          "filterStartDate": {
            "title": "Published on or after ($)",
            "type": "string",
            "description": "Only keep reviews posted on or after this date (YYYY-MM-DD, inclusive)."
          },
          "filterEndDate": {
            "title": "Published on or before ($)",
            "type": "string",
            "description": "Only keep reviews posted on or before this date (YYYY-MM-DD, inclusive)."
          },
          "minContentLength": {
            "title": "Minimum text length ($)",
            "minimum": 0,
            "maximum": 100000,
            "type": "integer",
            "description": "Only keep reviews whose written body has at least this many characters. Leave at zero to disable this filter.",
            "default": 0
          },
          "filterLanguages": {
            "title": "Review languages ($)",
            "maxItems": 50,
            "type": "array",
            "description": "Only keep reviews in these public Junip locales. Use ISO codes such as en, es, or pt-BR. A base code such as en also matches regional tags such as en-US.",
            "items": {
              "type": "string",
              "maxLength": 16
            }
          },
          "translateReviews": {
            "title": "Translate reviews ($)",
            "type": "boolean",
            "description": "Translate the review title and body into your chosen target language. Charged only when translated text is returned for a delivered review.",
            "default": false
          },
          "translationTarget": {
            "title": "Translate into",
            "maxLength": 16,
            "type": "string",
            "description": "Target language for translations. Use a code such as en, es, fr, de, ja, or pt-BR.",
            "default": "en"
          },
          "downloadMedia": {
            "title": "Archive review media ($)",
            "type": "boolean",
            "description": "Save up to 10 verified photos or videos per product review (max 3 MB each) to the run's key-value store. Original source URLs stay in the row either way. Charged per file successfully stored.",
            "default": false
          },
          "outputStoreDomain": {
            "title": "Store domain",
            "type": "boolean",
            "description": "Normalized store host, for example hexclad.com.",
            "default": true
          },
          "outputStoreUrl": {
            "title": "Store URL",
            "type": "boolean",
            "description": "Full canonical URL of the store's home page.",
            "default": true
          },
          "outputStoreName": {
            "title": "Store name",
            "type": "boolean",
            "description": "Public store display name.",
            "default": true
          },
          "outputProductHandle": {
            "title": "Product handle",
            "type": "boolean",
            "description": "The URL slug Shopify uses in product paths on product-review rows.",
            "default": true
          },
          "outputProductTitle": {
            "title": "Product title",
            "type": "boolean",
            "description": "Public product name attached to each product review.",
            "default": true
          },
          "outputProductUrl": {
            "title": "Product URL",
            "type": "boolean",
            "description": "Canonical link to the product attached to each product review.",
            "default": true
          },
          "outputProductRatingAverage": {
            "title": "Product rating average",
            "type": "boolean",
            "description": "Junip's product-level average rating attached to each product review.",
            "default": true
          },
          "outputProductRatingCount": {
            "title": "Product rating count",
            "type": "boolean",
            "description": "Total number of Junip reviews in the attached product's public review group.",
            "default": true
          },
          "outputProductRatingDistribution": {
            "title": "Product rating distribution",
            "type": "boolean",
            "description": "Five numeric columns containing the product's 1 through 5 star review counts.",
            "default": true
          },
          "outputReviewTitle": {
            "title": "Review title",
            "type": "boolean",
            "description": "Public review title.",
            "default": true
          },
          "outputPublishedAt": {
            "title": "Review date",
            "type": "boolean",
            "description": "Timestamp when the review was posted.",
            "default": true
          },
          "outputUpdatedAt": {
            "title": "Updated date",
            "type": "boolean",
            "description": "Latest review update timestamp.",
            "default": true
          },
          "outputEditedAt": {
            "title": "Edited date",
            "type": "boolean",
            "description": "Public edit timestamp when present.",
            "default": true
          },
          "outputReviewerName": {
            "title": "Reviewer name",
            "type": "boolean",
            "description": "Public reviewer display name exactly as provided.",
            "default": true
          },
          "outputVerifiedBuyer": {
            "title": "Verified buyer flag",
            "type": "boolean",
            "description": "Junip's verified-purchase flag on each review.",
            "default": true
          },
          "outputWouldRecommend": {
            "title": "Would recommend",
            "type": "boolean",
            "description": "Whether the reviewer recommends the target.",
            "default": true
          },
          "outputFeatured": {
            "title": "Featured review",
            "type": "boolean",
            "description": "Whether the merchant featured this review.",
            "default": true
          },
          "outputPurchasedVariant": {
            "title": "Purchased variant",
            "type": "boolean",
            "description": "Public target or variant title attached to the review.",
            "default": true
          },
          "outputReply": {
            "title": "Merchant reply",
            "type": "boolean",
            "description": "Public reply the store posted to the review.",
            "default": true
          },
          "outputReplyAuthor": {
            "title": "Reply author",
            "type": "boolean",
            "description": "Public display name attached to the merchant response.",
            "default": true
          },
          "outputLanguage": {
            "title": "Review language",
            "type": "boolean",
            "description": "Public locale code attached to the review.",
            "default": true
          },
          "outputMediaUrls": {
            "title": "Media URLs and downloads",
            "type": "boolean",
            "description": "Source URLs for customer photos and videos, plus archived file references when requested.",
            "default": true
          },
          "outputSurveyAnswers": {
            "title": "Survey answers",
            "type": "boolean",
            "description": "Public survey responses formatted as readable strings.",
            "default": true
          },
          "outputJunipDetails": {
            "title": "Additional review details",
            "type": "boolean",
            "description": "Identity confirmation, source, provider, reward, and vote fields.",
            "default": true
          },
          "outputInputUrl": {
            "title": "Input URL",
            "type": "boolean",
            "description": "The URL from your input that produced this row. Useful for grouping results.",
            "default": 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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}