API Reference

Types

Site Object

The site object contains the following fields:

FieldTypeDescription
platformNamestringName of the platform (e.g. amazon)
siteNamestringName of the site (e.g. AmazonUS)
siteUrlstringThe URL of the site
siteCurrencystringThe currency used on the site
siteImgstringAn image URL for the site
hasListsbooleanWhether or not the site supports lists
hasProductsbooleanWhether or not the site supports products
hasReleasesbooleanWhether or not the site has scrapers
hasForceAddbooleanWhether or not the site supports force adding
queryTypestringThe type of query used for the site (productSku or productUrl)
restockTypesarrayAn array of restock types supported by the site
altNamesarrayAn array of alternative names for the site

Instore Object

The instore object contains the following fields:

FieldTypeDescription
storeIdstringID of the store
storeNamestringName of the store
storeAddressstringAddress of the store
storeStockstringTotal stock for the product at the store

Antibot Object

The antibot object contains the following fields:

FieldTypeDescription
namestringName of the antibot
urlstringURL of the antibot
typestringType of the antibot
statusstringStatus of the antibot

Product Object

The product object contains the following fields:

FieldTypeDescriptionOptional
productSkustringSKU of the productNo
productImgstringImage of the productNo
productNamestringName of the productNo
productPricestringPrice of the productNo
productUrlstringURL of the productNo
productSitestringSite of the productNo
productStylestringStyle of the productYes
productColorstringColor of the productYes
productTypestringType of the productYes
productDescriptionstringDescription of the productYes
productStockstringStock of the productYes
offerIdstringOffer ID of the productYes
lastRestockedint64Last restocked timestamp of the productYes
firstAddedint64First added timestamp of the productYes
productVariantsarray of variant objectsProduct variantsYes

Variant Object

The variant object contains the following fields:

FieldTypeDescriptionOptional
sizeIdstringSize ID of the variantNo
sizeLabelstringSize label of the variantNo
colorIdstringColor ID of the variantYes
colorLabelstringColor label of the variantYes
urlstringURL of the variantYes
imgstringImage of the variantYes
stockstringStock of the variantYes
qtstringQT URL of the variantYes