Get new items since a cursor
sync_newsIncremental feed: returns items added after after, oldest first, plus a new cursor. Call again with that cursor to get only what is new.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Comma-separated: article, press_release, official, community, research, sponsored | |
| lang | No | Comma-separated ISO 639-1 codes, e.g. "en,es" | |
| after | Yes | The cursor returned by your previous sync_news call; 0 to start from the oldest retained item | |
| limit | No | ||
| since | No | Only items published at/after this: RFC 3339, a date, or an age like "6h", "2d" | |
| topic | No | Comma-separated topics, e.g. "space,science" | |
| until | No | Only items published at/before this | |
| format | No | md: readable with summaries; lines: tab-separated, fewest tokens; ndjson/json: full records | md |
| source | No | Comma-separated source ids (see list_sources) or publisher domains | |
| country | No | Comma-separated ISO 3166-1 alpha-2 codes of the publisher's country, e.g. "US,GB" | |
| category | No | Comma-separated IPTC top-level categories: arts-culture-entertainment, conflict-war, crime-law, disaster-accident, economy-business, education, environment, health, human-interest, labour, lifestyle-leisure, politics, religion, science-technology, society, sport, weather | |
| tone_max | No | ||
| tone_min | No | Only items with tone ≥ this (-1 most negative … 1 most positive) | |
| political | No | true: political stories only (political score ≥ 0.5); false: non-political only | |
| sentiment | No | Comma-separated: negative, neutral, positive | |
| sponsored | No | Paid press releases are labeled; exclude to omit them | include |