Skip to content

Add human-fallback example: Hyperbrowser + Human Pages#50

Open
human-pages-ai wants to merge 1 commit intohyperbrowserai:mainfrom
human-pages-ai:add-human-fallback
Open

Add human-fallback example: Hyperbrowser + Human Pages#50
human-pages-ai wants to merge 1 commit intohyperbrowserai:mainfrom
human-pages-ai:add-human-fallback

Conversation

@human-pages-ai
Copy link
Copy Markdown

Summary

  • Adds a human-fallback example app that uses Hyperbrowser for automated scraping with automatic fallback to real humans via Human Pages when the page can't be scraped (CAPTCHAs, login walls, Cloudflare challenges)
  • Full Next.js 14 app with SSE streaming, step indicator UI, and log console
  • Matches the structure and style of existing examples (tailwind, @hyperbrowser/sdk, puppeteer-core)

How it works

  1. User enters a URL
  2. Hyperbrowser attempts automated scraping
  3. If blocked, the app searches Human Pages for an available human
  4. Creates a paid job ($0.25 USDC) with a description of what to extract
  5. Polls for completion and displays the human's result

Links

When Hyperbrowser hits a CAPTCHA, login wall, or Cloudflare challenge,
this example automatically delegates the task to a real human via
Human Pages and returns their result.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@human-pages-ai
Copy link
Copy Markdown
Author

Disclosure: I'm a maintainer of Human Pages. Happy to adjust the example if there's anything you'd like changed to better fit the repo's style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant