A step-by-step guide to every feature, from your first search to using the API.
Leadly helps you find local businesses with weak websites, audit them, and reach out with a personalised email. Here is how to get going from zero.
Every account needs an active plan to use the tools. You can start a free trial once, activate a license key, or buy a plan.
Search finds local businesses by trade and city using open map data - no API key needed.
Leads is your pipeline - every business you have found, with its score, priority and status.
An audit checks a business's website across speed, mobile-friendliness, SEO, contact options, security and more, then scores it 0 to 100. A lower score means a weaker site - and a better sales opportunity.
Capture a picture of the prospect's current website to show them exactly what needs improving.
Generate a short, honest outreach email built only from the issues actually found on the site. It is signed with your name.
See how a business compares to others in the same trade and city, so you can show them where they stand.
Turn a business's online reputation into practical tips. Open map data has no reviews, so you can enter them yourself.
Take your data anywhere as a clean CSV file.
Manage your profile and security under Account.
Personalise how Leadly works for you.
Build on Leadly from your own tools using the public API. Requires a plan that includes API access.
curl -X POST https://getleadly.net/api/v1/search \
-H "X-API-Key: lg_live_xxx" \
-H "Content-Type: application/json" \
-d '{"niche":"roofer","city":"New York"}'Useful endpoints: GET /api/v1/me (your plan + usage), POST /api/v1/search, GET /api/v1/leads, GET /api/v1/leads/{id}, POST /api/v1/leads/{id}/audit.
A few quick answers.