Documentation Index
Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Playbook
Openmart Guidance
Use Openmart for local-business and SMB workflows where store-level location data, brand records, shared company emails, known-person enrichment, employee discovery, or technology detection matter.- Prefer
openmart_search_brandswhen the workflow needs one row per company/brand. - Prefer
openmart_search_businesseswhen the workflow needs physical store records, ratings, categories, addresses, or location filters. - Use
openmart_enrich_companywhen the input is a website or social profile and the goal is to resolve matching Openmart records. - Async launchers default to synchronous execution: they submit the batch, wait for completion, and return completed task results. Set
wait_for_completion: falsewhen the workflow only needs abatch_id. - For manually managed async jobs, poll
openmart_get_batch_status, list completed IDs withopenmart_get_batch_task_ids, then fetch each result withopenmart_get_task_result. - Treat
nullarrays in brand responses as empty arrays. - Openmart docs require
countryon each/api/v2/brands/searchlocation entry. - The configured provider token should be rotated if it has been pasted into chat, logs, or other plaintext surfaces.