Initiates a search of the archive. If the search takes longer than 30 seconds, the response returns only a search_id and you should poll the status asynchronously. If it completes within 30 seconds, the response returns the full search result object.
max_age OR a combination of min_date + max_datesearch_id and you should poll the status asynchronously. If the search completes within 30 seconds, the response returns the full search result object (same as GET /webarchive/search/<search_id>).LIKE vs Regex Filters
domain_like_*, url_like_*) for simple pattern matching with % (any sequence) and _ (single character).%.com or amazon%.domain_regex_*, url_regex_*) for complex patterns requiring full regex syntax. LIKE patterns use backslash escaping: \% for literal %, \_ for literal _.Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
Authorization: Bearer YOUR_API_KEYExample:
Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd6a7ec8f3f251f07dfLearn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication
Search initiated successfully
Returned if search is async
"ucd_abc123xyz"