Alkosto avatar

Alkosto

Deprecated
Go to Store
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Alkosto

Alkosto

krthr/alkosto

Get products information from Alkosto.com

# Alkosto

Getting products

Get information from Alkosto products. Currently we only support products URLS. For example:

1{
2  "productsUrls": [
3    "https://www.alkosto.com/set-x-4-almohadas-fibras-sinteticas-k-line-65-x-45-cm/p/7707001599504"
4  ]
5}

Search results

1{
2  "searchQuery": "iphone",
3  "maxPages": 1
4}

Output schema

For both the search & individual product we store the save schema with the products data.

1{
2  name: string,
3  prices: {
4    oldPrice: string | null,
5    newPrice: string
6  },
7  images: string[],
8  properties: Record<string, string>,
9  url: string
10}
Developer
Maintained by Community
Categories