eBay data selectors

Want to extract Walmart 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

SelectorDescription
titleTitle of the product
priceProduct price
image_X_sourceProduct’s images (replace x by your choosen image position)
image_sourceReturns all of the product images URLs
stockThe number of items currently in stock.
out_of_stockIndicates whether the item is currently out of stock.
ship_priceShipping cost of the product
item_numberThe unique identifier for the product
item_conditionThe condition of the product (new, used, etc.).
return_policyThe seller’s return policy for the product.

Search page

Content is coming…