1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-24 08:32:19 +02:00

Add geziyor scraper&crawler

Geziyor is full-featured fast web scraping framework that supports JS rendering.
This commit is contained in:
Musab Gültekin 2019-09-11 18:54:18 +03:00 committed by GitHub
parent 5aa61f96db
commit c758e4584c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ This list contains Golang libraries related to web scraping and data processing
* [go_spider](https://github.com/hu17889/go_spider) - An flexible, modular and expansible Go concurrent Crawler(spider) framework.
* [ants-go](https://github.com/wcong/ants-go) - A distributed, restful crawler engine in golang.
* Full Featured Scrapers
* [geziyor](https://github.com/geziyor/geziyor) - Geziyor, a blazing fast web scraping framework, supports JS rendering.
* [colly](https://github.com/gocolly/colly) - Fast and elegant scraping framework
* [dataflow kit](https://github.com/slotix/dataflowkit) - Dataflow Kit - extract structured data from web sites.
* Other