Articles, category and company tags, funding rounds, search, and journalists.
Article Search
ASYNCREADNo auth
Returns articles matching a full-text query with optional date filtering.
ParametersFormJSON
Search keywords e.g. OpenAI funding, Series A
Articles after this date YYYY-MM-DD
Articles before this date YYYY-MM-DD
Page number
Articles per page, 1-100
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "tc_search", "params": { "query": "OpenAI" } }'