Amazon: Search Discussions
Amazon via Parse · ecommerce
Search and browse Amazon Seller Central Forums discussions. Supports text search, sorting, date filtering, and cursor-based pagination. Returns discussion summaries with metadata. When no search_term is provided, returns all discussions matching the filters. Each page returns up to `limit` results along with a next_page_token for fetching subsequent pages. Access publicly available discussion posts from Amazon Seller Central Forums. Search, browse, and retrieve thread details including replies. Fulfilled by Parse from sellercentral.amazon.com.
- amazon
- b2b-directory
- ecommerce
- parse
- platform-key
- reviews-ratings
- sellercentral-amazon-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ca9f6f54-50a9-4798-adb2-78e734e1fa25/search_discussions
- Interface artifact
- sha256:9f6ac814e9ee9e9c4d89e61d58a101f621150f6e28d0d7f64c458190461aa63c
- Manifest digest
- sha256:8dfd7af365903f367939df94bc0d4574d7c2df62100cfda46131298589e3b06a
Request fields
- limit (integer): Number of results per page (1-50).
- sort_by (string): Sort order for results.: Allowed values: relevance, lastActivityTime, createdAt, totalViews, totalVotes
- date_range (string): Time window filter for discussions.: Allowed values: pastDay, pastWeek, pastMonth, pastYear, allTime
- page_token (string): Pagination cursor from a previous response's next_page_token. Pass unchanged to fetch the next page.
- search_term (string): Free-text search query to filter discussions (e.g. 'FBA shipping'). Omitting returns all discussions matching other filters.
- replies_filter (string): Filter by reply status.: Allowed values: repliesAll, hasReplies, noReplies
Example queries
- {"sort_by":"relevance","date_range":"pastDay","search_term":"FBA shipping","replies_filter":"hasReplies"}