sarafg11

Untitled

Nov 30th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. {
  2. "start_urls":
  3. [
  4. "https://farmachachi.com/",
  5. "https://farmachachi.com/101-bebe",
  6. "https://farmachachi.com/102-embarazo-y-postparto",
  7. "https://farmachachi.com/103-sexualidad",
  8. "https://farmachachi.com/104-cosmetica-facial",
  9. "https://farmachachi.com/105-belleza-e-higiene",
  10. "https://farmachachi.com/106-proteccion-solar",
  11. "https://farmachachi.com/107-nutricion-y-dietetica",
  12. "https://farmachachi.com/108-terapias-naturales",
  13. "https://farmachachi.com/109-heridas-y-lesiones",
  14. "https://farmachachi.com/110-optica-y-ortopedia",
  15. "https://farmachachi.com/111-aparatos-electronicos"
  16. ],
  17. "fields": {
  18. "name": "//h1[@class='product_name']/text()",
  19. "price": "//div[@class='product-information']//div[@class='current-price']/span/text()",
  20. "price_old": "",
  21. "reference": "//div[contains(@class,'product-reference_top')]/span/text()",
  22. "image": "//div[@class='product-cover']/img[@itemprop='image']/@src",
  23. "description": "//div[@id='description']//text() | //div[contains(@id,'product-description-short-')]//text()",
  24. "brand": "",
  25. "brand_text": "//div[@id='product_manufacturer']/a[@class='editable']/text()",
  26. "categories": "(//nav[contains(@class,'breadcrumb')]//a/span)[position()>2 and position()<last()]/text()",
  27. "availability": "//link[@itemprop='availability']/@href",
  28. "rating_average": "",
  29. "rating_count": "",
  30. "barcode": "",
  31. "stock": ""
  32. },
  33. "schema_fields": ["price"],
  34. "links": {
  35. "detail": "//h3[@class='h3 product-title']/a",
  36. "next_page": "//a[contains(@class,'next')]"
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment