AMALYZE Falcon API
Product Keywords
Response
JavaScript
1 2 3 4 5 6 7 8 9 10 11 12 |
{ "marketplace": { "id": "A1PA6795UKMFR9", "name": "amazon.de" }, "keyword": "kapsel opc", "stats": { "salesRate": 0.0002, "impressions": 9, "count": 2 } } |
Property | Type | Description | Comment |
asin | string | The required ASIN | since 0.3.0 |
marketplace | object | The marketplace object | since 0.3.0 |
marketplace.id | string | The official marketplace ID | since 0.3.0 |
marketplace.name | string | The marketplace name | since 0.1.10 |
keyword | string | The requests keyword | since 0.3.0 |
stats | object | Object containing the static informtation | since 0.3.0 |
stats.impressions | integer | The searchvolume of this keyword | since 0.3.0 |
stats.cunt | integer | The number of ASINs ranking for the specific keyword | since 0.3.0 |
stats.salesRate | flaot | The rate of sales resulting from this keyword for this specific ASIN | since 0.3.0 |
Changes
Version | Description |
0.3.0 | created |