---
title: SearchResponse
framework: applenewsapi
role: symbol
role_heading: Object
path: applenewsapi/searchresponse
---

# SearchResponse

See the fields the search article endpoints returned.

## Declaration

```data
object SearchResponse
```

## Properties

articles: A list of article objects. links: A list of fields the Search Articles in a Section and Search Articles in a Channel endpoints return. meta: The value you want to set for the pageToken parameter and the parameters that were previously sent to get the next page of results. This field is automatically filled in with the next URL in the links section.

## Topics

### Objects

- [SearchResponse.Links](applenewsapi/searchresponse/links-data.dictionary.md)

## See Also

### Articles

- [Create an Article](applenewsapi/post-channels-_channelid_-articles.md)
- [Read Article Information](applenewsapi/get-articles-_articleid_.md)
- [Search Articles in a Channel](applenewsapi/get-channels-_channelid_-articles.md)
- [Search Articles in a Section](applenewsapi/get-sections-_sectionid_-articles.md)
- [Update an Article](applenewsapi/post-articles-_articleid_.md)
- [Delete an Article](applenewsapi/delete-articles-_articleid_.md)
- [Create Article Metadata Fields](applenewsapi/create-article-metadata-fields.md)
- [ArticleLinksRequest](applenewsapi/articlelinksrequest.md)
- [Update Article Metadata Fields](applenewsapi/update-article-metadata-fields.md)
- [Article](applenewsapi/article.md)
- [ArticleResponse](applenewsapi/articleresponse.md)
- [ArticleLinksResponse](applenewsapi/articlelinksresponse.md)
- [Meta](applenewsapi/meta.md)
- [Throttling](applenewsapi/throttling.md)
