Changelog 23rd March 2023 - Historic Employee Count and same-step enrichment for Lookups

March 30, 2023

2 min read

Fetch the historic employee count of any target company. Megan wrote an excellent piece on extracting and analyzing the historic employee count of any...

Fetch the historic employee count of any target company.

Megan wrote an excellent piece on extracting and analyzing the historic employee count of any target company so you can fetch historic data yourself with the Enrich Layer API. You can read the article here.

Enrich profiles in the same Lookup API request.

You can now enrich a full profile with any of our Lookup endpoints within the same request. To accomplish this, we implemented a parameter enrich_ within our Lookup endpoints. Check out the API documentation for the [Person Lookup Endpoint](https://bit.ly/3yWnuNp), [Reverse Work Email Lookup](https://bit.ly/4044FDS), [Role Lookup Endpoint](https://bit.ly/3LFZLbM), and [Company Lookup Endpoint](https://bit.ly/3FFWxBr) to learn more about the enrich_profile` parameter.

Bug fixes

  • You now get credits immediately after subscription renews are charged, rather than you having wait two days for the billing period to end. This bug occurred because Stripe charges two days earlier.
  • We also tweaked the Employee Listing and Employee Search endpoints to make the regex input case insensitive. We saw no need for case sensitivity for job titles and decided to save some keystrokes for you regex crafters.
  • There was a regression with our API documentation where some nested data attributes were not showing. This is now fixed.
  • There was a bug with the Student Listing endpoint where it was not returning students correctly or exhaustively. This is now fixed.
  • There was also a regression with our Person Profile Endpoint not returning volunteer work data. This is also fixed