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
BuiltWith Guidance
- Use
builtwith_domain_lookupwhen you already know the domain and need live/current technographics. The handler defaultslive_onlyto true; setlive_only=falseonly when historical detections matter. - Use
builtwith_vector_searchto discover the exact BuiltWith technology label beforebuiltwith_listsorbuiltwith_trends. Free-text tech guesses often miss if the BuiltWith canonical name differs. - Use
builtwith_bulk_domain_lookupfor row-heavy domain work. It auto-polls queued jobs by default and normalizes both sync and async paths to the sameresults[]shape. - The batch compiler only coalesces
builtwith_domain_lookupcalls when the request can be losslessly represented by the native bulk API. Requests usingtrust,no_attr, or date-range filters stay single-call. builtwith_listsis best for account sourcing by technology;builtwith_relationships,builtwith_redirects, andbuiltwith_tag_lookupare better for niche infrastructure signals and related-domain expansion.