Want to extract Amazon product data straight into your spreadsheet?
You can see below the exhaustive list of selectors designed for Amazon. These built-in data selectors are used within your =IMPORTFROMWEB( ) function; just pick them up directly in our Amazon scraper template or use them by yourself in your own spreadsheet. If you have any doubts on the data selected by the selector, roll over on the selector to visualize the data on the Amazon product page.
Index
- Product variation
- Product characteristics
- Product information
- Item
- Images
- Price
- Packaging
- Links
- Product variation
Selector | Description |
current_variation_headers | Header: Color, size and/or style |
current_variation_values | the different colors of the proposed product, the different sizes of the product and the different style of the product |
2.Product characteristics
Selector | Description |
bullet_point_X | selects the desired bullet point (following the chosen number) |
bullet_point | All the content in bullet point form |
Capacity | product’s capacity |
color_name | Product’s color |
country_of_origin | Product’s country of origins |
description | Description of the product |
style_name | Product style |
model | Product model |
3. Product information |
Selector | Description |
asin | Amazon Standard Identification Number (unique for all products) |
availability | products in stock |
best_seller_main_category | The seller’s product category |
best_seller_main_rank | The rank of the seller’s product in its category |
brand_name | Product’s brand |
buybox_winner | Highest rank seller |
buybox_winner_link | Link to the highest rank seller’s website |
rating | average rating given by the customers (out of 5) |
categories | All the categories the products fit in (electronics, computers etc.) |
categories_links | Link to access to the categories in question |
details_headers | header: characteristics of the product |
details_values | Detailed characteristics of the product |
feature_headers | header: features |
feature_values | All features of the product |
Title | Header of the product’s page |
Manufacturer | Manufacturer’s name |
4. Item
Selector | Description |
item_dimensions_unit_of_measure | The units of measure used for the dimensions of the product |
item_height | product’s height |
item_height_unit_of_measure | The units of measure used to measure the height of the product |
item_length | product’s length |
item_length_unit_of_measure | The units of measure used to measure the height of the product |
item_weight | product’s weight |
item_weight_unit_of_measure | The units of measure used to measure the weight of the product |
item_width | product’s width |
item_width_unit_of_measure | The units of measure used to measure the width of the product |
5. Images & videos
Selector | Description |
a_plus_content | product information video |
other_images_sources | Image’s url |
featured_image_source | URL of featured image |
image_X_source | Selects specific image |
variation_X_image_Y_source | Replace X and Y by numbers (only applicable if there at least two variation of product) |
variation_X_image_Y_text | Replace X and Y by numbers (only applicable if there at least two variation of product) |
6. Price
Selector | Description |
list_price | Product price before discount (MSRP) (only applicable if there is a discount) |
price | Product’s price |
sale_price | product’s price after discount |
7. Packaging
Selector | Description |
package_dimensions_unit_of_measure | In what units is measured the packaging of the product |
package_height | The package’s height |
package_length | The package’s length |
package_weight | The package’s weight |
package_weight_unit_of_measure | The unit in what the weight of the package is measured (grams, kilograms, pounds etc.) |
package_width | The package’s width |
8. Links
Selector | Description |
buybox_winner_link | Link to the highest rank seller’s website |
url | products’ URL |
vendor_store_link | the url link of the seller |