TOOL API
get_ company_ honor
Get company honors and qualifications by company name, supports pagination when honors exceed 20 :param company_name: company name, supports fuzzy search :param page_index: page number, starts from 1, returns all data when page_index is 0 :return: Response: status_code: status code, 1 for success, others for failure status_message: status message searched_company: actual searched company name detail_link: detail link data: page_size: page size page_index: current page total: total honors items: honor list, each includes honor_name: honor name honor_level: honor level publish_org: publishing organization publish_date: publish date start_date: honor start date end_date: honor end date
Call information
- Tool slug
- enterprise-info.get_company_honor
- Provider
- Enterprise Info
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
company_namerequired企业名称, 支持模糊搜索
page_index页码,从1开始计数, 当page_index为0时,返回全部数据