Back to all Bounties
Earn 9,000 ($90.00)
due 2 years ago
Completed
Create a simple web scraper in Python
TurboBeepBeep
Details
Applications
2
Discussion
This Bounty has been completed!
@TurboBeepBeep's review of @--smallguy89--“Quick and fast iteration. Will likely contact again for repeat work. Thanks!”
5.0
Communication 5/5, Quality 5/5, Timeliness 5/5Bounty 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.