Quick Start 🏎
~2 mins to get started
Use your work email to get 10,000 free API calls instead of 1,000 for personal emails.
After registration, you will get access to your account's Dashboard where you will find your unique API key:
Replace
your_key_1
with your personal API key. You can make your first API call in the terminal using cURL:curl -XGET 'https://api.newscatcherapi.com/v2/search?q=Tesla' -H 'x-api-key: your_key_1'
See more examples of how to make your first call in different programming languages in our Your First Call page.