# API Parameters

|Parameters  | Type |Required  |Desc  |
| --- | --- | --- | --- |
| type  | String |true  |This parameter defines the type of search to be performed. Possible types include: product, seller, rufus and keywords.|
|url  | String |false  |This parameter is the URL information of the product or seller. If type is product, this parameter is required.|
|page  | Integer |false  |This parameter defines the page number of the searched product. It can be used when type is keywords.|
|domain  | String |false  |This parameter defines the domain name of the URL, for example. The Rufus Scraper currently supports the following domains: de, nl, fr, tr, se, eg, au, ca, sg, mx, in, us, pl, it, es, ae, and br. In the Rufus request body parameters, please make sure to provide the full domain, such as www.amazon.com.au|
|zip_code  | String |false  |This parameter is the postal code. When you fill it in, you can get relevant delivery information.|
|return_html  | Boolean |false  |This parameter defines whether to return the original HTML page. True means return, false means not return.|
| department | String | false | The "department" is the "i" parameter in the query of the retrieval route.
| keywords | String | false | the search keywords



## Department Alias
The "department" comes from an enumeration, and it supports the following data types.
https://www.amazon.com/s?k=apple+phone+white&i=automotive-intl-ship

![image.png](https://api.apidog.com/api/v1/projects/745098/resources/355663/image-preview)
``` text
"arts-crafts-intl-ship",
"automotive-intl-ship",
"baby-products-intl-ship",
"beauty-intl-ship",
"stripbooks-intl-ship",
"fashion-boys-intl-ship",
"computers-intl-ship",
"deals-intl-ship",
"digital-music",
"electronics-intl-ship",
"fashion-girls-intl-ship",
"hpc-intl-ship",
"kitchen-intl-ship",
"industrial-intl-ship",
"digital-text",
"luggage-intl-ship",
"fashion-mens-intl-ship",
"movies-tv-intl-ship",
"music-intl-ship",
"pets-intl-ship",
"instant-video",
"software-intl-ship",
"sporting-intl-ship",
"tools-intl-ship",
"toys-and-games-intl-ship",
"videogames-intl-ship",
"fashion-womens-intl-ship"
```
