Site Crawl Content Search is based on parsing content from the merchant's site and returning search results based on the content we find on their websites through the crawl. The ranking is based purely on text-match. This kind of content is called unstructured content, and it doesn't adhere to a defined data model like your products do. Unlike feed-based content searches, crawl based content search queries don't rely on a feed.
Site Crawl Content Search is deprecated
We recommend you to move to Feed Based Content Search for algo based capabilities derived from inputs such as a structured content feed and user-behavior data tracked through the pixel. Talk to your Bloomreach representative about how to get you started with the latest Content Search.
Endpoints
Production: https://core.dxpapi.com/api/v1/core/?
Staging: https://staging-core.dxpapi.com/api/v1/core/?
Example request
GET https://core.dxpapi.com/api/v1/core/?
&account_id=<Bloomreach Provided Account ID>
&auth_key=jazzhands
&domain_key=example_com
&request_id=1597706996836
&_br_uid_2=uid=7797686432023:v=11.5:ts=1428617911187:hc=55
&ref_url=http://www.example.com/home
&url=http://www.example.com/index.html?q=cooking%20valencian%20paella
&data_type=content
&request_type=search
&search_type=keyword
&q=cooking valencian paella
&fl=cid,title,author
&rows=10
&start=0
API requests should be limited to 16K Bytes. API requests above this length will throw Error Code 414 .