eBay data selectors

Last updated:April 29, 2026

Want to extract eBay product pages straight into your spreadsheet? There are two ways to achieve this.

Using =AMAPULSE() formula

You can see below the data selectors to use within your =AMAPULSE() formula; just pick them up and write your function as follows:

=AMAPULSE("eBay product URL", "title, price")
=AMAPULSE(A2,B1:C1)

eBay data selectors

Product page data selectors

Data selectorDescription
titleTitle of the product
list_priceStrike-Through Price
sale_priceProduct price
image_X_sourceProduct’s images (replace x by your choosen image position)
descriptionDescription of the item
quantityAvailable quantity
out_of_stockIndicates whether the item is currently out of stock.
shipping_costShipping cost of the product
item_conditionThe condition of the product (new, used, etc.).
return_policyThe seller’s return policy for the product.

Search page data selectors

Content is coming…

eBay data selectors