AMALYZE Falcon API
Keywordrankings
Response
JavaScript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{ "score": 98.29, "asin": "B0041MP2YC", "marketplace": { "id": "A1PA6795UKMFR9", "name": "amazon.de" }, "keyword": "5m heftpflaster", "positions": { "old": { "timestamp": "2018-05-11T16:12:10+00:00", "position": 3 }, "new": { "timestamp": "2018-05-17T19:53:48+00:00", "position": 17 } }, "choice": true, "change": { "value": 14, "type": "down" } } |
Property | Type | Description | Comment |
score | float | Internal score | 0.1.10 |
asin | string | The required ASIN | 0.1.10 |
marketplace | object | The marketplace object | 0.1.10 |
marketplace.id | string | The official marketplace ID | 0.1.10 |
marketplace.name | string | The marketplace name | 0.1.10 |
keyword | string | The requests keyword | 0.1.10 |
position | object | The object containing the ranking position information | 0.1.10 |
position.old | object | Object containing the old ranking position information | 0.1.10 |
position.old.timestamp | dateTime | Timestamp when the old ranking position has been gathered | 0.1.10 |
position.old.position | integer | The old ranking position | 0.1.10 |
position.new | object | Object containing the new ranking position information | 0.1.10 |
position.new.timestamp | dateTime | Timestamp when the new ranking position has been gathered | 0.1.10 |
position.new.position | integer | The new ranking position | 0.1.10 |
change | object | Object containing the change information | 0.1.10 |
change.value | integer | Difference between current and old position (positive means decline, negative improve) | 0.1.10 |
change.type | string | Type of change | 0.1.10 |
choice | boolean | Indicates if the ASIN has the Choice-Badge for the specific keyword | 0.3.0 |
stats | object | Object containing the static informtation | 0.1.15 |
stats.impressions | integer | The searchvolume of this keyword | 0.1.15 |
stats.conversionsRate | float | The rate of conversions resulting from this keyword for this specific ASIN | 0.1.15 |
stats.salesRate | flaot | The rate of sales resulting from this keyword for this specific ASIN | 0.1.15 |
Changes
Version | Description |
0.3.0 | choice added to response |
0.1.15 | stats added to response |
stats.impressions added to response | |
stats.salesRate added to response | |
stats.conversionsRate added to response |