You can use the hosted Actor from Apify Console without installing a package or writing a script.
- Open Booksy Business Data Scraper on Apify.
- Select the Input tab.
- In Country and regional profiles, choose one or more country codes. The default API behavior covers Argentina, Australia, Brazil, Canada, Chile, Colombia, France, Ireland, Mexico, the Netherlands, Poland, Portugal, South Africa, Spain, the United Kingdom and the United States.
- Select
listingsto collect search records ordetailsto fetch a profile for every discovered business. - Optionally enter category slugs. Category names are profile-specific; leave the list empty to let the Actor discover active categories.
- Set
maxBusinessesPerCategoryto a small value for a first test, then click Start. - When the run finishes, open the Dataset tab and export JSON or CSV.
The input form is prefilled with one US hair-salon listing. It is deliberately small so you can confirm the output shape before sending a larger request.
status: "success"means a business row was delivered.profile,country,categoryandbusinessIdidentify the collection context.businesscontains the nested Booksy object. Look forlocation,regions,reviews_count,reviews_stars,service_categories,imagesand profile-specific fields.status: "error"items explain a failed page or detail request whenincludeErrorsis enabled. They are not successful business rows.
The public input does not expose a direct city field. The Actor uses the country profile and current Booksy regional facets to discover city, state, county or postal subdivisions automatically. The optional ny profile scopes the US domain to the New York regional root.
Use countryCodes, categories and maxBusinessesPerCategory to control the first larger batch. Full details mode requires an additional profile request per discovered business. High-volume categories are split through available regional roots when the source exposes them; otherwise the Actor reports the limitation instead of claiming complete coverage.
Billing is one business-result event per successfully delivered business row. Check the hosted Actor page for current pricing before a large run.