Automate with the User Business API
Generate a Personal Access Token and automate place and category export with the MeCrawl User Business API.
Use the API when scripts, Sheets importers, or AI agents need structured place data over HTTP.
API steps
-
Sign in to MeCrawl and open Dashboard → API Tokens.
-
Create a Personal Access Token (Sanctum) and store it securely — treat it like a password.
-
Call GET /api/v1/user-api/places and /categories with Authorization: Bearer {token}.
-
Paginate and filter results in your script, then map fields using the field dictionary as needed.
API FAQ
Where do I find interactive API docs?
Open User API docs for the interactive explorer, or the REST API overview page for endpoints and first-call steps.
Is MCP available instead of REST?
MCP is planned. Use the User Business API for automation and AI clients today under the same place allowance.