Created
January 26, 2025 23:07
-
-
Save leonid-shevtsov/3af60dec6f609edb91c0b35f61ea2b64 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
engines: | |
- name: prom | |
engine: xpath | |
shortcut: prom | |
disabled: false | |
search_url: https://prom.ua/ua/search?search_term={query}&page={pageno} | |
results_xpath: //div[@data-qaid="product_block"] | |
content_xpath: .//span[@data-qaid="product_presence"] | .//div[@data-qaid="product_price"] | .//div[@data-qaid="company_link"] | |
url_xpath: .//a[@data-qaid="product_link"]/@href | |
title_xpath: .//span[@data-qaid="product_name"] | |
thumbnail_xpath: .//picture[@data-qaid="image_link"]/img/@src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment