Skip to content

luksquaresma/scrape_wiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scrape Wizard (scrape_wiz)

Still under construction!

This project demonstrates web scraping in Rust, leveraging concurrent and parallel processing to efficiently extract data from websites.

Overview

Rust provides powerful features for building fast and safe web scrapers. This project utilizes concurrency and parallelism to speed up the scraping process, ensuring efficient utilization of system resources.

Features

  • Concurrent Web Scraping: Utilizes Rust's asynchronous programming features to perform non-blocking web requests.
  • Parallel Processing: Leverages multiple CPU cores to process data concurrently, significantly reducing the overall scraping time.
  • Error Handling: Implements robust error handling to gracefully manage network and parsing errors.
  • Interactive and iteractive search: uses a internal DB for gathering multiple dasources by refference and without overlap.
  • Configurable: Allows customization of concurrency level, user agent, and timeout settings.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages