PowerPlatformConnectors/independent-publisher-conne.../New York Times
RoyPaarMS 7be64f10c8
New York Times (Independent Publisher) (#1193)
* New York Times (Independent Publisher)

Initial Commit

* New York Times (Independent Publisher)

Updated readme

* New York Times (Independent Publisher)

Updated readme.

* New York Times (Independent Publisher)

Changes request by Srikanth
2021-11-01 18:36:42 -07:00
..
apiDefinition.swagger.json New York Times (Independent Publisher) (#1193) 2021-11-01 18:36:42 -07:00
apiProperties.json New York Times (Independent Publisher) (#1193) 2021-11-01 18:36:42 -07:00
readme.md New York Times (Independent Publisher) (#1193) 2021-11-01 18:36:42 -07:00

readme.md

New York Times

The New York Times allows anyone to search articles by keyword, date, section, and popularity. This connector allows a user to pull this data into their app, flow, or report.

Publisher: Roy Paar

Prerequisites

This API uses an API key. Register on the NYTimes Developer Portal (https://developer.nytimes.com/) for a free account. Then create an application. Then add the following three APIs to the application. Copy and paste the API key into the Power Platform connection.

  1. Article Search API - Use the Article Search API to look up NYTimes articles by keyword.
  2. Top Stories API - The Top Stories API returns an array of NYTimes articles currently on the specified section.
  3. Most Popular API - The Most Popular API returns the most popular articles on NYTimes.com based on views.

Supported Operations

Article Search

Get a list of articles by keyword. Enter a keyword into the 'q' field and optionally filter by begin_date or end_date.

Top Stories

Get a list of top stories by section. Available sections are arts, automobiles, books, business, fashion, food, health, home, insider, magazine, movies, nyregion, obituaries, opinion, politics, realestate, science, sports, sundayreview, technology, theater, t-magazine, travel, upshot, us, and world.

Most Viewed

Get a list of articles by popularity (number of views). Choose a time period of 1, 7, or 30 days.

API Documentation

https://developer.nytimes.com/apis

Known Issues and Limitations

None.