Want to extract eBay product pages straight into your spreadsheet?
You can see below the selectors to use within your =IMPORTFROMWEB() function; just pick them up and write your function as follows:
=IMPORTFROMWEB("eBay product URL", "title, price")
=IMPORTFROMWEB(A2,B1:C1)
Product page
Selector | Description |
---|---|
title | Title of the product |
price | Product price |
image_X_source | Product’s images (replace x by your choosen image position) |
image_source | Returns all of the product images URLs |
stock | The number of items currently in stock. |
out_of_stock | Indicates whether the item is currently out of stock. |
ship_price | Shipping cost of the product |
item_number | The unique identifier for 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…