--- title: Quickstart description: Get started with the Job Search, Company Search and Technographics APIs in minutes — build a query with 30+ filters in the app, then export the cURL to Postman, Make, or n8n. url: https://theirstack.com/en/docs/api-reference/quickstart --- The easiest way to get started with our API is to build a search in our [app](https://app.theirstack.com/search/jobs/new). You can explore filters, preview results, and copy the exact cURL you’ll need to run the same search via the API. 1. Create a new [job](https://app.theirstack.com/search/jobs/new) or [company](https://app.theirstack.com/search/companies/new) search. 2. Use our 30+ filters to narrow down your search and preview the result. 3. In the top-right corner of the results, click **API**. This opens a modal where you can copy the cURL needed to replicate the same search with the API. 4. From this modal, you can: - Copy the cURL to your clipboard and paste it into your terminal (or an HTTP client like Postman). - Copy a Make.com HTTP module and paste it directly into a scenario (see the [Make.com integration documentation](/en/docs/integrations/make)). - Copy an n8n module and paste it into an n8n workflow.