Openai: List News
Openai via Parse · developer_tools
Retrieves OpenAI news articles from the official RSS feed. Articles include title, description, URL, category, and publication date. Results are ordered by publication date (newest first). When a category is specified, only articles matching that category are returned. When a query is specified, only articles whose title or description contains the keyword (case-insensitive) are returned. Access OpenAI news articles and API model information from openai.com Fulfilled by Parse from openai.com.
- b2b-directory
- developer-tools
- news-media
- openai
- openai-com
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/39e8ab94-394d-467d-8099-aa0478b4adee/list_news
- Interface artifact
- sha256:66db95f183e360faff3dadde7d64c0e39c8cb9e9a821a83a2f5ec1d653d2dbf4
- Manifest digest
- sha256:1d7a48f07ee3c4aee794af4ddf63c5824e5d0ad49ccab26f2fa72aacf6adc31e
Request fields
- limit (integer): Maximum number of articles to return.
- query (string): Filter articles to those whose title or description contains this keyword or phrase (case-insensitive).
- category (string): Filter articles by category.: Allowed values: Safety, Product, Research, Engineering, Security, Global Affairs, AI Adoption, Applied AI, Company, OpenAI Academy
Example queries
- {"limit":"10","query":"AI","category":"Safety"}