Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "sitemap_urls":[
- "https://clickbebe.es/sitemap.xml"
- ],
- "fields": {
- "name": "//div[@id='pb-left-column']//h1/text()",
- "price": "//span[@id='our_price_display']/text()",
- "price_old": "//span[@id='old_price_display']/text()",
- "reference": "",
- "image": "//div[@id='image-block']//img/@src",
- "description": "//div[@id='info_product']//text()",
- "brand": "//img[@itemprop='image']/@src",
- "brand_text": "",
- "categories": "//div[@class='breadcrumb']",
- "availability": "",
- "rating_average": "",
- "rating_count": "",
- "barcode": "",
- "stock": ""
- },
- "links": {
- "detail": "//div[@class='image']/a",
- "next_page": "//li[@id='pagination_next']/a"
- },
- "list": {
- "product": "//ul[@id='product_list']/li[contains(@class,'ajax_block_product')]",
- "page": "//li[@class='current']/span/text()"
- },
- "regex": {},
- "sitemap_rules": [
- ".html$"
- ]
- }
Add Comment
Please, Sign In to add comment