Site Object
The site
object contains the following fields:
Field | Type | Description |
---|---|---|
platformName | string | The name of the platform (e.g. amazon) |
siteName | string | The name of the site (e.g. AmazonUS) |
siteUrl | string | The URL of the site |
siteCurrency | string | The currency used on the site |
siteImg | string | An image URL for the site |
hasLists | boolean | Whether or not the site supports lists |
hasProducts | boolean | Whether or not the site supports products |
hasReleases | boolean | Whether or not the site has scrapers |
hasForceAdd | boolean | Whether or not the site supports force adding |
queryType | string | The type of query used for the site (productSku or productUrl) |
restockTypes | array | An array of restock types supported by the site |
altNames | array | An array of alternative names for the site |
Product Object
The product
object contains the following fields:
Field | Type | Description |
---|---|---|
productSku | string | SKU of the product |
productImg | string | Image of the product |
productName | string | Name of the product |
productPrice | string | Price of the product |
productUrl | string | URL of the product |
productSite | string | Site of the product |
productStyle | string | Style of the product |
productType | string | Type of the product |
productStock | string | Stock of the product |
offerId | string | Offer ID of the product |
lastRestocked | int64 | Last restocked timestamp of the product |
firstAdded | int64 | First added timestamp of the product |
productVariants | array of variant objects | Product variants |
Variant Object
The variant
object contains the following fields:
Field | Type | Description |
---|---|---|
sizeId | string | Size ID of the variant |
sizeLabel | string | Size label of the variant |
colorId | string | Color ID of the variant |
colorLabel | string | Color label of the variant |
url | string | URL of the variant |
img | string | Image of the variant |
stock | string | Stock of the variant |
qt | string | QT URL of the variant |