Asin Data Api

Learn how to use Asin Data Api with Composio

Overview

Enum

ASIN_DATA_API

Description

ASIN Data API provides detailed product data from Amazon, including price, rank, reviews, and more, enabling real-time insights for e-commerce professionals, marketers, and data analysts.

Authentication Details

api_key
stringRequired

Actions

Tool to delete multiple requests from a collection by ids. use when you need to remove a selected set of request entries from an existing collection in a single call.

Action Parameters

collection_id
stringRequired
request_ids
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all requests in a collection (paginated). use when you need to paginate through requests for a specific collection.

Action Parameters

collection_id
stringRequired
createdAfter
createdBefore
page
integerDefaults to 1
pageSize
integerDefaults to 20
status
string

Action Response

data
object
error
string
successful
boolean