sarafg11

Untitled

Mar 19th, 2020
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://tienda.consum.es/consum/categoria/bebidas/c-1690"
  4. ],
  5. "fields": {
  6. "name": "$..productData.name",
  7. "price": "$..priceData.prices[-1].value.centAmount",
  8. "brand_text": "$..productData.brand.name",
  9. "image": "$..productData.imageURL",
  10. "description": "$..productData.description",
  11. "categories": "$..categories[*].name",
  12. "ean": "$..ean",
  13. "url": "$..productData.url"
  14. },
  15. "api_crawl": {
  16. "crawl_finisher": {
  17. "func_name": "is_content_empty",
  18. "func_args": {
  19. "content_jpath": "products"
  20. }
  21. },
  22. "get_next_url": {
  23. "func_name": "increment_qs_with_other_qs",
  24. "func_args": {
  25. "qs_to_update": "offset",
  26. "qs_to_extract": "limit"
  27. }
  28. },
  29. "url_mapping": {
  30. "base_url": "https://tienda.consum.es/api/rest/V1.0/catalog/product?offset=0&limit=15&orderById=7&categories=<id>",
  31. "id_re": "(?<=c-)[0-9]+"
  32. }
  33. },
  34. "links": {
  35. "detail": "",
  36. "next_page": ""
  37. },
  38. "list": {
  39. "product": "products[*]",
  40. "page": "limit_offset_page_extractor",
  41. "default_page": 1
  42. },
  43. "parser_modules": ["multiple_response_jpath", "multiple_item_jpath"]
  44. }
Advertisement
Add Comment
Please, Sign In to add comment