Skip to content

Conversation

@arthursita-plank
Copy link

@arthursita-plank arthursita-plank commented Jan 20, 2026

This PR includes the lead-scraper template that searches for business contacts on google maps, and returns the:

  • name
  • address
  • category
  • rating
  • phone_number
  • review_count
  • website
    all built with python and browser-use.

Loom video

https://www.loom.com/share/40681581cf8c4684a163aad32a8a9542


Note

Introduces a ready-to-deploy Python template for scraping local business leads from Google Maps with browser-use on Kernel.

  • Adds pkg/templates/python/lead-scraper with main.py implementing scrape-leads (Browser Use Agent, Kernel browser session, JSON output), models.py (Pydantic ScrapeInput, BusinessLead, ScrapeOutput), formaters.py (robust parsing of JSON/markdown into BusinessLead), pyproject.toml (deps), .env.example, and template-specific _gitignore
  • Updates top-level README.md to list the new lead-scraper template and include a create command example (kernel create --name my-lead-scraper --language python --template lead-scraper)

Written by Cursor Bugbot for commit 0cfb74d. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

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