/api/actors/aliexpress-reviews-scraper/callStart a capped CrowdPull AliExpress Reviews run for public product reviews. Good for supplier checks, complaint mining, and review datasets.
{
"additionalProperties": false,
"properties": {
"input": {
"additionalProperties": true,
"description": "AliExpress Reviews Scraper input. Pass the same public URLs, search terms, filters, and limits you would use on the source page. Extra source-specific fields are forwarded to the runner.",
"properties": {
"includeDetails": {
"default": false,
"type": "boolean"
},
"includeImages": {
"default": false,
"type": "boolean"
},
"includeProductStats": {
"default": true,
"type": "boolean"
},
"location": {
"description": "City, ZIP, state, neighborhood, or source-supported location.",
"type": "string"
},
"maxItems": {
"default": 25,
"maximum": 250,
"minimum": 1,
"type": "integer"
},
"maxListings": {
"default": 25,
"maximum": 250,
"minimum": 1,
"type": "integer"
},
"maxResults": {
"default": 25,
"maximum": 250,
"minimum": 1,
"type": "integer"
},
"maxReviewsPerProduct": {
"default": 50,
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"productId": {
"type": "string"
},
"productIds": {
"description": "AliExpress product URLs or numeric product IDs.",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"productUrl": {
"type": "string"
},
"query": {
"description": "Search query or keyword.",
"type": "string"
},
"searchQuery": {
"description": "Search query or keyword.",
"type": "string"
},
"sortBy": {
"default": "default",
"enum": [
"default",
"latest"
],
"type": "string"
},
"starFilter": {
"default": "all_star",
"enum": [
"all_star",
"5",
"4",
"3",
"2",
"1"
],
"type": "string"
},
"startUrls": {
"description": "Public source URLs to collect from.",
"items": {
"type": "string"
},
"type": "array"
},
"url": {
"description": "Single public URL accepted by the selected source.",
"type": "string"
},
"urls": {
"description": "Public URLs accepted by the selected source.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [],
"type": "object"
},
"options": {
"additionalProperties": false,
"description": "Optional CrowdPull job options. CrowdPull caps each paid job so low-cost agent calls cannot accidentally start a large collection.",
"properties": {
"build": {
"maxLength": 100,
"minLength": 1,
"type": "string"
},
"memory": {
"maximum": 8192,
"minimum": 128,
"type": "integer"
},
"waitForFinishSeconds": {
"default": 10,
"maximum": 60,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}{
"additionalProperties": false,
"properties": {
"job": {
"additionalProperties": true,
"properties": {
"exitCode": {
"type": "integer"
},
"finishedAt": {
"type": "string"
},
"id": {
"type": "string"
},
"resultSetId": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"statusMessage": {
"type": "string"
}
},
"required": [
"id",
"status"
],
"type": "object"
},
"token": {
"type": "string"
}
},
"required": [
"token",
"job"
],
"type": "object"
}