M
M
MoscowRoller2021-08-30 11:13:50
Google Sheets
MoscowRoller, 2021-08-30 11:13:50

How to use the importxml formula to parse the price of a product?

Good afternoon. I have a list of several hundred pages. They are all commercial with the same structure, there are no breeders.
The importxml formula should unload the price from, for example, this page
. My options for x-path queries, which, unfortunately, do not work out:
//*[@id="329172937"]/div/div[2]/div[1]/strong
//strong[@class='primaryPriceCountryOfSale']
//div[@class='vehiclePrice']

//div[@class='vehicleMainInfo right']/div[@class='vehiclePrice

//div[@class='vehicleMainInfo right']/div[@class='vehiclePrice']/strong

//div[@class='vehicleMainInfo right']/div[@class='vehiclePrice']/strong/text()

//strong[@class='primaryPriceCountryOfSale']/text()


Where am I wrong?
At work, I often have to use this formula, I'm learning to build it, but so far it doesn't work out.

612c928835a19315982547.pngScreenshot with a highlighted price.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Grigory Boev, 2021-08-30
@MoscowRoller

It's not the request, but the fact that the site does not just allow itself to be parsed.
Here is what it gives to Google upon request //*

Website response

"Zugriff verweigert / Access denied Leider koennen wir Ihnen an dieser Stelle keinen Zugriff auf unsere Daten
gewaehren. Sollten Sie weiterhin Interesse an einem Bezug unserer Daten
haben, wenden sie sich bitte an: Unfortunately, automated access to this
page was denied. If you are interested in accessing our data, please
contact: Phone: +49 (0) 30 8109 - 601 Mail: [email protected]
mobile.de GmbH Marktplatz 1 | 14532 Europarc Dreilinden | Germany
Geschaeftsfuehrer: Malte Krueger HRB‑Nr.: 18517 P, Amtsgericht Potsdam Sitz
der Gesellschaft: Kleinmachnow "
Zugriff verweigert / Access denied " Leider koennen wir Ihnen an dieser Stelle keinen Zugriff auf unsere Daten
gewaehren. Sollten Sie weiterhin Interesse an einem Bezug unserer Daten
haben, wenden sie sich bitte an: Unfortunately, automated access to this
page was denied. If you are interested in accessing our data, please
contact: Phone: +49 (0) 30 8109 - 601 Mail: [email protected]
mobile.de GmbH Marktplatz 1 | 14532 Europarc Dreilinden | Germany
Geschaeftsfuehrer: Malte Krueger HRB‑Nr.: 18517 P, Amtsgericht Potsdam Sitz
der Gesellschaft: Kleinmachnow "
Zugriff verweigert / Access denied
" Leider koennen wir Ihnen an dieser Stelle keinen Zugriff auf unsere Daten
gewaehren. Sollten Sie weiterhin Interesse an einem Bezug unserer Daten
haben, wenden sie sich bitte an: Unfortunately, automated access to this
page was denied. If you are interested in accessing our data, please
contact: Phone: +49 (0) 30 8109 - 601 Mail: [email protected]
mobile.de GmbH Marktplatz 1 | 14532 Europarc Dreilinden | Germany
Geschaeftsfuehrer: Malte Krueger HRB‑Nr.: 18517 P, Amtsgericht Potsdam Sitz
der Gesellschaft: Kleinmachnow "

And the required query is:
//strong[@class="primaryPriceCountryOfSale"][1]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question