curl --request GET \\
--url '<https://newscatcher.p.rapidapi.com/v1/search?q=Elon%20Musk>' \\
--header 'x-rapidapi-key: {YOUR_API_KEY}'
Authentication is done via RapidAPI.
<aside> 💡 How to get your API key
</aside>
<aside>
❗ By default, all tokens (words) passed to q
are optional, as long as one of the token matches.
</aside>