Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "sitemap_urls": [
- "https://dermoder.com/product-sitemap.xml"
- ],
- "fields": {
- "name": "//meta[@property='og:title']/@content",
- "price": "//script[@type='application/ld+json' and contains(.,'price')]/text()",
- "price_old": "",
- "reference": "",
- "image": "//meta[@property='og:image']/@content",
- "description": "//div[@id='tab-description']//text()",
- "brand": "",
- "brand_text": "",
- "categories": "//span[@class='posted_in']/a/text()",
- "availability": "//script[@type='application/ld+json' and contains(.,'availability')]/text()",
- "rating_average": "",
- "rating_count": "",
- "barcode": "",
- "stock": ""
- },
- "links": {
- "detail": "//a[contains(@class,'woocommerce-LoopProduct-link')]",
- "next_page": ""
- },
- "regex": {
- "availability": ["availability\\\":\\\"(.*?)\\\"", 1],
- "price": ["price\\\":\\\"(.*?)\\\"", 1]
- },
- "sitemap_rules": [
- ["/comprar/", "parse"]
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment