sarafg11

Untitled

Sep 28th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://www.walmart.ca/search/silk/N-117+1021453",
  4. "https://www.walmart.ca/search/danone/N-117",
  5. "https://www.walmart.ca/search/oikos/N-117",
  6. "https://www.walmart.ca/search/activia/N-117",
  7. "https://www.walmart.ca/search/international%20delight/N-117"
  8. ],
  9. "fields": {
  10. "name": "//h1[@data-automation='product-title']/text()",
  11. "price": "",
  12. "reference": "",
  13. "image": "//meta[@property='og:image']/@content",
  14. "description": "//script[contains(.,'longDescription')]/text()",
  15. "brand": "",
  16. "brand_text": "//span[@data-automation='brand']/a/text()",
  17. "categories": "(//ol[@data-automation='desktop-breadcrumbs']/li/a[@target='_self'])[position()>1]/text()",
  18. "rating_average": "",
  19. "rating_count": "",
  20. "barcode": "",
  21. "stock": "",
  22. "sku": "substring-before(substring-after(//script[@type='application/ld+json' and contains(text(), '\"@type\":\"Product\"')]/text(), 'sku\":\"'), '\",')"
  23. },
  24. "json_fields": {
  25. "price": "$.*.online[0].maxCurrentPrice",
  26. "price_old": "$.*.online[0].maxRegularPrice",
  27. "availability": "$.*.online[0].status",
  28. "seller": "$.*.online[0].sellerName"
  29. },
  30. "links": {
  31. "detail": "//section[@id='shelf-page']//a[@class='product-link']",
  32. "next_page": "//div[@id='shelf-pagination']//a[@id='loadmore']"
  33. },
  34. "regex": {
  35. "description": ["longDescription\\\":\\\"(.*?)\\\"", 1]
  36. },
  37. "parser_modules": [
  38. "walmart_single_item"
  39. ],
  40. "pipelines": {
  41. "AvailabilityPipeline": {
  42. "forced_false": "NotSold"
  43. }
  44. }
  45. }
Add Comment
Please, Sign In to add comment