Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "https://voila.ca/products/search?q=danone",
- "https://voila.ca/products/search?q=activia",
- "https://voila.ca/products/search?q=oikos",
- "https://voila.ca/products/search?q=silk",
- "https://voila.ca/products/search?q=so%20delicious",
- "https://voila.ca/products/search?q=International%20Delight"
- ],
- "fields": {
- "name": "name",
- "price": "price.current.amount",
- "brand_text": "brand",
- "image": "image.src",
- "product_id": "retailerProductId"
- },
- "api_crawl": {
- "crawl_finisher": {
- "func_name": "always_stop",
- "func_args": {}
- },
- "get_next_url": {
- "func_name": "",
- "func_args": {}
- },
- "positioning": {
- "product_arranging": true
- },
- "url_mapping": {
- "method": "ocado_api_request_from_start_request"
- },
- "url_templates": {
- "url_detail": "https://voila.ca/products/<product_id>/details"
- }
- },
- "links": {
- "detail": "",
- "next_page": ""
- },
- "list": {
- "product": "$[*]",
- "page": "response_meta_page_extractor",
- "default_page": 1
- },
- "parser_modules": [
- "multiple_response_jpath",
- "ocado_multiple_item_jpath"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment