Company Data
Multi-source Company API
Elasticsearch DSL
6min
data type company (multi source) query type elasticsearch domain specific language (es dsl) url https //api coresignal com/cdapi/v2/company multi source/search/es dsl overview use the /v2/company multi source/search/es dsl endpoint to find company data matching your specifications elasticsearch schema allows you to use more sophisticated queries like fuzzy and wildcard queries additionally, the endpoint allows you to operate filters that mimic our multi source data elasticsearch schema https //docs coresignal com/api/multi source api esdsl endpoint#xqgtp refer to the multi source elasticsearch schema sorting options https //docs coresignal com/api/multi source api esdsl endpoint#dfgom information about possible sorting options limitations https //docs coresignal com/api/multi source api esdsl endpoint#0yfzh information about the endpoint limitations elasticsearch schema elasticsearch structure maps directly to our multi source company data points endpoint schema { "mappings" { "properties" { "id" { "type" "long" }, "source id" { "type" "text" }, "company name" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "company name alias" { "type" "keyword" }, "company legal name" { "type" "text" }, "company logo" { "type" "text" }, "website" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" }, "domain only" { "type" "text" } } }, "website alias" { "type" "text" }, "professional network url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "twitter url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "discord url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "facebook url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "instagram url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "pinterest url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "tiktok url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "youtube url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "github url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "reddit url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "financial website url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "stock ticker" { "type" "nested", "properties" { "exchange" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "ticker" { "type" "keyword" } } }, "top previous companies" { "type" "nested", "properties" { "company id" { "type" "long" }, "company name" { "type" "text" }, "count" { "type" "long" } } }, "top next companies" { "type" "nested", "properties" { "company id" { "type" "long" }, "company name" { "type" "text" }, "count" { "type" "long" } } }, "is b2b" { "type" "long" }, "industry" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "sic codes" { "type" "text", "fields" { "exact" { "type" "keyword" } } }, "naics codes" { "type" "text", "fields" { "exact" { "type" "keyword" } } }, "categories and keywords" { "type" "text" }, "description" { "type" "text" }, "description enriched" { "type" "text" }, "description metadata raw" { "type" "text" }, "type" { "type" "keyword" }, "status" { "properties" { "value" { "type" "text" }, "comment" { "type" "text" } } }, "founded year" { "type" "text" }, "size range" { "type" "keyword", "null value" "null" }, "employees count" { "type" "long" }, "followers count professional network" { "type" "long" }, "followers count twitter" { "type" "long" }, "followers count owler" { "type" "long" }, "hq region" { "type" "text" }, "hq country" { "type" "text" }, "hq country iso2" { "type" "text" }, "hq country iso3" { "type" "text" }, "hq location" { "type" "text" }, "hq full address" { "type" "text" }, "hq city" { "type" "text" }, "hq state" { "type" "text" }, "hq street" { "type" "text" }, "hq zipcode" { "type" "text" }, "company locations full" { "type" "nested", "properties" { "location address" { "type" "text" }, "is primary" { "type" "long" } } }, "is public" { "type" "boolean" }, "ipo date" { "type" "date", "format" "yyyy mm dd" }, "ipo share price" { "type" "long" }, "ipo share price currency" { "type" "text" }, "revenue annual range" { "properties" { "source 4 annual revenue range" { "properties" { "annual revenue range from" { "type" "double" }, "annual revenue range to" { "type" "double" }, "annual revenue range currency" { "type" "text" } } }, "source 6 annual revenue range" { "properties" { "annual revenue range from" { "type" "double" }, "annual revenue range to" { "type" "double" }, "annual revenue range currency" { "type" "text" } } } } }, "revenue annual" { "properties" { "source 5 annual revenue" { "properties" { "annual revenue" { "type" "long" }, "annual revenue currency" { "type" "text" } } }, "source 1 annual revenue" { "properties" { "annual revenue" { "type" "double" }, "annual revenue currency" { "type" "text" } } } } }, "revenue quarterly" { "properties" { "value" { "type" "double" }, "currency" { "type" "text" } } }, "income statements" { "type" "nested", "properties" { "cost of goods sold" { "type" "double" }, "cost of goods sold currency" { "type" "text" }, "ebit" { "type" "double" }, "ebitda" { "type" "double" }, "ebitda margin" { "type" "double" }, "ebit margin" { "type" "double" }, "earnings per share" { "type" "double" }, "gross profit" { "type" "double" }, "gross profit margin" { "type" "double" }, "income tax expense" { "type" "double" }, "interest expense" { "type" "double" }, "interest income" { "type" "double" }, "net income" { "type" "double" }, "period display end date" { "type" "text" }, "period end date" { "type" "date", "format" "yyyy mm dd" }, "period type" { "type" "text" }, "pre tax profit" { "type" "long" }, "revenue" { "type" "long" }, "total operating expense" { "type" "long" } } }, "stock information" { "type" "nested", "properties" { "closing price" { "type" "double", "index" false }, "currency" { "type" "text", "index" false }, "date" { "type" "date", "format" "yyyy mm dd", "index" false }, "marketcap" { "type" "double", "index" false } } }, "last funding round name" { "type" "text" }, "last funding round announced date" { "type" "date", "format" "yyyy mm dd" }, "last funding round lead investors" { "type" "text" }, "last funding round amount raised" { "type" "long" }, "last funding round amount raised currency" { "type" "text" }, "last funding round num investors" { "type" "long" }, "funding rounds" { "type" "nested", "properties" { "name" { "type" "text" }, "announced date" { "type" "date", "format" "yyyy mm dd" }, "lead investors" { "type" "text" }, "amount raised" { "type" "long" }, "amount raised currency" { "type" "text" }, "num investors" { "type" "long" } } }, "ownership status" { "type" "text" }, "parent company information" { "properties" { "parent company name" { "type" "text" }, "parent company website" { "type" "text" }, "date" { "type" "date", "format" "yyyy mm dd" } } }, "acquired by summary" { "properties" { "acquirer name" { "type" "text" }, "announced date" { "type" "date", "format" "yyyy mm dd" }, "price" { "type" "long" }, "currency" { "type" "text" } } }, "num acquisitions source 1" { "type" "long" }, "acquisition list source 1" { "type" "nested", "properties" { "acquiree name" { "type" "text" }, "announced date" { "type" "date", "format" "yyyy mm dd", "ignore malformed" true }, "price" { "type" "text" }, "currency" { "type" "text" } } }, "num acquisitions source 2" { "type" "long" }, "acquisition list source 2" { "type" "nested", "properties" { "acquiree name" { "type" "text" }, "announced date" { "type" "date", "format" "yyyy mm dd" }, "price" { "type" "long" }, "currency" { "type" "text" } } }, "num acquisitions source 5" { "type" "long" }, "acquisition list source 5" { "type" "nested", "properties" { "acquiree name" { "type" "text" }, "announced date" { "type" "date", "format" "yyyy mm dd" }, "price" { "type" "text" }, "currency" { "type" "text" } } }, "competitors" { "type" "nested", "properties" { "company name" { "type" "text" }, "similarity score" { "type" "long" } } }, "competitors websites" { "type" "nested", "properties" { "website" { "type" "text" }, "similarity score" { "type" "long" }, "total website visits monthly" { "type" "long" }, "category" { "type" "text" }, "rank category" { "type" "long" } } }, "company phone numbers" { "type" "text" }, "company emails" { "type" "text" }, "pricing available" { "type" "boolean" }, "free trial available" { "type" "boolean" }, "demo available" { "type" "boolean" }, "is downloadable" { "type" "boolean" }, "mobile apps exist" { "type" "boolean" }, "online reviews exist" { "type" "boolean" }, "documentation exist" { "type" "boolean" }, "product reviews count" { "type" "long" }, "product reviews aggregate score" { "type" "double" }, "product reviews score distribution" { "properties" { "1" { "type" "long" }, "2" { "type" "long" }, "3" { "type" "long" }, "4" { "type" "long" }, "5" { "type" "long" } } }, "product pricing summary" { "type" "nested", "properties" { "details" { "type" "text" }, "price" { "type" "text" }, "type" { "type" "text" } } }, "num news articles" { "type" "long" }, "news articles" { "type" "nested", "properties" { "headline" { "type" "text", "index" false }, "published date" { "type" "date", "format" "yyyy mm dd", "index" false }, "summary" { "type" "text", "index" false }, "article url" { "type" "text", "index" false } } }, "num technologies used" { "type" "long" }, "technologies used" { "type" "nested", "properties" { "technology" { "type" "text" }, "first verified at" { "type" "date", "format" "yyyy mm dd" }, "last verified at" { "type" "date", "format" "yyyy mm dd" } } }, "total website visits monthly" { "type" "long" }, "visits change monthly" { "type" "double" }, "rank global" { "type" "long" }, "rank country" { "type" "long" }, "rank category" { "type" "long" }, "visits breakdown by country" { "type" "nested", "properties" { "country" { "type" "text", "index" false }, "percentage" { "type" "double", "index" false }, "percentage monthly change" { "type" "double", "index" false } } }, "visits breakdown by gender" { "properties" { "male percentage" { "type" "double", "index" false }, "female percentage" { "type" "double", "index" false } } }, "visits breakdown by age" { "properties" { "age 18 24 percentage" { "type" "double", "index" false }, "age 25 34 percentage" { "type" "double", "index" false }, "age 35 44 percentage" { "type" "double", "index" false }, "age 45 54 percentage" { "type" "double", "index" false }, "age 55 64 percentage" { "type" "double", "index" false }, "age 65 plus percentage" { "type" "double", "index" false } } }, "bounce rate" { "type" "double" }, "pages per visit" { "type" "double" }, "average visit duration seconds" { "type" "double" }, "similarly ranked websites" { "type" "text" }, "top topics" { "type" "text" }, "company employee reviews count" { "type" "long" }, "company employee reviews aggregate score" { "type" "double" }, "employee reviews score breakdown" { "properties" { "business outlook" { "type" "double" }, "career opportunities" { "type" "double" }, "ceo approval" { "type" "double" }, "compensation benefits" { "type" "double" }, "culture values" { "type" "double" }, "diversity inclusion" { "type" "double" }, "recommend" { "type" "double" }, "senior management" { "type" "double" }, "work life balance" { "type" "double" } } }, "employee reviews score distribution" { "properties" { "1" { "type" "double" }, "2" { "type" "double" }, "3" { "type" "double" }, "4" { "type" "double" }, "5" { "type" "double" } } }, "active job postings count" { "type" "long" }, "active job postings titles" { "type" "text", "fields" { "exact" { "type" "keyword" } } }, "active job postings count by month" { "type" "nested", "properties" { "active job postings count" { "type" "long" }, "date" { "type" "date", "format" "yyyy mm" } } }, "base salary" { "type" "flattened" }, "additional pay" { "type" "flattened" }, "total salary" { "type" "flattened" }, "employees count inferred" { "type" "long" }, "employees count inferred by month" { "type" "nested", "properties" { "employees count inferred" { "type" "long" }, "date" { "type" "date" } } }, "employees count breakdown by seniority" { "properties" { "employees count owner" { "type" "long" }, "employees count founder" { "type" "long" }, "employees count clevel" { "type" "long" }, "employees count partner" { "type" "long" }, "employees count vp" { "type" "long" }, "employees count head" { "type" "long" }, "employees count director" { "type" "long" }, "employees count manager" { "type" "long" }, "employees count senior" { "type" "long" }, "employees count intern" { "type" "long" }, "employees count specialist" { "type" "long" }, "employees count other management" { "type" "long" } } }, "employees count breakdown by seniority by month" { "type" "nested", "properties" { "employees count breakdown by seniority" { "type" "object", "properties" { "employees count owner" { "type" "long" }, "employees count founder" { "type" "long" }, "employees count clevel" { "type" "long" }, "employees count partner" { "type" "long" }, "employees count vp" { "type" "long" }, "employees count head" { "type" "long" }, "employees count director" { "type" "long" }, "employees count manager" { "type" "long" }, "employees count senior" { "type" "long" }, "employees count intern" { "type" "long" }, "employees count specialist" { "type" "long" }, "employees count other management" { "type" "long" } } }, "date" { "type" "date", "format" "yyyymm" } } }, "employees count breakdown by department" { "properties" { "employees count medical" { "type" "long" }, "employees count sales" { "type" "long" }, "employees count hr" { "type" "long" }, "employees count legal" { "type" "long" }, "employees count marketing" { "type" "long" }, "employees count finance" { "type" "long" }, "employees count technical" { "type" "long" }, "employees count consulting" { "type" "long" }, "employees count operations" { "type" "long" }, "employees count product" { "type" "long" }, "employees count general management" { "type" "long" }, "employees count administrative" { "type" "long" }, "employees count customer service" { "type" "long" }, "employees count project management" { "type" "long" }, "employees count design" { "type" "long" }, "employees count research" { "type" "long" }, "employees count trades" { "type" "long" }, "employees count real estate" { "type" "long" }, "employees count education" { "type" "long" }, "employees count other department" { "type" "long" } } }, "employees count breakdown by department by month" { "type" "nested", "properties" { "employees count breakdown by department" { "type" "object", "properties" { "employees count sales" { "type" "long" }, "employees count hr" { "type" "long" }, "employees count legal" { "type" "long" }, "employees count marketing" { "type" "long" }, "employees count finance" { "type" "long" }, "employees count technical" { "type" "long" }, "employees count consulting" { "type" "long" }, "employees count operations" { "type" "long" }, "employees count product" { "type" "long" }, "employees count general management" { "type" "long" }, "employees count administrative" { "type" "long" }, "employees count customer service" { "type" "long" }, "employees count project management" { "type" "long" }, "employees count design" { "type" "long" }, "employees count research" { "type" "long" }, "employees count trades" { "type" "long" }, "employees count real estate" { "type" "long" }, "employees count education" { "type" "long" }, "employees count other department" { "type" "long" } } }, "date" { "type" "date", "format" "yyyymm" } } }, "employees count breakdown by region" { "properties" { "employees count eastern europe" { "type" "long" }, "employees count latin america" { "type" "long" }, "employees count southern europe" { "type" "long" }, "employees count sub saharan africa" { "type" "long" }, "employees count central asia" { "type" "long" }, "employees count northern america" { "type" "long" }, "employees count australia new zealand" { "type" "long" }, "employees count northern europe" { "type" "long" }, "employees count south eastern asia" { "type" "long" }, "employees count polynesia" { "type" "long" }, "employees count southern asia" { "type" "long" }, "employees count northern africa" { "type" "long" }, "employees count melanesia" { "type" "long" }, "employees count western europe" { "type" "long" }, "employees count western asia" { "type" "long" }, "employees count eastern asia" { "type" "long" }, "employees count micronesia" { "type" "long" }, "employees count unknown" { "type" "long" } } }, "employees count breakdown by region by month" { "type" "nested", "properties" { "employees count breakdown by region" { "type" "object", "properties" { "employees count eastern europe" { "type" "long" }, "employees count latin america" { "type" "long" }, "employees count southern europe" { "type" "long" }, "employees count sub saharan africa" { "type" "long" }, "employees count central asia" { "type" "long" }, "employees count northern america" { "type" "long" }, "employees count australia new zealand" { "type" "long" }, "employees count northern europe" { "type" "long" }, "employees count south eastern asia" { "type" "long" }, "employees count polynesia" { "type" "long" }, "employees count southern asia" { "type" "long" }, "employees count northern africa" { "type" "long" }, "employees count melanesia" { "type" "long" }, "employees count western europe" { "type" "long" }, "employees count western asia" { "type" "long" }, "employees count eastern asia" { "type" "long" }, "employees count micronesia" { "type" "long" }, "employees count unknown" { "type" "long" } } }, "date" { "type" "date", "format" "yyyymm" } } }, "employees count by country" { "type" "nested", "properties" { "country" { "type" "text" }, "employee count" { "type" "long" } } }, "employees count by country by month" { "type" "flattened" }, "key executives" { "type" "flattened" }, "key employee change events" { "type" "nested", "properties" { "employee change event name" { "type" "text" }, "employee change event date" { "type" "date", "format" "yyyy mm dd" }, "employee change event url" { "type" "text" } } }, "key executive arrivals" { "type" "flattened" }, "key executive departures" { "type" "flattened" }, "employees count change" { "properties" { "current" { "type" "long" }, "change monthly" { "type" "long" }, "change monthly percentage" { "type" "double" }, "change quarterly" { "type" "long" }, "change quarterly percentage" { "type" "double" }, "change yearly" { "type" "long" }, "change yearly percentage" { "type" "double" } } }, "employees count by month" { "type" "nested", "properties" { "employees count" { "type" "long" }, "date" { "type" "date", "format" "yyyy mm" } } }, "professional network followers count change" { "properties" { "current" { "type" "long" }, "change monthly" { "type" "long" }, "change monthly percentage" { "type" "double" }, "change quarterly" { "type" "long" }, "change quarterly percentage" { "type" "double" }, "change yearly" { "type" "long" }, "change yearly percentage" { "type" "double" } } }, "professional network followers count by month" { "type" "nested", "properties" { "follower count" { "type" "long" }, "date" { "type" "date", "format" "yyyy mm" } } }, "active job postings count change" { "properties" { "current" { "type" "long" }, "change monthly" { "type" "long" }, "change monthly percentage" { "type" "double" }, "change quarterly" { "type" "long" }, "change quarterly percentage" { "type" "double" }, "change yearly" { "type" "long" }, "change yearly percentage" { "type" "double" } } }, "product reviews score change" { "properties" { "current" { "type" "double" }, "change monthly" { "type" "double" }, "change quarterly" { "type" "double" }, "change yearly" { "type" "double" } } }, "product reviews score by month" { "type" "nested", "properties" { "product reviews score" { "type" "double" }, "date" { "type" "date", "format" "yyyy mm" } } }, "total website visits change" { "properties" { "current" { "type" "long" }, "change monthly" { "type" "long" }, "change monthly percentage" { "type" "double" }, "change quarterly" { "type" "long" }, "change quarterly percentage" { "type" "double" }, "change yearly" { "type" "long" }, "change yearly percentage" { "type" "double" } } }, "total website visits by month" { "type" "nested", "properties" { "total website visits" { "type" "long" }, "date" { "type" "date", "format" "yyyy mm" } } }, "employee reviews score aggregated change" { "properties" { "current" { "type" "double" }, "change monthly" { "type" "double" }, "change quarterly" { "type" "double" }, "change yearly" { "type" "double" } } }, "employee reviews score aggregated by month" { "type" "nested", "properties" { "aggregated score" { "type" "double" }, "date" { "type" "date", "format" "yyyy mm" } } }, "employee reviews score business outlook change" { "properties" { "current" { "type" "double" }, "change monthly" { "type" "double" }, "change quarterly" { "type" "double" }, "change yearly" { "type" "double" } } }, "employee reviews score business outlook by month" { "type" "nested", "properties" { "business outlook score" { "type" "double" }, "date" { "type" "date", "format" "yyyy mm" } } }, "employee reviews score career opportunities change" { "properties" { "current" { "type" "double" }, "change monthly" { "type" "double" }, "change quarterly" { "type" "double" }, "change yearly" { "type" "double" } } }, "employee reviews score career opportunities by month" { "type" "nested", "properties" { "career opportunities score" { "type" "double" }, "date" { "type" "date", "format" "yyyy mm" } } }, "employee reviews score ceo approval change" { "properties" { "current" { "type" "double" }, "change monthly" { "type" "double" }, "change quarterly" { "type" "double" }, "change yearly" { "type" "double" } } }, "employee reviews score ceo approval by month" { "type" "nested", "properties" { "ceo approval score" { "type" "double" }, "date" { "type" "date", "format" "yyyy mm" } } }, "employee reviews score compensation benefits change" { "properties" { "current" { "type" "double" }, "change monthly" { "type" "double" }, "change quarterly" { "type" "double" }, "change yearly" { "type" "double" } } }, "employee reviews score compensation benefits by month" { "type" "nested", "properties" { "compensation benefits score" { "type" "double" }, "date" { "type" "date", "format" "yyyy mm" } } }, "employee reviews score culture values change" { "properties" { "current" { "type" "double" }, "change monthly" { "type" "double" }, "change quarterly" { "type" "double" }, "change yearly" { "type" "double" } } }, "employee reviews score culture values by month" { "type" "nested", "properties" { "culture values score" { "type" "double" }, "date" { "type" "date", "format" "yyyy mm" } } }, "employee reviews score diversity inclusion change" { "properties" { "current" { "type" "double" }, "change monthly" { "type" "double" }, "change quarterly" { "type" "double" }, "change yearly" { "type" "double" } } }, "employee reviews score diversity inclusion by month" { "type" "nested", "properties" { "diversity inclusion score" { "type" "double" }, "date" { "type" "date", "format" "yyyy mm" } } }, "employee reviews score recommend change" { "properties" { "current" { "type" "double" }, "change monthly" { "type" "double" }, "change quarterly" { "type" "double" }, "change yearly" { "type" "double" } } }, "employee reviews score recommend by month" { "type" "nested", "properties" { "recommend score" { "type" "double" }, "date" { "type" "date", "format" "yyyy mm" } } }, "employee reviews score senior management change" { "properties" { "current" { "type" "double" }, "change monthly" { "type" "double" }, "change quarterly" { "type" "double" }, "change yearly" { "type" "double" } } }, "employee reviews score senior management by month" { "type" "nested", "properties" { "senior management score" { "type" "double" }, "date" { "type" "date", "format" "yyyy mm" } } }, "employee reviews score work life balance change" { "properties" { "current" { "type" "double" }, "change monthly" { "type" "double" }, "change quarterly" { "type" "double" }, "change yearly" { "type" "double" } } }, "employee reviews score work life balance by month" { "type" "nested", "properties" { "work life balance score" { "type" "double" }, "date" { "type" "date", "format" "yyyy mm" } } }, "expired domain" { "type" "boolean" }, "unique domain" { "type" "boolean" }, "unique website" { "type" "boolean" }, "last updated at" { "type" "date", "format" "yyyy mm dd" }, "created at" { "type" "date", "format" "yyyy mm dd" }, "company updates" { "type" "nested", "properties" { "followers" { "type" "long" }, "date" { "type" "keyword", "null value" "null" }, "description" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "reactions count" { "type" "long" }, "comments count" { "type" "long" }, "reshared post author" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "reshared post author url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "reshared post author headline" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "reshared post description" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "reshared post followers" { "type" "long" }, "reshared post date" { "type" "keyword", "null value" "null" } } } } } } sorting options you can choose between two sorting options sort by id or score if you omit the sort part entirely, the sorting will be by id by default sorting by score enables you to view search results in order of relevance, with the most relevant items appearing first sorting by id arranges the list of ids in ascending order, starting from the smallest value and progressing to the largest choose the sorting type in the sort section of the endpoint payload endpoint payload { "query" {}, "sort" \[ null ] } sort by score { "query" { "match" { "company name" { "query" "google", "operator" "and" } } }, "sort" \[ " score" ] } sort by id { "query" { "match" { "company name" { "query" "google", "operator" "and" } } }, "sort" \[ "id" ] } limitations we do not own the functions and syntax that this endpoint operates in for all specific elasticsearch dsl information, please refer to their official documentation the endpoint accepts the query object of a standard elasticsearch request no matter the content of the query, the search only returns record ids (like all other search endpoints) queries in this endpoint are limited to 15,000 characters the maximum number of clauses a booleanquery can contain (number of boolean operators within the query) is 1024 more information on elasticsearch dsl do your elasticsearch dsl endpoints support analytics features? no, the analytics features are not supported in our elasticsearch dsl endpoints is it possible to search for a boolean value? yes the elastic search query itself includes a parameter bool that indicates to return results if they meet the criteria is there a way to exclude results? use an elastic search boolean query with a must not clause