利用scrapy爬取某汽车网站经销商店信息

本文介绍了一个使用Python的Scrapy框架进行的爬虫项目,目标是抓取某个汽车网站上的经销商店铺信息,提供了相关代码示例。
摘要由CSDN通过智能技术生成

最近做一个爬虫项目,爬取经销商店信息,随附代码

import scrapy
from scrapy.http import Request
from dealer.items import DealerItem


class XcarSpider(scrapy.Spider):
    name = "xcar"
    allowed_doma  = ["xcar.com.cn"]
    start_urls = [
        'http://dealer.xcar.com.cn/d1/',
        'http://dealer.xcar.com.cn/d24/',
        'http://dealer.xcar.com.cn/d4/',
        'http://dealer.xcar.com.cn/d33/',
        'http://dealer.xcar.com.cn/d19/',
        'http://dealer.xcar.com.cn/d12/',
        'http://dealer.xcar.com.cn/d31/',
        'http://dealer.xcar.com.cn/d30/',
        'http://dealer.xcar.com.cn/d22/',
        'http://dealer.xcar.com.cn/d8/',
        'http://dealer.xcar.com.cn/d21/',
        'http://dealer.xcar.com.cn/d34/',
        'http://dealer.xcar.com.cn/d5/',
        'http://dealer.xcar.com.cn/d20/',
        'http://dealer.xcar.com.cn/d25/',
        'http://dealer.xcar.com.cn/d32/',
        'http://dealer.xcar.com.cn/d7/',
        'http://dealer.xcar.com.cn/d6/',
        'http://dealer.xcar.com.cn/d13/',
        'http://dealer.xcar.com.cn/d9/',
        'http://dealer.xcar.com.cn/d16/',
        'http://dealer.xcar.com.cn/d23/',
        'http://dealer.xcar.com.cn/d11/',
        'http://dealer.xcar.com.cn/d17/',
        'http://dealer.xcar.com.cn/d10/',
        'http://dealer.xcar.com.cn/d2/',
        'http://dealer.xcar.com.cn/d3/',
        'http://dealer.xcar.com.cn/d14/',
        'http://dealer.xcar.com.cn/d15/',
        
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值