Appearance
Article Counts
Get article count graphs across different categories
🚧 Access Limitation Notice:
The Company Insights Cards API endpoint is only available for entities that have been validated and uniquely identified by our curation team. This ensures high-quality, accurate insights about your companies of interest.
Query Parameters
| Parameter | Required | Description |
|---|---|---|
intervalType | Yes | Time interval (LAST_7_DAYS, LAST_30_DAYS, LAST_3_MONTHS, LAST_6_MONTHS, LAST_1_YEAR) |
requestType | Yes | Must be set to insightCard |
JSON Body Parameters:
| Parameter | Required | Description |
|---|---|---|
articleCountTypes | Yes | Type of articles to count (see table below) |
searchLayers | Yes | JSON object specifying company ID (see example below) |
Available articleCountTypes:
| Value | Description |
|---|---|
NEWS | News articles (industry bundle and news, tier3) |
ALL_FEEDLY | All Feedly articles (all-topics, tier3) |
FUNDING_EVENTS | Funding events articles |
HIRING | Hiring articles |
IPO | IPO articles |
LAYOFFS | Layoffs articles |
LEADERSHIP_CHANGES | Leadership changes articles |
LOCATIONS_EXPANSIONS | Location expansions articles |
MERGERS_AND_ACQUISITIONS | M&A articles |
PARTICIPATION_IN_AN_EVENT | Event participation articles |
PARTNERSHIPS | Partnership articles |
PRODUCT_LAUNCHES | Product launch articles |
GENERATIVE_AI | Generative AI articles |
INNOVATIONS | Innovation articles |
NEW_PATENTS | Patent articles |
ESG | ESG articles |
SUSTAINABILITY | Sustainability articles |
OpenAPI definition
json
{
"openapi": "3.1.0",
"info": {
"title": "ML Endpoint",
"version": "1.0"
},
"servers": [
{
"url": "https://api.feedly.com/v3/ml"
}
],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "header",
"name": "Authorization",
"x-bearer-format": "bearer"
}
}
},
"security": [
{
"sec0": []
}
],
"paths": {
"/memes/article-count-graphs": {
"post": {
"summary": "Article Counts",
"description": "Get article count graphs across different categories",
"operationId": "article-counts",
"parameters": [
{
"name": "intervalType",
"in": "query",
"description": "Time interval (LAST_7_DAYS, LAST_30_DAYS, LAST_3_MONTHS, LAST_6_MONTHS, LAST_1_YEAR)",
"required": true,
"schema": {
"type": "string",
"default": "LAST_7_DAYS"
}
},
{
"name": "requestType",
"in": "query",
"description": "Must be set to insightCard",
"required": true,
"schema": {
"type": "string",
"default": "insightCard"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"RAW_BODY"
],
"properties": {
"RAW_BODY": {
"type": "string",
"description": "See table below",
"default": "{\"articleCountTypes\":[\"NEWS\"],\"searchLayers\":[{\"parts\":[{\"id\":\"nlp/f/entity/gz:org:openai\"}],\"salience\":\"mention\",\"type\":\"matches\"}]}",
"format": "json"
}
}
}
}
}
},
"responses": {
"200": {
"description": "200",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"400": {
"description": "400",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
}
},
"deprecated": false
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true
},
"x-readme-fauxas": true,
"_id": "660334c44e14a80012542b9a:67d1ae516b84d200302e59f6"
}