GET /Search/query/

Class: Search, Method: query

执行搜索查询,由此根据特定搜索条件检索包含新闻资讯和报告文档的搜索结果。
XSD Schema
JSON Schema

路径参数

名称 描述 类型 需要 默认
response_format 响应数据格式。默认为json。
Accepted Values: [ json,xml]
String json

查询参数

名称 描述 类型 需要 默认
countries 国家代码列表 Array
languages 语言代码列表 Array en
formats 文件格式索引表 Array 1,4,2,3
companies 公司ID列表 Array
industries NAICS行业代码列表 Array
topics 主题代码列表 Array
sourceTypes 来源类型代码列表 Array
publications 出版物代码列表 Array
publicationTypes 出版物类型代码列表 Array
startDate ISO格式起始日期 String
endDate ISO格式结束日期 String
updatedAfterDate Filters only the documents, which are updated in the database after the defined date. The date is in ISO format String
term 搜索词 String
scope 搜索范围 String everywhere
startDocumentId 开始文档ID Integer
offset 搜索结果偏移量 Integer 0
limit 要返回的最大记录数 Integer 25
order 排序顺序 String newest
skipDuplicates 表示何时应跳过所找到的重复项 Integer True
includeBody 表示何时纳入正文内容 Integer False
index Null

响应

状态码 描述 类型
200 Returns response result. Result < Search >
400 Returns API error. ApiError[]
API查询生成器
查询
查询结果