Skip to content

Amazon

amazon

*AsyncPlugin Adapters for Scrape.do's Amazon Plugins

Each adapter pairs a plugin's Key discriminator literal with the list of Amazon Sync *Parameters entries the Async API expects

Usage

These adapters participate in the AsyncPlugin discriminated union consumed by JobCreationRequest.plugin

Official Documentation

AmazonPdpAsyncPlugin

Bases: BaseModel

Async adapter for the amazon/pdp plugin

Attributes:

Name Type Description
key Literal['amazon/pdp']

Plugin discriminator

params List[AmazonPdpParameters]

Per-job task entries (1-1000)

AmazonSearchAsyncPlugin

Bases: BaseModel

Async adapter for the amazon/search plugin

Attributes:

Name Type Description
key Literal['amazon/search']

Plugin discriminator

params List[AmazonSearchParameters]

Per-job task entries (1-1000)

AmazonOfferListingAsyncPlugin

Bases: BaseModel

Async adapter for the amazon/offer-listing plugin

Attributes:

Name Type Description
key Literal['amazon/offer-listing']

Plugin discriminator

params List[AmazonOfferListingParameters]

Per-job task entries (1-1000)