Skip to content
    Back to all Bounties

    Earn 9,000 ($90.00)

    Time Remainingdue 2 years ago
    Completed

    Create a simple web scraper in Python

    TurboBeepBeep
    TurboBeepBeep
    Posted 2 years ago
    This Bounty has been completed!
    @TurboBeepBeep's review of @--smallguy89--
    5.0
    Average Rating
    Communication 5/5, Quality 5/5, Timeliness 5/5
    Quick and fast iteration. Will likely contact again for repeat work. Thanks!

    Bounty Description

    Problem Description

    Build a Python scraper that scrapes the Appian marketplace at the app level.

    URL: https://community.appian.com/b/appmarket?tags=

    Returns a CSV where each row is an individual app listed on the marketplace and has columns:

    • App name
    • Description
    • Author
    • Type
    • First Released
    • Last Updated
    • Cost

    Acceptance Criteria

    Code must be entirely deployable in Python with no edits required or pre-installed packages OR must be deployed to a simple web interface (e.g., Streamlit) where one click can run the scraper and result in a CSV download. The returned CSV for this should have approximately 817 rows.