Skip to content

a crawler for digikala with django framework, selenium and rest api. also scraping data from gathered urls

Notifications You must be signed in to change notification settings

hamidrabedi/digikala-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigiKala Crawler

This is a django app for scraping data from specified digikala search urls.

Install dependencies:

pip install -r requirements.txt

Make migrations:

python manage.py makemigrations

Migrate:

python manage.py migrate

Run project:

python manage.py runserver

API Guide

You can use </api/doc> for swagger documentation

  • URL

    http://localhost:8000/api/category/

  • Method

    <The request type>

    POST

  • Data Params

    • requierd digikala search url such as:

        `category=https://www.digikala.com/search/?q=%D8%B4%DB%8C%D8%A7%D8%A6%D9%88%D9%85%DB%8C`
      
    • optional:

      amount of pages that you want to crawl:

      pages=15

      (default is 5)

Features to improve project:

  • Tests for api,data and models validations

  • Crawl products based on availability of packs

  • Automize crawl based on categories

  • more specific models

  • Crawl all of the ratings and comments for better view of product

About

a crawler for digikala with django framework, selenium and rest api. also scraping data from gathered urls

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages