Foreign Trade Leads
Use this skill when the user asks to collect overseas B2B leads from Google Maps.
Do
- Confirm the product keyword, target country/region, and target count.
- Prefer Google Maps first for local distributors, wholesalers, retailers, and importers.
- Run the bundled script instead of rewriting the scraper.
- Save output as CSV in the current workspace.
Inputs to confirm
- Product keyword in English, e.g.
shower head distributor - Region, e.g.
USA,California,Germany - Count, e.g.
30,50,100
Command
Run:
python3 scripts/get_google_maps_leads.py "<keyword>" "<region>" <count>
Example:
python3 scripts/get_google_maps_leads.py "shower head distributor" "USA" 50
Output
The script writes a CSV with these columns:
- name
- phone
- address
- website
Notes
- Google Maps may rate-limit or block scraping.
- Use moderate target sizes and avoid aggressive repeated runs.
- If Chrome/driver is unavailable, stop and report the environment issue.