Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "sitemap_urls":
- [
- "https://farmaciapalomar.com/1_es_0_sitemap.xml"
- ],
- "fields": {
- "name":"//h1[@itemprop='name']/text()" ,
- "price": "//div[@class='price']//span[@id='our_price_display']/text()",
- "price_old":"//p[@id='old_price' and not(@class='hidden')]//span[@id='old_price_display']/text()",
- "reference":"//p[@id='product_reference']//span[@itemprop='sku']/text()",
- "image": "//div[@id='image-block']//img/@src",
- "description": "//section[@id='tab2']/div[@class='rte']//text() | //div[@id='short_description_content']//text()",
- "brand": "",
- "brand_text":"//span[@class='brand']//text()",
- "categories": "//span[@class='navigation_page']/span/a/span/text()",
- "availability":"//div[@class='nosto_product']//span[@class='availability']/text()",
- "rating_average":"",
- "rating_count": "",
- "barcode": "",
- "stock": ""
- },
- "links": {
- "detail": "//h5/a[@class='product-name']",
- "next_page": "//li[@id='pagination_next_bottom']/a"
- },
- "sitemap_rules": [".html$"]
- }
Advertisement
Add Comment
Please, Sign In to add comment