sarafg11

Untitled

Sep 3rd, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://rest-api.cocunat.com/v2/products/"
  4. ],
  5. "fields": {
  6. "name": "translations[2].name",
  7. "price": "prices[0].price",
  8. "url": "translations[2].slug",
  9. "image": "image",
  10. "description": "translations[2].summary",
  11. "id": "id"
  12. },
  13. "api_crawl": {
  14. "crawl_finisher": {
  15. "func_name": "always_stop",
  16. "func_args": ""
  17. },
  18. "get_next_url": {
  19. "func_name": "",
  20. "func_args": ""
  21. },
  22. "url_templates": {
  23. "url_detail": "https://cocunat.com/es-es/product/<relative_url>",
  24. "url_image": "https://static.cocun.at/photos/<relative_url>"
  25. }
  26. },
  27. "links": {
  28. "detail": "",
  29. "next_page": ""
  30. },
  31. "list": {
  32. "product": "$[*]"
  33. },
  34. "parser_modules": ["multiple_response_jpath", "multiple_item_jpath"]
  35. }
Add Comment
Please, Sign In to add comment