Discovery that keeps its receipts
Business registries, directories, domain discovery, website crawling and social research run as controlled jobs. Every record carries the source it came from.
SalesMasta finds the organizations worth talking to, explains why each one fits your offer, and runs the outreach at a pace you control — every source, message and response accounted for.
One system for discovery, qualification, outreach and measurement — so the context never gets lost in a spreadsheet handoff.
Business registries, directories, domain discovery, website crawling and social research run as controlled jobs. Every record carries the source it came from.
Businesses, contacts and social profiles in one record structure, with duplicate removal and status verification before anyone is contacted.
Score any offer against your leads by category, industry and qualification signals — then read why a lead scored the way it did, and approve only the credible matches.
Factual tags, dynamic segments and explicit lists. Narrow, reviewed audiences instead of one undifferentiated blast.
Email, SMS, messaging, social, phone and in-person activity — tracked in ordered sequences with scheduled communications and reusable templates.
Engagement, qualified opportunities, conversions, revenue, complaints and failures — reported per channel and per campaign.
Twelve documented steps, grouped into four phases. Each one has a screen, an owner and a record.
Define your offers, configure the registries and directories that fit your market, then run controlled source jobs.
Generate explainable recommendations, approve the credible ones, and assemble audiences from factual tags.
Connect one offer, audience and objective per campaign. Draft channel-appropriate templates and a restrained sequence.
Classify responses, own the follow-ups, and review what actually converted before changing anything.
Most outreach tools optimise for volume. SalesMasta assumes the opposite: that reaching the wrong person twice costs more than a missed send.
Every list endpoint supports pagination and filtering, so SalesMasta fits behind whatever else you already run.
GET /api/businesses/Browse and filter lead organizationsPOST /api/products/{slug}/score_leads/Refresh product-fit recommendationsGET /api/product-fits/Review recommendation scores and statusGET /api/outreach-records/follow_ups_due/Find overdue next actionsGET /api/campaigns/{id}/leads/View contacted campaign leads#Leads in a market, ready for outreach
curl "https://salesmasta.com/api/businesses/?industry=logistics&has_follow_up_due=true"
#Re-score an offer against the database
curl -X POST "https://salesmasta.com/api/products/fleet-cover/score_leads/"
{
"count": 128,
"results": [
{
"name": "Highlands Freight Ltd",
"industry": "logistics",
"fit_score": 94,
"fit_reason": "industry match + fleet size signal",
"source": "ipa_registry"
}
]
}
We'll walk through discovery, matching and a live campaign run using the sources that matter to your business.