Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "https://compra.plusfresc.cat/products/020401",
- "https://compra.plusfresc.cat/products/020403",
- "https://compra.plusfresc.cat/products/020402",
- "https://compra.plusfresc.cat/products/020201",
- "https://compra.plusfresc.cat/products/020101",
- "https://compra.plusfresc.cat/products/020102",
- "https://compra.plusfresc.cat/products/020202",
- "https://compra.plusfresc.cat/products/020203"
- ],
- "fields": {
- "name": "texts[0].text",
- "price": "$.[new_value_cents,value_cents]",
- "old_price": "",
- "brand_text": "brand_name",
- "image": "image_url",
- "ean": "id",
- "product_id": "item_id",
- "availability": "available"
- },
- "api_crawl": {
- "crawl_finisher": {
- "func_name": "always_stop",
- "func_args": ""
- },
- "get_next_url": {
- "func_name": "",
- "func_args": ""
- },
- "positioning": {
- "base_url": "https://wscompra.plusfresc.cat/api/products/category/<id>",
- "id_re": "/([0-9]+)$"
- },
- "url_templates": {
- "url_detail": "https://compra.plusfresc.cat/product-detail/<product_id>",
- "url_image": "https://compra.plusfresc.cat/ImatgesProductes/<relative_url>"
- },
- "url_mapping": {
- "id_re": "\\d+$",
- "base_url": "https://wscompra.plusfresc.cat/api/products/category/<id>"
- }
- },
- "links":{
- "detail": "",
- "next_page": ""
- },
- "list": {
- "product": "$[*]",
- "page": "",
- "default_page": 1
- },
- "preprocess": {
- "mode": "before_requests",
- "url": "https://wscompra.plusfresc.cat/api/login",
- "callback": "set_auth_token_to_start_requests",
- "payload": {
- "id_user": "lil_jose_luis",
- "password": "olovorgo"
- }
- },
- "parser_modules": ["multiple_response_jpath", "multiple_item_jpath"],
- "pipelines": ["CentsToPricePipeline"]
- }
Add Comment
Please, Sign In to add comment