
Want to extract eBay product pages straight into your spreadsheet? There are two ways to achieve this.
Using =IMPORTFROMWEB() formula
You can see below the selectors to use within your =IMPORTFROMWEB() formula; just pick them up and write your function as follows:
=IMPORTFROMWEB("eBay product URL", "title, price")
=IMPORTFROMWEB(A2,B1:C1)
Using ImportFromWeb Task Manager
In case you are using the Task Manager, you will find the same list of available selectors in the dropdown menu under the Selectors section. You can find more details about this on the ( TODO: following link ).
eBay data selectors list
Product page
Selector | Description |
---|---|
title | Title of the product |
list_price | Strike-Through Price |
sale_price | Product price |
image_X_source | Product’s images (replace x by your choosen image position) |
description | Description of the item |
quantity | Available quantity |
out_of_stock | Indicates whether the item is currently out of stock. |
shipping_cost | Shipping cost of the product |
item_condition | The condition of the product (new, used, etc.). |
return_policy | The seller’s return policy for the product. |
Search page
Content is coming…