Search LinkedIn industries
Search LinkedIn industry codes by name or category. Returns matching industries with their numeric ID, label, and hierarchy path.
Use the returned id values as the author_industry filter when calling POST /data/linkedin/posts/search.
Read-only — this endpoint does not consume credits.
Authorization
bearerAuth Organization API key from Integrations → API keys.
In: header
Query Parameters
Search term to filter industries by name, hierarchy, or description.
1 <= length <= 100Page number (1-indexed). Defaults to 1.
1 <= value1Response Body
application/json
application/json
curl -X GET "https://example.com/data/linkedin/industries"{ "requestId": "string", "industries": [ { "id": 0, "label": "string", "hierarchy": "string" } ], "meta": { "total": 0, "page": 0, "pageCount": 0, "pageSize": 0 }}{ "requestId": "01HXYZABCDEF", "error": { "code": "unauthorized", "message": "Invalid or revoked API key." }}Search Tweets POST
Search public posts on X (Twitter). ### Credits Each **successful** response deducts **2 credits** from your organization. Requests that fail (4xx / 5xx) are not billed. See the [credits documentation](https://snitchfeed.com/docs/api/credits) for the full rate table.
Search LinkedIn posts POST
Search public LinkedIn posts. > **Recommended client timeout: 90 seconds.** Most requests resolve in 2-5 seconds, but set your HTTP client timeout to at least 90 seconds to avoid false timeouts on slower queries. ### Credits Each **successful** response deducts **4 credits** from your organization. Requests that fail (4xx / 5xx) are not billed. See the [credits documentation](https://snitchfeed.com/docs/api/credits) for the full rate table.