N
NewsAPI
/everything
Search articles
Search news articles by keyword, date range and language.
needs keyunknown
newsarticlesmedia monitoring
$0.00020
per result + $0.004 call
plus $0.001 platform fee per run
Bring your own NewsAPI key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run newsapi /everything for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Query |
| from | string | YYYY-MM-DD |
| language | string | Lang default "en" |
| sort | string | relevancy, popularity, publishedAt default "publishedAt" |
| limit | number | Max (100) default 20 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"newsapi","endpoint":"/everything","input":{"query":"...","language":"en","sort":"publishedAt","limit":20}}'cli
npx cracked-ai run -p newsapi -e /everything -i '{"query":"...","language":"en","sort":"publishedAt","limit":20}'mcp
run_tool({ provider: "newsapi", endpoint: "/everything", input: {"query":"...","language":"en","sort":"publishedAt","limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.