Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "https://wscompra.plusfresc.cat/api/products/category/020401"
- ],
- "fields": {
- "name": "texts[0].text",
- "price": "value_cents",
- "brand_text": "brand_name",
- "image": "image_url",
- "description": "",
- "categories": "",
- "ean": "id",
- "product_id": "item_id"
- },
- "api_crawl": {
- "crawl_finisher": {
- "func_name": "always_stop",
- "func_args": ""
- },
- "get_next_url": {
- "func_name": "",
- "func_args": ""
- },
- "base_url": "https://compra.plusfresc.cat/product-detail/<id>"
- },
- "links":{
- "detail": "",
- "next_page": ""
- },
- "list": {
- "product": "$[*]",
- "page": "",
- "default_page": 1
- },
- "preprocess": {
- "url": "https://wscompra.plusfresc.cat/api/login",
- "method": "POST",
- "callback": "set_auth_token_to_start_requests",
- "payload": {
- "id_user": "lil_jose_luis",
- "password": "olovorgo"
- }
- },
- "parser_modules": ["multiple_response_jpath", "multiple_item_jpath"],
- "pipelines": ["CentsToEuroPricePipeline"]
- }
Advertisement
Add Comment
Please, Sign In to add comment