Amazon Helpers API

Introduction

Amazon Helpers API allows you to fetch SearchData supported Categories, Languages and Countries for Amazon Search. This API is free to use.

In this documentation you will find detailed usage guides and code examples that will help you get up and running in the shortest time possible. If the articles below leave any questions unanswered, please feel free to contact our technical support team.

Amazon Categories

The URL below retrieves the first 10 categories that contain "Baby" in their name from our database. You can then use category_id for the amazon category API to get results for your desired category.

HTTP Request

GET external-link
https://amazon-helpers.searchdata.io/categories?q=Baby&limit=10
Code to integrate
external-link
Response Example external-link
[    
                                        {        
                                            "category_id": "3045",       
                                            "parent_alias": "books",       
                                            "category_title": "Children's Family Life Books",        
                                            "page_title": "Amazon.com: Family Life: Books: Sleep, Parents, New Baby, Siblings, Values, Multigenerational & More",        
                                            "link": "https://www.amazon.com/b?ie=UTF8&node=3045"    
                                        },    
                                        {        
                                            "category_id": "3056",        
                                            "parent_alias": "books",        
                                            "category_title": "Children's New Baby Books",        
                                            "page_title": "Amazon.com: New Baby: Books",        
                                            "link": "https://www.amazon.com/b?ie=UTF8&node=3056"    
                                        },    
                                        {        
                                            "category_id": "4873",        
                                            "parent_alias": "books",        
                                            "category_title": "Ancient Civilizations",        
                                            "page_title": "Amazon.com: Ancient Civilizations: Books: Rome, Greece, Egypt, Mesopotamia, Assyria, Babylonia & Sumer & More",        
                                            "link": "https://www.amazon.com/b?ie=UTF8&node=4873"    
                                        },    
                                        {        
                                            "category_id": "4874",        
                                            "parent_alias": "books",        
                                            "category_title": "Assyria, Babylonia & Sumer History",        
                                            "page_title": "Amazon.com: Assyria, Babylonia & Sumer: Books",        
                                            "link": "https://www.amazon.com/b?ie=UTF8&node=4874"    
                                        },    
                                        {        
                                            "category_id": "11403",        
                                            "parent_alias": "books",        
                                            "category_title": "Baby & Toddler Parenting",        
                                            "page_title": "Amazon.com: Early Childhood: Books",        
                                            "link": "https://www.amazon.com/b?ie=UTF8&node=11403"    
                                        },    
                                        {        
                                            "category_id": "1044510",        
                                            "parent_alias": "fashion",        
                                            "category_title": "Baby Boy's Clothing",        
                                            "page_title": "Amazon.com : Baby Boy's Clothing",        
                                            "link": "https://www.amazon.com/b?ie=UTF8&node=1044510"    
                                        },    
                                        {        
                                            "category_id": "1044520",        
                                            "parent_alias": "fashion",        
                                            "category_title": "Baby Boys' One-Piece Rompers",        
                                            "page_title": "Amazon.com : Baby Boys' One-Piece Rompers",        
                                            "link": "https://www.amazon.com/b?ie=UTF8&node=1044520"    
                                        },    
                                        {        
                                            "category_id": "1044532",        
                                            "parent_alias": "fashion",        
                                            "category_title": "Baby Girls' Tops",        
                                            "page_title": "Amazon.com : Baby Girls' Tops",        
                                            "link": "https://www.amazon.com/b?ie=UTF8&node=1044532"    
                                        },    
                                        {        
                                            "category_id": "1044536",        
                                            "parent_alias": "fashion",        
                                            "category_title": "Baby Girls' Bloomers, Diaper Covers & Underwear",        
                                            "page_title": "Amazon.com : Baby Girls' Bloomers, Diaper Covers & Underwear",        
                                            "link": "https://www.amazon.com/b?ie=UTF8&node=1044536"    
                                        },    
                                        {        
                                            "category_id": "1044542",        
                                            "parent_alias": "fashion",        
                                            "category_title": "Baby Girls' Dresses",        
                                            "page_title": "Amazon.com : Baby Girls' Dresses",        
                                            "link": "https://www.amazon.com/b?ie=UTF8&node=1044542"    
                                        }
                                    ]
Request Parameters
q
Optional

Searches categories that contain the supplied string.

limit
Optional

Specifies the number of categories returned.

Amazon Countries

The URL below retrieves a list of the supported delivery countries on Amazon Search.

HTTP Request

GET external-link
https://amazon-helpers.searchdata.io/countries
Code to integrate
external-link

Amazon Languages

The URL below retrieves a list of the supported domain languages on Amazon Search.

HTTP Request

GET external-link
https://amazon-helpers.searchdata.io/languages
Code to integrate
external-link
API Errors
400

Bad Request – Your request is invalid or has invalid parameters.

404

Not Found – The specified endpoint could not be found or the method is invalid.

500

Internal Server Error – We had a problem with our server. Try again later.

503

Service Unavailable – We’re temporarily offline for maintenance. Please try again later.