Product updates

All the latest updates, improvements, and fixes to TheirStack

June 26, 2025

Usage page improvements

We made several improvements to the usage page:

  • We have fixed an issue where the webhook events chart was not updating the content when you changed the date range.
  • We have added more colors so clients with several webhooks can understand better the chart.
  • We have sorted the list of webhooks by the number of events.

June 25, 2025

Seek job source

We've added Seek as a new job source for Australia 🇦🇺.

Seek is one of Australia's largest job boards, significantly expanding our coverage of the Australian job market with thousands of new job postings across all industries and experience levels.

June 23, 2025

Naukri job source + Company modal improvements

New job source: Naukri We've added Naukri as a new job source for India 🇮🇳. Naukri is India's leading job portal, dramatically expanding our coverage of the Indian job market.

Company modal improvements We've improved the company modal experience when no data is available. Instead of showing an empty modal, users now see helpful messaging and suggestions for next steps.

June 16, 2025

Auto-reveal fix + Webhook URL fix

We fixed two important issues:

Auto-reveal fix Fixed an issue where companies were being auto-revealed during searches when they shouldn't have been. This ensures you only consume credits when intentionally revealing company data.

Webhook URL fix Fixed the webhook "Test event" button which was using an outdated URL. Test events now work properly and help you verify your webhook configuration.

June 13, 2025

Save button fix

We fixed an issue where the save button wasn't working properly when using the url_domain_or filter.

You can now save searches that include domain filtering without any issues.

June 12, 2025

Improvements on usage page

We made several major improvements to the usage page:

  • You can now see how long each request takes, and there's a dedicated page to view all your requests where the request table is expanded, making it easier to explore and analyze your data.
  • We've improved the empty state for all charts to make things clearer when there's no data.
  • The loading experience is now smoother.
  • Fixed an issue where the total request count wasn't displaying correctly.

June 10, 2025

Job titles special characters fix

We fixed an issue where some job titles weren't displaying special characters correctly.

For example, 'Growth Analyst (AI & Search Architecture)' now appears as 'Growth Analyst (AI & Search Architecture)'.

This fix applies to all new jobs going forward, ensuring proper character encoding and display across the platform.

Unified search requires explicit action

To improve control and prevent accidental queries, searches in job and company pages no longer run automatically. You must click the "Search" button after setting filters. This is especially helpful for complex searches on historical data.

June 9, 2025

Database timeout status code changed to 504

The HTTP status code returned for database query timeouts has been changed from 408 (Request Timeout) to 504 (Gateway Timeout).

A 504 code indicates a server-side timeout rather than a client-side one, which better reflects what's actually happening when a database query takes too long. If you were handling 408 errors before, you'll have to update your code to handle 504 errors instead.

June 6, 2025

New job description contains-any filter

New job description contains-any filter

New job description filter contains any in Job Search page and Jobs Search endpoint**.

Until now, searching in job descriptions required using regex patterns, which wasn't very user-friendly for non-technical users.

We have added job_description_contains_or param to our API to allow you to search for whole words in job descriptions. Only finds complete words (e.g., searching 'quality' won't match 'inequality').

More technical information about how this filter works can be found in the API docs.

June 4, 2025