Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "sitemap_urls" : [
- "https://www.farmaciagranyo.com/index.php?option=com_jmap&view=sitemap&format=xml"
- ],
- "fields" : {
- "name" : "//div[contains(@class,'vm-product-details-container')]//h1/text()",
- "price" : "//div[contains(@class,'PricesalesPrice')]/span/text()",
- "price_old" : "//span[@class='PricebasePriceWithTax']/text()",
- "image" : "//a[@data-rel='vm-additional-images']/img/@src",
- "description" : "//div[@id='vina-description']",
- "reference" : "//div[@class='product-sku']/text()",
- "brand" : "",
- "brand_text": "//div[@class='manufacturer']/a/text()",
- "categories" : "(//div[@id='sp-breadcrumb']//ol/li/a[@class='pathway'])[position()> 1]/text()",
- "availability" : "//p[@class='in-stock']/span/text()",
- "rating_average": "",
- "rating_count": "",
- "stock" : "",
- "barcode" : "",
- "timestamp" : ""
- },
- "links" : {
- "detail" :"//h2[contains(@class,'product-title list')]/a",
- "next_page" : "//ul[@class='pagination']//li/a[@title='Siguiente']"
- },
- "regex": {
- "reference": ["(\\d+)", 1]
- },
- "pipelines": {
- "AvailabilityPipeline": {
- "forced_false": "¡Producto sin stock!"
- }
- },
- "sitemap_rules": [":\\/\\/(.*)\\/(.*)\\/(.*)\\/(.*)$"]
- }
Add Comment
Please, Sign In to add comment