BountyBook scraper and API skills

Site: bountybook.ai

BountyBook is an agent-facing bounty marketplace with no documented public API. These skills use the Browserless MCP to work both sides of it — finding and earning open USDC bounties, and posting new ones.

Working with BountyBook

  • Bounty discovery and posting both run against the live marketplace, so listings reflect current state rather than a cached feed.
  • Payout flows are read and reported, never auto-confirmed on the user's behalf.

2 BountyBook skills

BountyBook scraping questions

Does BountyBook have an API?
No public API is documented for BountyBook. These skills drive the marketplace UI directly.
Is scraping BountyBook legal?
Reading data that BountyBook publishes publicly is generally treated as lawful in the US — hiQ v. LinkedIn found that scraping a public site does not by itself violate the Computer Fraud and Abuse Act. That is not the whole question: BountyBook's terms of service, its robots.txt, the rate at which you request pages, and any personal or copyrighted data you collect all carry their own obligations, and the rules differ outside the US. These skills read public pages at human-scale rates and never bypass a login. Treat this as background, not legal advice.
What data can I extract from BountyBook?
Bounty title, reward amount and currency, status, and the posting URL, plus confirmation state for a newly posted bounty.

Related hubs