Skip to content
    Back to all Bounties

    Earn 3,600 ($36.00)

    Time Remainingdue 2 years ago
    Canceled

    Write a Rust Web Scraper as a Cloudflare Worker

    WilliamBarber7
    WilliamBarber7
    Posted 2 years ago

    Bounty Description

    Problem Description

    I have a poorly written existing web scraper that runs as a python serverless function. I'd like to convert it into a much faster cloudflare worker. I would like the scraper to take in a list of urls as input, visit those urls in an asynchronous fashion, and parse the resulting html into a json response as the html is returned from each async request. Will likely also make a version of the cloudflare worker that only takes one url as input.

    Acceptance Criteria

    Experience writing a web scraper/html parser in rust.