Git Product home page Git Product logo

spyder_stadiumgoods's Introduction

spyder_stadiumgoods

爬取国外一球鞋网站https://www.stadiumgoods.com

写在前面

该项目是于2019年于某鱼平台上接单,帮助开发的一个爬取球鞋网站https://www.stadiumgoods.com各商品数据的一个脚本

感兴趣可联系[email protected]

我的主页https://imygirl.github.io/

说明:

  1. result.md中记录了colab平台上的运行结果,可参考;

  2. 在主程序中添加 url 即可运行 code.py 文件;

  3. 运行 code.py 文件生成的csv文件为分页爬取结果;

  4. 可通过其他脚本将分页爬取结果汇总至一个文件中;

  5. 主要通过BeautifulSoup数据包单线程爬取,分析url指向页面,伪装header爬取,主体程序架构如下:

--># 爬取所有搜索页面的url

  --># 爬取各搜索页中各详情页的url
      for i in 所有搜索页面的url:
      
    --># 进入详情页,爬取各页面的详情参数
        for j in 各搜索页中各详情页的url:
        ...

爬取结果

data01.csv

spyder_stadiumgoods's People

Contributors

imygirl avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.