Quick Example

curl --request GET \\
	--url '<https://newscatcher.p.rapidapi.com/v1/search?q=Elon%20Musk>' \\
	--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

Advanced Querying

<aside> ❗ By default, all tokens (words) passed to **q** are optional, as long as one of the token matches.

</aside>