All Articles
GET {{baseUrl}}/v1/all?from=2024-08-01&topic=AI
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | null | String. Search query, each article will be scored and ranked against it. Articles are searched on the title, description, and content fields. | |
title | null | String. Search article headlines/title field. Semantic similar to q parameter | |
desc | null | String. Search query on the description field. Semantic similar to q parameter. | |
content | null | String. Search query on the article's body of content field. Semantic similar to q parameter. | |
url | null | String. Search query on the url field. Semantic similar to q parameter. E.g. could be used for querying certain website sections, e.g. source=cnn.com&url=travel. | |
articleId | null | String. Article ID will search for a news article by the ID of the article. If several parameters are passed, all matched articles will be returned. | |
clusterId | null | String. Search for related content using a cluster ID. Passing a cluster ID will filter results to only the content found within the cluster. | |
from | string | Date. 'from' filter, will search articles published after the specified date, the date could be passed as ISO or 'yyyy-mm-dd'. Add time in ISO format, ie. 2022-02-01T23:59:59. | |
to | null | Date. 'to' filter, will search articles published before the specified date, the date could be passed as ISO or 'yyyy-mm-dd'. Add time in ISO format, ie. 2022-02-01T23:59:59. | |
addDateFrom | null | Date. 'addDateFrom' filter, will search articles added after the specified date, the date could be passed as ISO or 'yyyy-mm-dd'. Add time in ISO format, ie. 2022-02-01T00:00:00. | |
addDateTo | null | Date. 'addDateTo' filter, will search articles added before the specified date, the date could be passed as ISO or 'yyyy-mm-dd'. Add time in ISO format, ie. 2022-02-01T23:59:59. | |
refreshDateTo | null | Date. Will search articles that were refreshed before the specified date. The date could be passed as ISO or 'yyyy-mm-dd'. Add time in ISO format, ie. 2022-02-01T23:59:59. | |
refreshDateFrom | null | Date. Will search articles that were refreshed after the specified date. The date could be passed as ISO or 'yyyy-mm-dd'. Add time in ISO format, ie. 2022-02-01T00:00:00. | |
medium | null | String. Medium will filter out news articles medium, which could be 'Video' or 'Article'. If several parameters are passed, all matched articles will be returned. | |
source | null | String. Publisher's domain can include a subdomain. If multiple parameters are passed, they will be applied as OR operations. Wildcards (* and ?) are suported (e.g. *.cnn.com) | |
sourceGroup | null | String. One of the supported source groups. Find Source Groups in the guided part of our documentation | |
excludeSource | null | String. The domain of the website, which should be excluded from the search. Multiple parameters could be provided. Wildcards (* and ?) are suported (e.g. *.cnn.com). | |
paywall | null | String. Filter to show only results where the source has a paywall (true) or does not have a paywall (false). | |
byline | null | String. Author names to filter by. Article author bylines are used as a source field. If multiple parameters are passed, they will be applied as OR operations. | |
journalistId | null | String. Filter by journalist ID. Journalist IDs are unique journalist identifiers which can be found through the Journalist API, or in the matchedAuthors field. | |
language | null | String. Language code to filter by language. If multiple parameters are passed, they will be applied as OR operations. | |
searchTranslation | null | Boolean. Expand a query to search the translation, translatedTitle, and translatedDescription fields for non-English articles. | |
label | null | String. Labels to filter by, could be 'Opinion', 'Paid-news', 'Non-news', etc. If multiple parameters are passed, they will be applied as OR operations. | |
excludeLabel | null | String. Exclude results that include specific labels (Opinion, Non-news, Paid News, etc.). You can filter multiple by repeating the parameter. | |
category | null | String. Filter by categories. Categories are general themes that the article is about. Examples of categories: Tech, Politics, etc. If multiple parameters are passed, they will be applied as OR operations. Use 'none' to search uncategorized articles. | |
topic | string | String. Filter by topics. Each topic is some kind of entity that the article is about. Examples of topics: Markets, Joe Biden, Green Energy, Climate Change, Cryptocurrency, etc. If multiple parameters are passed, they will be applied as OR operations | |
linkTo | null | String. Returns only articles that point to specified links (as determined by the 'links' field in the article response). | |
showReprints | null | Boolean. Whether to return reprints in the response or not. Reprints are usually wired articles from sources like AP or Reuters that are reprinted in multiple sources at the same time. By default, this parameter is 'true'. | |
reprintGroupId | null | String. Shows all articles belonging to the same reprint group. A reprint group includes one original article (the first one processed by the API) and all its known reprints. | |
city | null | String. Filter local news by city. Applies only to local news, when this param is passed non-local news will not be returned. If multiple parameters are passed, they will be applied as OR operations. | |
area | null | String. Filter local news by area. Applies only to local news, when this param is passed non-local news will not be returned. If multiple parameters are passed, they will be applied as OR operations. | |
state | null | String. Filter local news by state. Applies only to local news, when this param is passed non-local news will not be returned. If multiple parameters are passed, they will be applied as OR operations. | |
country | null | String. Country code to filter by country. If multiple parameters are passed, they will be applied as OR operations. | |
location | null | String. Return all articles that have the specified location. Location attributes are delimited by ':' between key and value, and '::' between attributes. Example: 'city:New York::state:NY'. | |
lat | null | Float. Latitude of the center point to search places | |
lon | null | Float. Longitude of the center point to search places | |
maxDistance | null | Integer. Maximum distance from starting point to search articles by tagged places. | |
sourceCity | null | String. Find articles published by sources that are located within a given city. | |
sourceCounty | null | String. Find articles published by sources that are located within a given county. | |
sourceState | null | State. Find articles published by sources that are located within a given state. | |
sourceCountry | null | Find articles published by sources that are located within a given country. Must be 2 character country code (i.e. us, gb, etc). | |
sourceLon | null | Float. Latitude of the center point to search articles created by local publications. |
|
| sourceLat
| null | | Float. Latitude of the center point to search articles created by local publications. |
| sourceMaxDistance
| null | | int32. Maximum distance from starting point to search articles created by local publications. |
| personWikidataId
| null | | String array. List of person Wikidata IDs for filtering. |
| personName
| null | | String array. List of person names for exact matches. Boolean and complex logic is not supported on this paramter. |
| companyId
| null | | String array. List of company IDs to filter by. |
| companyName
| null | | String. Search by company name. |
| companyDomain
| null | | String. Search by company domains for filtering. E.g. companyDomain=apple.com. |
| companySymbol
| null | | String array. Search by company symbols. |
| page
| null | | int32. Zero-based page number. From 0 to 10000. See the Pagination section for limitations. |
| size
| number | | int32. Number of articles returned per page, from 0 to 100. |
| sortBy
| null | | String. 'relevance' to sort by relevance to the query, 'date' to sort by the publication date (desc), 'pubDate' is a synonym to 'date', 'addDate' to sort by 'addDate' field (desc), 'refreshDate' to sort by 'refreshDate' field (desc). |
| showNumResults
| boolean | | Boolean. Whether to show the total number of all matched articles. Default value is false which makes queries a bit more efficient but also counts up to 10000 articles. |
| apiKey
| null | | String. Can be found on the API Key page https://www.goperigon.com/account/api-key |
RESPONSES
status: OK
{"status":200,"numResults":10000,"articles":[{"url":"https://d1softballnews.com/apple-apple-apple-and-apple/","authorsByline":"","articleId":"46d1045cf9184e37a76284d30101f573","clusterId":"384e5e86caa54b4e9e4333e5dc16ee19","source":{"domain":"d1softballnews.com","location":null},"imageUrl":"https://andro4all.com/hero/2022/01/iphone-13.jpg?width=1200\u0026aspect_ratio=1200:631","country":"us","language":"en","pubDate":"2022-03-23T12:19:26+00:00","addDate":"2022-03-23T13:23:02.484932+00:00","refreshDate":"2022-03-23T13:23:02.484934+00:00","score":54.456276,"title":"Apple, Apple, Apple and Apple","description":"Apple, Apple, Apple and Apple D1SoftballNews","content":"Apple was the premium smartphone manufacturer that sold the most units in all regions of the world in 2021.\n\nWe recently told you that the research company Counterpoint Research published a list of the 10 best-selling smartphones in the world in 2021, of which 7 were iPhone and only 3 were Android.\n\nWell, now the analysts of this medium have published a new report with global data on sales of premium terminals in 2021which comes to confirm the absolute dominance of Apple in this segment in all regions of the world.\n\nApple continues to dominate the global smartphone market with a great advantage over its competitors\n\nAccording to this report, Apple dominated the global smartphone market in 2021 with a market share of 60%, which represents an increase of 5% compared to the previous year. It is the first time that the Cupertino company has reached this level of sales since 2017 and it is all thanks to the arrival of 5G to the iPhone 12 and iPhone 13 seriessomething that has further boosted sales of Apple smartphones.\n\nSecond place in this ranking is held by Samsung with a market share of 17%, 3% less than the previous year. In this case, according to analysts at Counterpoint Research, the sales of the Korean manufacturer in the premium segment they focused on the Galaxy S21 series and its third generation of folding terminalsthe Galaxy Z Fold 3 and Galaxy Z Flip 3, which were presented in the second half of 2021 and which had a fairly good level of sales in regions such as South Korea, North America and Western Europe.\n\nHowever, Samsung’s sales volume was reduced due to the absence of new terminals within the Note range and the Galaxy FE range and, of course, due to the shortage of chips that affected the supply of the Korean firm.\n\nThe third step of this ranking is occupied by the Chinese manufacturer Huawei with a market share of 6%, which represents a decrease of 7% compared to the previous year and fourth place goes to Xiaomi, with a market share of 5%, 2% more than in 2020.\n\nIn addition, as you can see in the image that we leave you on these lines, Apple was the manufacturer that sold the most premium smartphones in all regions of the worldincluding China, where it reached its highest market share to date in the last quarter of 2021. In second place in this classification with the 5 brands that sold the most premium terminals in 2021, we find Samsung again, which occupied this position in all regions except China and Indiain which Huawei and OnePlus respectively held this position.\n\nFinally, at the global level, premium smartphone sales grew 24% year-on-year in 2021thus reaching its highest share to date in global sales of smart terminals, 27%.\n\nSign up for Disney + for 8.99 euros and without permanence Subscribe to Disney+!","medium":"Article","links":[],"labels":[],"matchedAuthors":[],"claim":"","verdict":"","keywords":[{"name":"premium smartphone sales","weight":0.099491},{"name":"global sales","weight":0.09169554},{"name":"Apple smartphones","weight":0.08594234},{"name":"year","weight":0.08087662},{"name":"Galaxy Z Flip","weight":0.08075974},{"name":"Galaxy Z Fold","weight":0.08066937},{"name":"sales","weight":0.079959534},{"name":"Galaxy S21 series","weight":0.0749254},{"name":"Galaxy FE","weight":0.07252473},{"name":"regions","weight":0.0703308}],"topics":[{"name":"Apple"}],"categories":[{"name":"Sports"}],"entities":[{"data":"Apple","type":"ORG","mentions":6},{"data":"Counterpoint Research","type":"ORG","mentions":2},{"data":"Samsung","type":"ORG","mentions":2},{"data":"Huawei","type":"ORG","mentions":2},{"data":"Xiaomi","type":"ORG","mentions":1},{"data":"Indiain","type":"ORG","mentions":1},{"data":"OnePlus","type":"ORG","mentions":1},{"data":"Disney +","type":"ORG","mentions":2},{"data":"iPhone","type":"PRODUCT","mentions":2},{"data":"Android","type":"PRODUCT","mentions":1},{"data":"5","type":"PRODUCT","mentions":1},{"data":"Galaxy S21 series","type":"PRODUCT","mentions":2},{"data":"Galaxy Z Fold 3","type":"PRODUCT","mentions":2},{"data":"Note","type":"PRODUCT","mentions":1},{"data":"Cupertino","type":"GPE","mentions":1},{"data":"South Korea","type":"GPE","mentions":1},{"data":"China","type":"GPE","mentions":2},{"data":"Korean","type":"NORP","mentions":2},{"data":"Chinese","type":"NORP","mentions":1},{"data":"North America","type":"LOC","mentions":1},{"data":"Western Europe","type":"LOC","mentions":1}],"sentiment":{"positive":0.53296626,"negative":0.38042688,"neutral":0.086606845},"summary":"\n\nWell, now the analysts of this medium have published a new report with global data on sales of premium terminals in 2021which comes to confirm the absolute dominance of Apple in this segment in all regions of the world. It is the first time that the Cupertino company has reached this level of sales since 2017 and it is all thanks to the arrival of 5G to the iPhone 12 and iPhone 13 seriessomething that has further boosted sales of Apple smartphones. In this case, according to analysts at Counterpoint Research, the sales of the Korean manufacturer in the premium segment they focused on the Galaxy S21 series and its third generation of folding terminalsthe Galaxy Z Fold 3 and Galaxy Z Flip 3, which were presented in the second half of 2021 and which had a fairly good level of sales in regions such as South Korea, North America and Western Europe. \n\nFinally, at the global level, premium smartphone sales grew 24% year-on-year in 2021thus reaching its highest share to date in global sales of smart terminals, 27%.\n\nSign up for Disney + for 8.99 euros and without permanence Subscribe to Disney+!","translation":"","locations":[],"reprint":false,"reprintGroupId":"0962c156a9ad49698d0abbf06bccf865","places":null},{"url":"https://www.youtube.com/watch?v=nqZy01a4D4o","authorsByline":"","articleId":"6bb34980f91d42afbc46c2d4bf50cbf1","clusterId":"bc5aa04decc34745b191a4610eeecb31","source":{"domain":"youtube.com","location":null},"imageUrl":"https://i.ytimg.com/vi/nqZy01a4D4o/maxresdefault.jpg","country":"pt","language":"es","pubDate":"2022-09-07T21:30:11+00:00","addDate":"2022-09-09T05:34:39.558448+00:00","refreshDate":"2022-09-09T05:34:39.558449+00:00","score":51.89414,"title":"Apple Watch | Querida Apple | Apple","description":"Um homem de New Hampshire, nos Estados Unidos, é resgatado depois de cair em um rio congelado enquanto patinava. Um estudante do ensino médio escapa da visit...","content":"","medium":"Article","links":[],"labels":[],"matchedAuthors":[],"claim":"","verdict":"","keywords":[],"topics":[{"name":"Apple"},{"name":"Apple Watch"},{"name":"Electronics"}],"categories":[{"name":"Tech"}],"entities":[],"summary":"","translation":"","locations":[],"reprint":false,"reprintGroupId":"a6ca12bc41fa41c2a58644c298e07d1b","places":null},{"url":"https://www.letemsvetemapplem.eu/2023/10/25/apple-zdrazil-sve-sluzby-priplatime-si-za-apple-arcade-apple-tv-i-apple-one/","authorsByline":"Jiří Filip","articleId":"135e7798d6364563abb607f0713bf9e7","clusterId":"ab564ed8c2544d3fa0460c11882a5428","source":{"domain":"letemsvetemapplem.eu","location":null},"imageUrl":"https://www.letemsvetemapplem.eu/wp-content/uploads/2023/05/Apple-Arcade-new-games-hero.jpg","country":"ru","language":"sw","pubDate":"2023-10-25T14:14:57+00:00","addDate":"2023-10-25T14:23:54.297842+00:00","refreshDate":"2023-10-25T14:23:54.297845+00:00","score":51.01861,"title":"Apple zdražil Apple Arcade, Apple TV+ a Apple One","description":"Před malou chvílí Apple oznámil, že od nynějška zdražuje své služby Apple Arcade, Apple TV+ a Apple One, tedy balíček s několika předplatnými službami za zvýhodněnou cenu....","content":"Před malou chvílí Apple oznámil, že od nynějška zdražuje své služby Apple Arcade, Apple TV+ a Apple One, tedy balíček s několika předplatnými službami za zvýhodněnou cenu. Zdražení se sice zatím týká jen USA, což si ostatně můžete ověřit sami pohledem na české ceny, které svítí na oficiálních stránkách Applu, ale je zřejmě jen otázkou času, kdy zdražení doputuje i do dalších částí světa.\n\nApple zdražoval své služby už loni, přičemž tehdy nebylo navýšení cen vyloženě výrazné, na druhou stranu však ani zanedbatelné. Apple Music totiž tehdy o jeden dolar u individuálního předplatného a o dva u rodinného, Apple TV+ o dva dolary u měsíčního a o dvacet u ročního a co se týče Apple One, zde se zdražovalo v případě balíčku pro jednotlivce o dva dolary, u rodiny o tři dolary a v případě Premier balíčku o 3 dolary. V přepočtu jsme se tedy tehdy bavili o nárůstu mezi 25 až 75 Kč. Nyní pak ceny povyskočily následovně:\n\nJak tedy můžete sami vidět, ceny opět povyskočily o 2 až 3 dolary, přičemž největší skok zaznamenal Premier balíček u Apple One a to konkrétně o 5 dolarů. Ten je však u nás nedostupný. Budeme-li tedy brát v potaz primárně 2 až 3 dolary, bavíme se o zdražení kolem 46 až 69 Kč. To sice také není na první pohled moc, nicméně vzhledem k tomu, že se jedná o druhé zdražení za rok, už to člověk v součtu pozná. Doufejme tedy, že se v ČR zdražovat nyní nebude, když se u hardwaru nyní naopak zlevňovalo.","medium":"Article","links":["https://www.letemsvetemapplem.eu/category/iphone/","https://www.letemsvetemapplem.eu/author/roman/","https://www.letemsvetemapplem.eu/2022/09/01/proc-je-apple-pro-chude/"],"labels":[],"matchedAuthors":[{"id":null,"name":"Jiří Filip"}],"claim":"","verdict":"","keywords":[],"topics":[{"name":"Apple TV+"},{"name":"Apple "},{"name":"TV"},{"name":"Apple"}],"categories":[{"name":"Tech"}],"entities":[],"companies":[],"sentiment":{"positive":0.31733754,"negative":0.022887055,"neutral":0.65977544},"summary":"","translation":"Před malou chvílí Apple announced, že od nynějška zdražuje své služby Apple Arcade, Apple TV+ a Apple One, tedy pákiké s nělíko předplatnými službami za zvýhodněnou cenu. Zdražení se sice týká týká jen USA, čeko ostatně poměstné sami plégjem na české cény, kéré svítí on Apple's official website, ale je objektejen jen szávetka času, kdy zdražení doputuje i do other parts of the world.\n\nApple zdražoval své služby už loni, teghy nebylo navyšení cen vyloženě světní, na druho stranu početne ani zanedbatelné. Apple Music is only available for a single subscription, Apple TV+ is available for two monthly subscriptions, and two dollars for a single subscription. in the case of Premier packages o 3 dollars. V přepočtu jsme se tedy teghy bavi o přepoču mezi 25 až 75 Kč. Now, again, the prices are povyskočily následovné:\n\nAs you can see, prices have increased by 2 to 3 dollars, while the biggest jump has been recorded in the Premier package for Apple One, which has increased to 5 dollars. Ten je počet u nás nedostupný. Budeme-li tedy brát v potaz primárně 2 až 3 dolary, bavime se o zdražení kolem 46 až 69 Kč. To sice také néi na první přepj moc, že se žeže k tomu, že se edna o druhé zdražení za rok, už to červě v součtu pozna. Doufejme tedy, že se v ČR zdražovat nowe nebude, čebu se u hardwaru nowe nadre zlevnŔvalo.","translatedTitle":"Apple released Apple Arcade, Apple TV+ and Apple One","translatedDescription":"Préd malou chvílí Apple announced, že od nynějška zdražuje své služby Apple Arcade, Apple TV+ a Apple One, tedy pákeki s nékoli předplatnými službami za zvýhodněnou cenu....","translatedSummary":"Apple has released several new products, including Apple Arcade, Apple TV+ and Apple One. The company's služby is available for a single subscription, with Apple Music available for two monthly subscriptions and Apple TV+. The biggest increase in prices was in the Premier package for Apple One, which has increased to 5 dollars.","locations":[],"reprint":false,"reprintGroupId":"ce110994678a4fe29d891244a0395ab8","places":[],"people":[]},{"url":"https://bestgamingpro.com/apple-watch-apple-watch-3-apple-watch-sport-apple-watch-edition-apple-watch-2-apple-watch-3-apple-watch-edition-apple-watch/","authorsByline":"Dinu das","articleId":"bd7f99fe0f614b2e8b2a6653c5c5abed","clusterId":"2b09d209272a44cd954fe3f7c49ed315","source":{"domain":"bestgamingpro.com","location":null},"imageUrl":"","country":"gb","language":"en","pubDate":"2021-10-17T09:30:08+00:00","addDate":"2021-10-17T09:41:09.906432+00:00","refreshDate":"2021-10-17T09:41:09.906432+00:00","score":50.93535,"title":"Apple Watch, Apple Watch 3, Apple Watch Sport, Apple Watch Edition, Apple Watch 2, Apple Watch 3, Apple Watch Edition, Apple Watch.","description":"Apple Watch, Apple Watch 3, Apple Watch Sport, Apple Watch Edition, Apple Watch 2, Apple Watch 3, Apple Watch Edition, Apple Watch. Best gaming pro","content":"When the program was first announced in October 2020, Apple said it would cover faulty AirPods Pro for two years after the initial retail sale of the device.\n\nAffected AirPods Pro devices may have crackling or static sounds, and Active Noise Cancellation not working as intended.\n\nIf your AirPods Pro are suffering from an issue, Apple will replace them for free. Before the replacement, AirPods Pro units will be examined by experts. According to Apple, the faulty devices were produced prior to October 2020.","medium":"Article","labels":[],"matchedAuthors":[],"claim":"","verdict":"","keywords":[{"name":"AirPods Pro devices","weight":0.16245256},{"name":"faulty AirPods Pro","weight":0.14590791},{"name":"Active Noise Cancellation","weight":0.14310798},{"name":"AirPods Pro units","weight":0.13059707},{"name":"October","weight":0.11634934},{"name":"Apple","weight":0.102464065},{"name":"experts","weight":0.09243503},{"name":"sounds","weight":0.090324156},{"name":"crackling","weight":0.08468691},{"name":"the faulty devices","weight":0.08040206}],"topics":[{"name":"Apple"},{"name":"Apple Watch"},{"name":"Electronics"}],"categories":[{"name":"Tech"}],"entities":[{"data":"Apple","type":"ORG","mentions":3}],"sentiment":{"positive":0.019892192,"negative":0.66274476,"neutral":0.31736305},"summary":"When the program was first announced in October 2020, Apple said it would cover faulty AirPods Pro for two years after the initial retail sale of the device. Affected AirPods Pro devices may have crackling or static sounds, and Active Noise Cancellation not working as intended. Before the replacement, AirPods Pro units will be examined by experts. According to Apple, the faulty devices were produced prior to October 2020.","translation":"","locations":[],"reprint":false,"places":null},{"url":"https://crainnext.com/2023/03/28/apple-introduces-apple-pay-later-apple-com/","authorsByline":"millssy","articleId":"5499b9c7df7546678b96be7b0398bee2","clusterId":"43d934a86a1047609ad21647b423eb2c","source":{"domain":"crainnext.com","location":null},"imageUrl":"https://lh3.googleusercontent.com/J6_coFbogxhRI9iM864NL_liGXvsQp2AupsKei7z0cNNfDvGUmWUy20nuUhkREQyrpY4bEeIBuc=s0-w300-rw","country":"us","language":"en","pubDate":"2023-03-28T16:23:51+00:00","addDate":"2023-03-28T16:36:58.351498+00:00","refreshDate":"2023-03-28T16:36:58.351499+00:00","score":50.8067,"title":"Apple introduces Apple Pay Later – apple","description":"Apple introduces Apple Pay Laterapple Apple launches its Pay Later serviceCNBC Apple Pay Later launching today: Here’s how it works9to5Mac Afte...","content":"Your email address will not be published.\n\nSave my name, email, and website in this browser for the next time I comment.","medium":"Article","links":[],"labels":[],"matchedAuthors":[],"claim":"","verdict":"","keywords":[{"name":"apple","weight":0.16288927},{"name":"Apple Pay","weight":0.16018747},{"name":"website","weight":0.12496664},{"name":"email","weight":0.11553166},{"name":"Apple","weight":0.11533866},{"name":"the next time","weight":0.10701596},{"name":"Your email address","weight":0.077008344},{"name":"this browser","weight":0.061527565},{"name":"my name","weight":0.04710434}],"topics":[{"name":"Apple"}],"categories":[],"entities":[{"data":"Apple","type":"ORG","mentions":1}],"companies":[],"sentiment":{"positive":0.017000597,"negative":0.0938372,"neutral":0.88916224},"summary":"","translation":"","locations":[],"reprint":true,"reprintGroupId":"06b7d5284aee4ca096e3661e62824aa1","places":[],"people":[]},{"url":"https://durabull-products.com/index.php/2023/03/28/apple-introduces-apple-pay-later-apple-com/","authorsByline":"millssy","articleId":"132ce65d227e4d22aa14eec7ff530b96","clusterId":"dca94c77857f4acba53f0ff4ac40cb67","source":{"domain":"durabull-products.com","location":null},"imageUrl":"https://lh3.googleusercontent.com/J6_coFbogxhRI9iM864NL_liGXvsQp2AupsKei7z0cNNfDvGUmWUy20nuUhkREQyrpY4bEeIBuc=s0-w300-rw","country":"us","language":"en","pubDate":"2023-03-28T16:23:36+00:00","addDate":"2023-03-28T16:36:58.372412+00:00","refreshDate":"2023-03-28T16:36:58.372413+00:00","score":50.8067,"title":"Apple introduces Apple Pay Later – apple","description":"Apple introduces Apple Pay Laterapple Apple launches its Pay Later serviceCNBC Apple Pay Later launching today: Here's how it works9to5Mac After much","content":"Your email address will not be published.\n\nSave my name, email, and website in this browser for the next time I comment.","medium":"Article","links":[],"labels":[],"matchedAuthors":[],"claim":"","verdict":"","keywords":[{"name":"apple","weight":0.16288927},{"name":"Apple Pay","weight":0.16018747},{"name":"website","weight":0.12496664},{"name":"email","weight":0.11553166},{"name":"Apple","weight":0.11533866},{"name":"the next time","weight":0.10701596},{"name":"Your email address","weight":0.077008344},{"name":"this browser","weight":0.061527565},{"name":"my name","weight":0.04710434}],"topics":[{"name":"Apple"}],"categories":[],"entities":[{"data":"Apple","type":"ORG","mentions":1}],"companies":[],"sentiment":{"positive":0.017000597,"negative":0.0938372,"neutral":0.88916224},"summary":"","translation":"","locations":[],"reprint":true,"reprintGroupId":"06b7d5284aee4ca096e3661e62824aa1","places":[],"people":[]},{"url":"https://www.wiredfocus.com/apple-introduces-apple-pay-later-apple/","authorsByline":"wiredfocus","articleId":"3b54cf390e8f40588eabb750ee811ad0","clusterId":"43d934a86a1047609ad21647b423eb2c","source":{"domain":"wiredfocus.com","location":null},"imageUrl":"https://usercontent.one/wp/www.wiredfocus.com/wp-content/uploads/2023/03/Apple-introduces-Apple-Pay-Later-Apple.jpg","country":"us","language":"en","pubDate":"2023-03-28T15:35:32+00:00","addDate":"2023-03-28T15:50:14.619132+00:00","refreshDate":"2023-03-28T15:50:14.619134+00:00","score":50.8067,"title":"Apple introduces Apple Pay Later – Apple","description":"March 28, 2023 PRESS RELEASE Apple introduces Apple Pay Later to allow consumers to pay for purchases over time Apple Pay users can split purchases into four payments with zero interest and","content":"Apple introduces Apple Pay Later to allow consumers to pay for purchases over time\n\nApple Pay users can split purchases into four payments with zero interest and no fees\n\nCUPERTINO, CALIFORNIA Apple today introduced Apple Pay Later in the U.S. Designed with users’ financial health in mind, Apple Pay Later1 allows users to split purchases into four payments, spread over six weeks with no interest and no fees.2 Users can easily track, manage, and repay their Apple Pay Later loans in one convenient location in Apple Wallet. Users can apply for Apple Pay Later loans of $50 to $1,000, which can be used for online and in-app purchases made on iPhone and iPad with merchants that accept Apple Pay.3 Starting today, Apple will begin inviting select users to access a prerelease version of Apple Pay Later, with plans to offer it to all eligible users in the coming months.\n\n“There’s no one-size-fits-all approach when it comes to how people manage their finances. Many people are looking for flexible payment options, which is why we’re excited to provide our users with Apple Pay Later,” said Jennifer Bailey, Apple’s vice president of Apple Pay and Apple Wallet. “Apple Pay Later was designed with our users’ financial health in mind, so it has no fees and no interest, and can be used and managed within Wallet, making it easier for consumers to make informed and responsible borrowing decisions.”\n\nApply for, Track, and Manage Loans Seamlessly in Wallet\n\nTo get started with Apple Pay Later, users can apply for a loan within Wallet with no impact to their credit.4 They will then be prompted to enter the amount they would like to borrow and agree to the Apple Pay Later terms. A soft credit pull will be done during the application process to help ensure the user is in a good financial position before taking on the loan.\n\nAfter a user is approved, they will see the Pay Later option when they select Apple Pay at checkout online and in apps on iPhone and iPad, and can use Apple Pay Later to make a purchase. Once Apple Pay Later is set up, users can also apply for a loan directly in the checkout flow when making a purchase.\n\nApple Pay Later is built right into Wallet, so users can seamlessly view, track, and manage all of their loans in one place. With Apple Pay Later in Wallet, users can easily see the total amount due for all of their existing loans, as well as the total amount due in the next 30 days. They can also choose to see all upcoming payments on a calendar view in Wallet to help them track and plan their payments. Before a payment is due, users will also receive notifications via Wallet and email so they can plan accordingly. Users will be asked to link a debit card from Wallet as their loan repayment method; to help prevent users from taking on more debt to pay back loans, credit cards will not be accepted.\n\nApple Pay Later was designed with privacy and security at its core. Purchases using Apple Pay Later are authenticated using Face ID, Touch ID, or passcode, and users’ transaction and loan history are never shared or sold to third parties for marketing or advertising.\n\nApple Pay Later is offered by Apple Financing LLC, a subsidiary of Apple Inc., which is responsible for credit assessment and lending. Apple Financing plans to report Apple Pay Later loans to U.S. credit bureaus starting this fall,5 so they are reflected in users’ overall financial profiles and can help promote responsible lending for both the lender and the borrower.\n\nApple Pay Later is enabled through the Mastercard Installments program, so merchants that accept Apple Pay do not need to do anything to implement Apple Pay Later for their customers. When a merchant accepts Apple Pay, Apple Pay Later will be an option for their customers during checkout online and in apps on iPhone and iPad. Goldman Sachs is the issuer of the Mastercard payment credential used to complete Apple Pay Later purchases.\n\nStarting today, randomly selected users will be invited to get early access to a prerelease version of Apple Pay Later via Wallet and through their Apple ID email. Apple Pay Later is available in the U.S. for online and in-app purchases on iPhone and iPad. Apple Pay Later is available with iOS 16.4 and iPadOS 16.4.\n\nAbout Apple\n\n Apple revolutionized personal technology with the introduction of the Macintosh in 1984. Today, Apple leads the world in innovation with iPhone, iPad, Mac, Apple Watch, and Apple TV. Apple’s five software platforms — iOS, iPadOS, macOS, watchOS, and tvOS — provide seamless experiences across all Apple devices and empower people with breakthrough services including the App Store, Apple Music, Apple Pay, and iCloud. Apple’s more than 100,000 employees are dedicated to making the best products on earth, and to leaving the world better than we found it.\n• Apple Pay Later is subject to eligibility and approval. Apple Pay Later is available only in the U.S. It may not be available in all states. It is not available in U.S. territories. Loans are made by Apple Financing LLC, NMLS #2154940. For California residents, loans are made or arranged pursuant to a California Financing Law license. To use Apple Pay Later, a user must have an iPhone or iPad updated to the latest version of iOS or iPadOS. For more eligibility details, see support.apple.com/en-us/HT212967.\n• A user’s bank may charge them fees if their debit card account contains insufficient funds to make loan repayments.\n• Some merchants may not be eligible to offer Apple Pay Later.\n• Upon purchase, a user’s Apple Pay Later loan and payment history may be reported to credit bureaus and impact their credit.\n• Apple Financing LLC may report past, current, or future Apple Pay Later loans.","medium":"Article","links":["https://support.apple.com/en-us/HT212967","https://www.apple.com/newsroom/2023/03/apple-introduces-apple-pay-later/mailto:ag_hayes@apple.com","https://www.apple.com/newsroom/2023/03/apple-introduces-apple-pay-later/mailto:k_mai@apple.com","https://www.apple.com/newsroom/2023/03/apple-introduces-apple-pay-later/mailto:heather_norton@apple.com","https://www.apple.com/newsroom/2023/03/apple-introduces-apple-pay-later/mailto:media.help@apple.com"],"labels":[],"matchedAuthors":[],"claim":"","verdict":"","keywords":[{"name":"Apple Pay Later loans","weight":0.15665536},{"name":"Apple Pay users","weight":0.1564694},{"name":"Apple Pay Later","weight":0.15538336},{"name":"Apple Pay","weight":0.15200867},{"name":"Apple Pay Later purchases","weight":0.15003715},{"name":"Apple Pay Later1","weight":0.1406647},{"name":"Apple Wallet","weight":0.13344134},{"name":"Apple","weight":0.12598851},{"name":"Apple Financing","weight":0.12415156},{"name":"Apple ID","weight":0.12398732}],"topics":[{"name":"Apple"}],"categories":[],"entities":[{"data":"Apple","type":"ORG","mentions":21},{"data":"Goldman Sachs","type":"ORG","mentions":1},{"data":"Mastercard","type":"ORG","mentions":1},{"data":"Wallet","type":"ORG","mentions":1},{"data":"the App Store","type":"ORG","mentions":1},{"data":"Apple Pay Later –","type":"PRODUCT","mentions":38},{"data":"Apple Wallet","type":"PRODUCT","mentions":9},{"data":"iPhone","type":"PRODUCT","mentions":6},{"data":"iPad","type":"PRODUCT","mentions":5},{"data":"Macintosh","type":"PRODUCT","mentions":1},{"data":"iOS","type":"PRODUCT","mentions":1},{"data":"CUPERTINO","type":"GPE","mentions":1},{"data":"CALIFORNIA","type":"GPE","mentions":2},{"data":"U.S.","type":"GPE","mentions":5},{"data":"Jennifer Bailey","type":"PERSON","mentions":1},{"data":"California Financing Law","type":"LAW","mentions":1}],"companies":[{"id":"5985872d662c4a3f941a9c581a9fce71","name":"Apple Inc.","domains":["apple.com"],"symbols":["AAPL","APC.DE","APC.F"]}],"sentiment":{"positive":0.051933035,"negative":0.018044235,"neutral":0.9300227},"summary":"Apple today introduced Apple Pay Later, a new system that allows users to split purchases into four payments with no interest and no fees. Users can easily track, manage, and repay their ApplePay Later loans in one convenient location in Apple Wallet. To get started, users can apply for a loan within Wallet with no impact to their credit, and then be prompted to enter the amount they would like to borrow and agree to the Apple Pay later terms. With Apple Pay Pay Later in Wallet, customers can easily see the total amount due for all of their existing loans, and can also choose to see all upcoming payments on a calendar view in Wallet to help them track and plan their payments. Apple Financing LLC, a subsidiary of Apple Inc., is offering Apple Paylater to U.S. credit bureaus starting this fall, 5 so they are reflected in users’ overall financial profiles and can help promote responsible lending for both the lender and the borrower.","translation":"","locations":[],"reprint":true,"reprintGroupId":"06b7d5284aee4ca096e3661e62824aa1","places":[],"people":[]},{"url":"https://bb-blues.com/2023/03/28/apple-introduces-apple-pay-later-apple/","authorsByline":"millssY","articleId":"a1f456f2029e41bb9338f4a59a697a19","clusterId":"43d934a86a1047609ad21647b423eb2c","source":{"domain":"bb-blues.com","location":null},"imageUrl":"https://lh3.googleusercontent.com/J6_coFbogxhRI9iM864NL_liGXvsQp2AupsKei7z0cNNfDvGUmWUy20nuUhkREQyrpY4bEeIBuc=s0-w300-rw","country":"us","language":"en","pubDate":"2023-03-28T16:03:45+00:00","addDate":"2023-03-28T16:17:51.897177+00:00","refreshDate":"2023-03-28T16:17:51.897178+00:00","score":50.8067,"title":"Apple introduces Apple Pay Later – Apple","description":"Apple introduces Apple Pay Later AppleApple launches its Pay Later service CNBCApple Pay Later launching today: Here’s how it works 9to5MacApple Pa...","content":"Apple introduces Apple Pay Later AppleApple launches its Pay Later service CNBCApple Pay Later launching today: Here’s how it works 9to5MacApple Pay Later Available on Limited Basis Starting Today, Launching Widely in Coming Months MacRumorsApple launches buy now, pay later service ReutersView Full Coverage on Google News","medium":"Article","links":[],"labels":[],"matchedAuthors":[],"claim":"","verdict":"","keywords":[{"name":"Apple Pay","weight":0.1924012},{"name":"CNBCApple Pay","weight":0.18845157},{"name":"Coming Months","weight":0.14674234},{"name":"Today","weight":0.13060239},{"name":"today","weight":0.13060239},{"name":"Limited Basis","weight":0.12842359},{"name":"Google News","weight":0.11493939},{"name":"Apple","weight":0.11158499},{"name":"CNBCApple","weight":0.10372538},{"name":"9to5MacApple","weight":0.09810224}],"topics":[{"name":"Apple"}],"categories":[],"entities":[{"data":"Apple","type":"ORG","mentions":6},{"data":"ReutersView","type":"ORG","mentions":1},{"data":"Google News","type":"ORG","mentions":1}],"companies":[{"id":"5985872d662c4a3f941a9c581a9fce71","name":"Apple Inc.","domains":["apple.com"],"symbols":["AAPL","APC.DE","APC.F"]}],"sentiment":{"positive":0.05815232,"negative":0.016286893,"neutral":0.9255608},"summary":"Apple has introduced its Pay Later service, which works 9to5Mac, and is available on Limited Basis starting today. Apple also announced its MacRumors, a new feature that will allow users to purchase now, pay later, and purchase now. Apple Pay Later is available for purchase and later services will be available in various locations.","translation":"","locations":[],"reprint":true,"reprintGroupId":"06b7d5284aee4ca096e3661e62824aa1","places":[],"people":[]},{"url":"https://techixy.com/?p=84864","authorsByline":"Adnan","articleId":"40392b6c55e8432391e029c37a10c27f","clusterId":"026955023d1d4ab7adcd86dae6682ff1","source":{"domain":"techixy.com","location":null},"imageUrl":"https://techixy.com/wp-content/uploads/2023/04/wp-header-logo-2693.png","country":"us","language":"en","pubDate":"2023-04-15T15:57:47+00:00","addDate":"2023-04-15T16:13:09.377710+00:00","refreshDate":"2023-04-15T16:13:09.377711+00:00","score":50.8067,"title":"Apple introduces Apple Pay Later - Apple","description":"source","content":"Save my name, email, and website in this browser for the next time I comment.","medium":"Article","links":[],"labels":[],"matchedAuthors":[{"id":null,"name":"Adnan"}],"claim":"","verdict":"","keywords":[{"name":"Apple Pay","weight":0.3060814},{"name":"Apple","weight":0.2649827},{"name":"Apple Pay Later","weight":0.16232418},{"name":"website","weight":0.11425032},{"name":"email","weight":0.100852646},{"name":"the next time","weight":0.09792766},{"name":"this browser","weight":0.056571804},{"name":"my name","weight":0.041119378}],"topics":[{"name":"Apple"}],"categories":[],"entities":[{"data":"Apple","type":"ORG","mentions":2}],"companies":[],"sentiment":{"positive":0.019648768,"negative":0.061851922,"neutral":0.9184993},"summary":"","translation":"","locations":[],"reprint":false,"reprintGroupId":"b39b51e1d513462eaf5c0e88105773a9","places":[],"people":[]},{"url":"https://googletrendingarticle.com/apple-introduces-apple-pay-later-apple/","authorsByline":"Dilnawaz","articleId":"5c244ad81b24454f964347ad8d37a2bf","clusterId":"0aead2bbac7547e287f6e710f0194b14","source":{"domain":"googletrendingarticle.com","location":null},"imageUrl":"https://i0.wp.com/googletrendingarticle.com/wp-content/uploads/2023/04/wp-header-logo-12164.png","country":"us","language":"en","pubDate":"2023-04-22T04:49:33+00:00","addDate":"2023-04-22T05:04:47.422061+00:00","refreshDate":"2023-04-22T05:04:47.422063+00:00","score":50.8067,"title":"Apple introduces Apple Pay Later - Apple -","description":"source","content":"Your email address will not be published.\n\nSave my name, email, and website in this browser for the next time I comment.","medium":"Article","links":[],"labels":[],"matchedAuthors":[{"id":null,"name":"Dilnawaz"}],"claim":"","verdict":"","keywords":[{"name":"email","weight":0.16066495},{"name":"Apple Pay","weight":0.15223569},{"name":"website","weight":0.13931662},{"name":"Apple","weight":0.12462502},{"name":"the next time","weight":0.107104674},{"name":"Your email address","weight":0.09940805},{"name":"this browser","weight":0.06533644},{"name":"my name","weight":0.06287133},{"name":"- Apple","weight":0.05756183}],"topics":[{"name":"Apple"}],"categories":[],"entities":[{"data":"Apple","type":"ORG","mentions":1}],"companies":[],"sentiment":{"positive":0.017000597,"negative":0.0938372,"neutral":0.88916224},"summary":"","translation":"","locations":[],"reprint":false,"reprintGroupId":"9a5f808e65454b429ad162b92dfa5e56","places":[],"people":[]}]}