Quick Example

curl --request GET \\
	--url '<https://newscatcher.p.rapidapi.com/v1/aggregation?agg_by=day&from=2020%252F06%252F05&q=Apple>' \\
	--header 'x-rapidapi-key: {YOUR_API_KEY}'

Headers

Authentication is done via RapidAPI.

<aside> 💡 How to get your API key

</aside>

Parameters

Return Body

Response Body Examples

Debugging

Internally, we try to catch all the problems that might arise with your search. You have to worry only when you get error code 400 because that (usually) means that you did something wrong. We will return an error message that should help you understand what went wrong.

If you see a 500 status code — that means that something is wrong on our side.