Guest User

Untitled

a guest
Mar 31st, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "start_urls": [
  3. "https://www.alimerkaonline.es/ali-web/index.html#lista-productos#2#320#32020"
  4. ],
  5. "fields": {
  6. "name": "descripcion",
  7. "price": "pvp",
  8. "image": "urlimagen",
  9. "product_id": "codreferencia",
  10. "description": "c411",
  11. "brand_text": "c481"
  12. },
  13. "api_crawl": {
  14. "crawl_finisher": {
  15. "func_name": "is_content_empty",
  16. "func_args": {
  17. "content_jpath": "listPage"
  18. }
  19. },
  20. "get_next_url": {
  21. "func_name": "increment_url_values_by_constant",
  22. "func_args": {
  23. "regexs_values_to_increase": [
  24. "(familia/\\d+/\\d+/)(\\d+)(/\\d+/9\\?iauthtoken=)",
  25. "(familia/\\d+/\\d+/\\d+/)(\\d+)(/9\\?iauthtoken=)"
  26. ],
  27. "constant": 8
  28. }
  29. },
  30. "url_templates": {
  31. "url_detail": "https://www.alimerkaonline.es/ali-web/index.html#lista-productos#<section_id>#<family_id>#<subfamily_id>#<product_id>",
  32. "url_image": "https://www.alimerkaonline.es/recursos<relative_url>"
  33. },
  34. "url_mapping": {
  35. "method": "alimerka_postal_code_to_url"
  36. }
  37. },
  38. "links": {
  39. "detail": "",
  40. "next_page": ""
  41. },
  42. "list": {
  43. "product": "listPage[*]",
  44. "page": "",
  45. "default_page": 1
  46. },
  47. "preprocess": {
  48. "mode": "before_requests",
  49. "url": "https://www.alimerkaonline.es/ali-ws/acceso/cp/<postal_code>",
  50. "callback": "alimerka_preprocessing",
  51. "payload": {
  52. "redirect": "0"
  53. }
  54. },
  55. "parser_modules": [
  56. "multiple_response_jpath",
  57. "alimerka_multiple_item_jpath"
  58. ]
  59. }
Advertisement
Add Comment
Please, Sign In to add comment