亚马逊畅销书刮刮

时间:2016-11-15 20:21:28

标签: python multithreading web-scraping amazon

我开发了一个脚本来抓取网址,标题和其他信息 来自亚马逊畅销书类别。下面的脚本运行正常,但由于亚马逊有多个子到子类别,所以它非常慢,所以为了遍历所有子类别,需要花费很多时间, 有什么办法可以让它快速起作用吗?我正在使用Python 2.7 64位

由于

#sys_application

/api/application/add:
  post:
    description: Adds specified application(s).
    parameters:

    - name: name
      in: body
      description: name of the application
      required: true
      type: string

    - name: appId
      in: body
      description: application id
      required: true
      type: string

    - name: icon
      in: body
      description: application icon
      required: true
      type: string

    - name: state
      in: body
      description: current state of the application
      required: true
      type: string

    - name: profileRoute
      in: body
      description: embedded profile route that is displayed within the map app
      required: true
      type: string

    - name: type
      in: body
      description: type of the application
      required: true
      type: string

    - name: permissions
      in: body
      description: user permissions for application
      required: false
      type: string

    - name: subscriptions
      in: body
      description: application subscriptions
      required: false
      type: string

0 个答案:

没有答案