sarafg11

Untitled

Mar 2nd, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://tienda.mercadona.es/api/v1_1/categories/164/?lang=es&wh=<warehouse>",
  4. "https://tienda.mercadona.es/api/v1_1/categories/166/?lang=es&wh=<warehouse>"
  5. ],
  6. "fields": {
  7. "name": "display_name",
  8. "price": "price_instructions.unit_price",
  9. "brand_text": "brand",
  10. "image": "photos[0].regular",
  11. "description": "details.description",
  12. "categories": "categories[*].name",
  13. "barcode": "ean",
  14. "url": "share_url"
  15. },
  16. "api_crawl": {
  17. "crawl_finisher": {
  18. "func_name": "field_doesnt_exist",
  19. "func_args": {
  20. "field_jpath": "is_extended"
  21. }
  22. },
  23. "get_next_url": {
  24. "func_name": "product_url_composer_using_id",
  25. "func_args": {
  26. "id_jpath": "categories[*].products[*].id",
  27. "product_api_url": "https://tienda.mercadona.es/api/v1_1/products/<id>/?lang=es&wh=<warehouse>"
  28. }
  29. },
  30. "positioning": {
  31. "crawl": false,
  32. "id_re": "(?<=/categories/)[0-9]+",
  33. "base_url": "https://tienda.mercadona.es/api/v1_1/categories/<id>/?lang=es&wh=<warehouse>"
  34. }
  35. },
  36. "links":{
  37. "detail": "",
  38. "next_page": ""
  39. },
  40. "list": {
  41. "product": "$.categories[*].products[*]",
  42. "page": "",
  43. "default_page": 1
  44. },
  45. "parser_modules": ["single_item_jpath"]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment