sarafg11

Untitled

Dec 29th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://sanchez-romero.online/sr/categoria/bebidas/cervezas/c-304",
  4. "https://sanchez-romero.online/sr/categoria/bebidas/aguas/c-301",
  5. "https://sanchez-romero.online/sr/categoria/bebidas/refrescos/c-302",
  6. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/natas/nata-spray/c-8030101",
  7. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/natas/nata-liquida/c-8030102",
  8. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/natas/nata-montada/c-8030103",
  9. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/mantequillas/mantequilla-con-sal/c-8030201",
  10. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/mantequillas/mantequilla-sin-sal/c-8030202",
  11. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/margarinas/c-80303",
  12. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/leches/c-80304",
  13. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/horchatas/c-80305",
  14. "https://sanchez-romero.online/sr/categoria/la-despensa/salado/leches-batidos-horchatas-y-postres-lacteos-sin-f/c-10113"
  15. ],
  16. "fields": {
  17. "name": "$..productData.name",
  18. "price": "$..priceData.prices[-1].value.centAmount",
  19. "brand_text": "$..productData.brand.name",
  20. "image": "$..productData.imageURL",
  21. "description": "$..productData.description",
  22. "categories": "$..categories[*].name",
  23. "ean": "$..ean",
  24. "url": "$..productData.url"
  25. },
  26. "api_crawl": {
  27. "crawl_finisher": {
  28. "func_name": "is_content_empty",
  29. "func_args": {
  30. "content_jpath": "products"
  31. }
  32. },
  33. "get_next_url": {
  34. "func_name": "increment_qs_with_other_qs",
  35. "func_args": {
  36. "qs_to_update": "offset",
  37. "qs_to_extract": "limit"
  38. }
  39. },
  40. "url_mapping": {
  41. "base_url": "https://sanchez-romero.online/api/rest/V1.0/catalog/product?offset=0&limit=18&orderById=7&categories=<id>",
  42. "id_re": "(?<=c-)[0-9]+"
  43. }
  44. },
  45. "links": {
  46. "detail": "",
  47. "next_page": ""
  48. },
  49. "list": {
  50. "product": "products[*]",
  51. "page": "limit_offset_page_extractor"
  52. },
  53. "parser_modules": ["multiple_response_jpath", "multiple_item_jpath"]
  54. }
Advertisement
Add Comment
Please, Sign In to add comment