Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 2.47 KB

File metadata and controls

32 lines (21 loc) · 2.47 KB

Run Booksy Business Data Scraper without code

You can use the hosted Actor from Apify Console without installing a package or writing a script.

Step-by-step

  1. Open Booksy Business Data Scraper on Apify.
  2. Select the Input tab.
  3. 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.
  4. Select listings to collect search records or details to fetch a profile for every discovered business.
  5. Optionally enter category slugs. Category names are profile-specific; leave the list empty to let the Actor discover active categories.
  6. Set maxBusinessesPerCategory to a small value for a first test, then click Start.
  7. 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.

What to check in the output

  • status: "success" means a business row was delivered.
  • profile, country, category and businessId identify the collection context.
  • business contains the nested Booksy object. Look for location, regions, reviews_count, reviews_stars, service_categories, images and profile-specific fields.
  • status: "error" items explain a failed page or detail request when includeErrors is enabled. They are not successful business rows.

City selection

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.

Larger runs

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.