BizBuySell Brokers Scraper avatar

BizBuySell Brokers Scraper

Deprecated

Pricing

from $2.00 / 1,000 results

Go to Apify Store
BizBuySell Brokers Scraper

BizBuySell Brokers Scraper

Deprecated

Extract broker profiles from BizBuySell search results and directory pages. Powered by BizBuySell Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

1

Monthly active users

82 days

Issues response

11 days ago

Last modified

Share

This actor extracts Brokers from BizBuySell. It works on broker search results and directory pages to collect professional profiles and contact information. The scraper returns structured data for every broker listed on the target page.


Want more from BizBuySell?

This actor covers Brokers only. The full BizBuySell Scraper browser extension also includes Businesses, Franchises with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the BizBuySell Scraper extension


Data Fields

Field NameDescriptionExample
First NameBroker first name"John"
Last NameBroker last name"Smith"
Full NameCombined name"John Smith"
Company NameName of the brokerage"Main Street M&A"
Company URLLink to company website"https://example.com"
PhoneContact phone number"(555) 123-4567"
FaxFax number"(555) 987-6543"
EmailContact email address"john@example.com"
License NumberProfessional license ID"BK123456"
LocationFull location string"Miami, Florida"
Location ShortCity and State"Miami, FL"
CityCity name"Miami"
StateState name"Florida"
Zip CodePostal code"33101"
CountryCountry name"USA"
Account IDInternal account identifier"998877"
Person IDInternal person identifier"112233"
Profile URLLink to broker profile"https://www.bizbuysell.com/broker/profile"
Personal PhotoURL to profile image"https://images.bizbuysell.com/photo.jpg"
Company PhotoURL to company logo"https://images.bizbuysell.com/logo.jpg"
Company OverviewDescription of the firm"Specializing in retail sales."
IntroductionPersonal bio"Over 20 years experience."
AffiliationsProfessional groups"IBBA, M&A Source"
ServicesList of services offered"Valuations, Consulting"
TaglineShort marketing slogan"Your business partner."
CompletenessProfile completion score"100%"
Listing TierSubscription level"Premium"
Active Listings CountNumber of current listings"12"
Sold Listings CountTotal sold listings"45"
Sold Listings Last 6 MonthsRecent sales volume"3"
Message Response ScoreResponsiveness rating"High"
Areas ServedGeographic coverage"South Florida"
Expertise CategoriesIndustry specialties"Restaurants, Retail"
Expertise ServicesSpecific service types"Exit Planning"
LanguagesSpoken languages"English, Spanish"
DesignationsProfessional titles"CBI, M&AMI"
Profile LinksExternal profile links"https://linkedin.com/in/user"
Social Media LinksSocial media URLs"https://twitter.com/user"

Input

  • urls: Array of URL strings from BizBuySell broker search results or directory pages.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.bizbuysell.com/business-brokers/florida/"],
"maxItems": 50
}

Example Output

[
{
"FirstName": "John",
"LastName": "Smith",
"FullName": "John Smith",
"CompanyName": "Main Street M&A",
"CompanyUrl": "https://example.com",
"Phone": "(555) 123-4567",
"Fax": "(555) 987-6543",
"Email": "john@example.com",
"LicenseNumber": "BK123456",
"Location": "Miami, Florida",
"LocationShort": "Miami, FL",
"City": "Miami",
"State": "Florida",
"ZipCode": "33101",
"Country": "USA",
"AccountId": "998877",
"PersonId": "112233",
"ProfileUrl": "https://www.bizbuysell.com/broker/profile-1",
"PersonalPhoto": "https://images.bizbuysell.com/p1.jpg",
"CompanyPhoto": "https://images.bizbuysell.com/l1.jpg",
"CompanyOverview": "Specializing in retail sales.",
"Introduction": "Over 20 years experience.",
"Affiliations": "IBBA",
"Services": "Valuations",
"Tagline": "Your business partner.",
"Completeness": "100%",
"ListingTier": "Premium",
"ActiveListingsCount": "12",
"SoldListingsCount": "45",
"SoldListingsLast6Months": "3",
"MessageResponseScore": "High",
"AreasServed": "South Florida",
"ExpertiseCategories": "Restaurants",
"ExpertiseServices": "Exit Planning",
"Languages": "English",
"Designations": "CBI",
"ProfileLinks": "https://linkedin.com/in/user1",
"SocialMediaLinks": "https://twitter.com/user1"
},
{
"FirstName": "Jane",
"LastName": "Doe",
"FullName": "Jane Doe",
"CompanyName": "Coastal Brokers",
"CompanyUrl": "https://coastal.com",
"Phone": "(555) 222-3333",
"Fax": "",
"Email": "jane@coastal.com",
"LicenseNumber": "BK778899",
"Location": "Tampa, Florida",
"LocationShort": "Tampa, FL",
"City": "Tampa",
"State": "Florida",
"ZipCode": "33602",
"Country": "USA",
"AccountId": "445566",
"PersonId": "778899",
"ProfileUrl": "https://www.bizbuysell.com/broker/profile-2",
"PersonalPhoto": "https://images.bizbuysell.com/p2.jpg",
"CompanyPhoto": "https://images.bizbuysell.com/l2.jpg",
"CompanyOverview": "Industrial specialists.",
"Introduction": "Local market expert.",
"Affiliations": "M&A Source",
"Services": "Consulting",
"Tagline": "Selling Florida.",
"Completeness": "90%",
"ListingTier": "Standard",
"ActiveListingsCount": "5",
"SoldListingsCount": "20",
"SoldListingsLast6Months": "1",
"MessageResponseScore": "Medium",
"AreasServed": "Tampa Bay",
"ExpertiseCategories": "Manufacturing",
"ExpertiseServices": "Appraisals",
"Languages": "English",
"Designations": "M&AMI",
"ProfileLinks": "https://linkedin.com/in/user2",
"SocialMediaLinks": ""
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.