@fiberai/sdk 0.0.11 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +113 -113
- package/dist/index.d.ts +113 -113
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -79845,7 +79845,7 @@ declare const healthCheck: <ThrowOnError extends boolean = false>(options?: Opti
|
|
|
79845
79845
|
*
|
|
79846
79846
|
* Get credits for an organization
|
|
79847
79847
|
*
|
|
79848
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79848
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79849
79849
|
*
|
|
79850
79850
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
79851
79851
|
*/
|
|
@@ -79893,7 +79893,7 @@ declare const pollExhaustiveContactEnrichmentResult: <ThrowOnError extends boole
|
|
|
79893
79893
|
*
|
|
79894
79894
|
* Polls a batch contact enrichment task. Returns partial results as they complete. Call this endpoint repeatedly until the 'done' field is true. Use the task ID returned from the 'Start batch contact enrichment' endpoint.
|
|
79895
79895
|
*
|
|
79896
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79896
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79897
79897
|
*/
|
|
79898
79898
|
declare const pollBatchContactEnrichment: <ThrowOnError extends boolean = false>(options: Options<PollBatchContactEnrichmentData, ThrowOnError>) => RequestResult<PollBatchContactEnrichmentResponses, PollBatchContactEnrichmentErrors, ThrowOnError, "fields">;
|
|
79899
79899
|
/**
|
|
@@ -79901,7 +79901,7 @@ declare const pollBatchContactEnrichment: <ThrowOnError extends boolean = false>
|
|
|
79901
79901
|
*
|
|
79902
79902
|
* Poll for Google Maps results
|
|
79903
79903
|
*
|
|
79904
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79904
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79905
79905
|
*/
|
|
79906
79906
|
declare const pollGoogleMapsResults: <ThrowOnError extends boolean = false>(options: Options<PollGoogleMapsResultsData, ThrowOnError>) => RequestResult<PollGoogleMapsResultsResponses, PollGoogleMapsResultsErrors, ThrowOnError, "fields">;
|
|
79907
79907
|
/**
|
|
@@ -79909,7 +79909,7 @@ declare const pollGoogleMapsResults: <ThrowOnError extends boolean = false>(opti
|
|
|
79909
79909
|
*
|
|
79910
79910
|
* Poll Local Business Agent search results for a given researchRunId
|
|
79911
79911
|
*
|
|
79912
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79912
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79913
79913
|
*/
|
|
79914
79914
|
declare const pollLocalBusinessSearch: <ThrowOnError extends boolean = false>(options: Options<PollLocalBusinessSearchData, ThrowOnError>) => RequestResult<PollLocalBusinessSearchResponses, PollLocalBusinessSearchErrors, ThrowOnError, "fields">;
|
|
79915
79915
|
/**
|
|
@@ -79917,7 +79917,7 @@ declare const pollLocalBusinessSearch: <ThrowOnError extends boolean = false>(op
|
|
|
79917
79917
|
*
|
|
79918
79918
|
* Check progress for Google Maps results
|
|
79919
79919
|
*
|
|
79920
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79920
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79921
79921
|
*/
|
|
79922
79922
|
declare const checkGoogleMapsResults: <ThrowOnError extends boolean = false>(options: Options<CheckGoogleMapsResultsData, ThrowOnError>) => RequestResult<CheckGoogleMapsResultsResponses, CheckGoogleMapsResultsErrors, ThrowOnError, "fields">;
|
|
79923
79923
|
/**
|
|
@@ -79925,7 +79925,7 @@ declare const checkGoogleMapsResults: <ThrowOnError extends boolean = false>(opt
|
|
|
79925
79925
|
*
|
|
79926
79926
|
* Poll for the results of a domain lookup task.
|
|
79927
79927
|
*
|
|
79928
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79928
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79929
79929
|
*/
|
|
79930
79930
|
declare const domainLookupPolling: <ThrowOnError extends boolean = false>(options: Options<DomainLookupPollingData, ThrowOnError>) => RequestResult<DomainLookupPollingResponses, DomainLookupPollingErrors, ThrowOnError, "fields">;
|
|
79931
79931
|
/**
|
|
@@ -79933,7 +79933,7 @@ declare const domainLookupPolling: <ThrowOnError extends boolean = false>(option
|
|
|
79933
79933
|
*
|
|
79934
79934
|
* Poll for the results of a GitHub lookup task.
|
|
79935
79935
|
*
|
|
79936
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79936
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79937
79937
|
*/
|
|
79938
79938
|
declare const githubLookupPolling: <ThrowOnError extends boolean = false>(options: Options<GithubLookupPollingData, ThrowOnError>) => RequestResult<GithubLookupPollingResponses, GithubLookupPollingErrors, ThrowOnError, "fields">;
|
|
79939
79939
|
/**
|
|
@@ -79949,7 +79949,7 @@ declare const githubToLinkedInPolling: <ThrowOnError extends boolean = false>(op
|
|
|
79949
79949
|
*
|
|
79950
79950
|
* Poll for the results of a social media lookup task.
|
|
79951
79951
|
*
|
|
79952
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79952
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79953
79953
|
*/
|
|
79954
79954
|
declare const socialMediaLookupPolling: <ThrowOnError extends boolean = false>(options: Options<SocialMediaLookupPollingData, ThrowOnError>) => RequestResult<SocialMediaLookupPollingResponses, SocialMediaLookupPollingErrors, ThrowOnError, "fields">;
|
|
79955
79955
|
/**
|
|
@@ -79957,7 +79957,7 @@ declare const socialMediaLookupPolling: <ThrowOnError extends boolean = false>(o
|
|
|
79957
79957
|
*
|
|
79958
79958
|
* Get company exclusion list
|
|
79959
79959
|
*
|
|
79960
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79960
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79961
79961
|
*
|
|
79962
79962
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
79963
79963
|
*/
|
|
@@ -79967,7 +79967,7 @@ declare const getCompanyExclusionLists: <ThrowOnError extends boolean = false>(o
|
|
|
79967
79967
|
*
|
|
79968
79968
|
* Create a company exclusion list
|
|
79969
79969
|
*
|
|
79970
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79970
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79971
79971
|
*
|
|
79972
79972
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
79973
79973
|
*/
|
|
@@ -79977,7 +79977,7 @@ declare const createCompanyExclusionList: <ThrowOnError extends boolean = false>
|
|
|
79977
79977
|
*
|
|
79978
79978
|
* Delete a company exclusion list
|
|
79979
79979
|
*
|
|
79980
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79980
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79981
79981
|
*
|
|
79982
79982
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
79983
79983
|
*/
|
|
@@ -79987,7 +79987,7 @@ declare const deleteCompanyExclusionList: <ThrowOnError extends boolean = false>
|
|
|
79987
79987
|
*
|
|
79988
79988
|
* Add companies to a company exclusion list
|
|
79989
79989
|
*
|
|
79990
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
79990
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
79991
79991
|
*
|
|
79992
79992
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
79993
79993
|
*/
|
|
@@ -79997,7 +79997,7 @@ declare const addCompaniesToExclusionList: <ThrowOnError extends boolean = false
|
|
|
79997
79997
|
*
|
|
79998
79998
|
* Remove a company from a company exclusion list
|
|
79999
79999
|
*
|
|
80000
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80000
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80001
80001
|
*
|
|
80002
80002
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80003
80003
|
*/
|
|
@@ -80007,7 +80007,7 @@ declare const removeCompanyFromExclusionList: <ThrowOnError extends boolean = fa
|
|
|
80007
80007
|
*
|
|
80008
80008
|
* Get excluded companies for a specific exclusion list with pagination
|
|
80009
80009
|
*
|
|
80010
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80010
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80011
80011
|
*
|
|
80012
80012
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80013
80013
|
*/
|
|
@@ -80017,7 +80017,7 @@ declare const getExcludedCompaniesForExclusionList: <ThrowOnError extends boolea
|
|
|
80017
80017
|
*
|
|
80018
80018
|
* This endpoint creates a new company exclusion list by extracting all companies from a specified audience.
|
|
80019
80019
|
*
|
|
80020
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80020
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80021
80021
|
*
|
|
80022
80022
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80023
80023
|
*/
|
|
@@ -80027,7 +80027,7 @@ declare const createCompanyExclusionListFromAudience: <ThrowOnError extends bool
|
|
|
80027
80027
|
*
|
|
80028
80028
|
* Get prospect exclusion lists
|
|
80029
80029
|
*
|
|
80030
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80030
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80031
80031
|
*
|
|
80032
80032
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80033
80033
|
*/
|
|
@@ -80037,7 +80037,7 @@ declare const getProspectExclusionLists: <ThrowOnError extends boolean = false>(
|
|
|
80037
80037
|
*
|
|
80038
80038
|
* Create a prospect exclusion list
|
|
80039
80039
|
*
|
|
80040
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80040
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80041
80041
|
*
|
|
80042
80042
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80043
80043
|
*/
|
|
@@ -80047,7 +80047,7 @@ declare const createProspectExclusionList: <ThrowOnError extends boolean = false
|
|
|
80047
80047
|
*
|
|
80048
80048
|
* Delete a prospect exclusion list
|
|
80049
80049
|
*
|
|
80050
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80050
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80051
80051
|
*
|
|
80052
80052
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80053
80053
|
*/
|
|
@@ -80057,7 +80057,7 @@ declare const deleteProspectExclusionList: <ThrowOnError extends boolean = false
|
|
|
80057
80057
|
*
|
|
80058
80058
|
* Add prospects to a prospect exclusion list
|
|
80059
80059
|
*
|
|
80060
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80060
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80061
80061
|
*
|
|
80062
80062
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80063
80063
|
*/
|
|
@@ -80067,7 +80067,7 @@ declare const addProspectsToExclusionList: <ThrowOnError extends boolean = false
|
|
|
80067
80067
|
*
|
|
80068
80068
|
* Remove a prospect from a prospect exclusion list
|
|
80069
80069
|
*
|
|
80070
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80070
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80071
80071
|
*
|
|
80072
80072
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80073
80073
|
*/
|
|
@@ -80077,7 +80077,7 @@ declare const removeProspectFromExclusionList: <ThrowOnError extends boolean = f
|
|
|
80077
80077
|
*
|
|
80078
80078
|
* Get excluded prospects for a specific exclusion list with pagination
|
|
80079
80079
|
*
|
|
80080
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80080
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80081
80081
|
*
|
|
80082
80082
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80083
80083
|
*/
|
|
@@ -80087,7 +80087,7 @@ declare const getExcludedProspectsForExclusionList: <ThrowOnError extends boolea
|
|
|
80087
80087
|
*
|
|
80088
80088
|
* Create a prospect exclusion list from an audience's prospects
|
|
80089
80089
|
*
|
|
80090
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80090
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80091
80091
|
*
|
|
80092
80092
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80093
80093
|
*/
|
|
@@ -80097,7 +80097,7 @@ declare const createProspectExclusionListFromAudience: <ThrowOnError extends boo
|
|
|
80097
80097
|
*
|
|
80098
80098
|
* Get a list of all countries and regions supported by the API, along with their names, codes, and additional metadata.
|
|
80099
80099
|
*
|
|
80100
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80100
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80101
80101
|
*
|
|
80102
80102
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80103
80103
|
*/
|
|
@@ -80107,7 +80107,7 @@ declare const getRegions: <ThrowOnError extends boolean = false>(options: Option
|
|
|
80107
80107
|
*
|
|
80108
80108
|
* Get a list of all languages that you can pass to our API
|
|
80109
80109
|
*
|
|
80110
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80110
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80111
80111
|
*
|
|
80112
80112
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80113
80113
|
*/
|
|
@@ -80117,7 +80117,7 @@ declare const getLanguages: <ThrowOnError extends boolean = false>(options: Opti
|
|
|
80117
80117
|
*
|
|
80118
80118
|
* Get a comprehensive list of all available time zones with geographic information, current time data, and UTC offset ranges. Useful for populating time zone filters in search requests.
|
|
80119
80119
|
*
|
|
80120
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80120
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80121
80121
|
*
|
|
80122
80122
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80123
80123
|
*/
|
|
@@ -80127,7 +80127,7 @@ declare const getTimeZones: <ThrowOnError extends boolean = false>(options: Opti
|
|
|
80127
80127
|
*
|
|
80128
80128
|
* Get lists of various industry categorizations. Useful for our company search API.
|
|
80129
80129
|
*
|
|
80130
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80130
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80131
80131
|
*
|
|
80132
80132
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80133
80133
|
*/
|
|
@@ -80137,7 +80137,7 @@ declare const getIndustries: <ThrowOnError extends boolean = false>(options: Opt
|
|
|
80137
80137
|
*
|
|
80138
80138
|
* Get a list of all profile and company tags that you can use to filter searches in our API, along with their descriptions.
|
|
80139
80139
|
*
|
|
80140
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80140
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80141
80141
|
*
|
|
80142
80142
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80143
80143
|
*/
|
|
@@ -80147,7 +80147,7 @@ declare const getTags: <ThrowOnError extends boolean = false>(options: Options<G
|
|
|
80147
80147
|
*
|
|
80148
80148
|
* Get all NAICS (North American Industry Classification System) codes from the 2017 version. Returns each code and its corresponding title.
|
|
80149
80149
|
*
|
|
80150
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80150
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80151
80151
|
*
|
|
80152
80152
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80153
80153
|
*/
|
|
@@ -80157,7 +80157,7 @@ declare const getNaicsCodes: <ThrowOnError extends boolean = false>(options: Opt
|
|
|
80157
80157
|
*
|
|
80158
80158
|
* Get a list of all accelerators with their metadata, total company counts, and statistics broken down by batch and year. Useful for filtering accelerator data in search APIs.
|
|
80159
80159
|
*
|
|
80160
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80160
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80161
80161
|
*
|
|
80162
80162
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80163
80163
|
*/
|
|
@@ -80177,7 +80177,7 @@ declare const getSubdivisions: <ThrowOnError extends boolean = false>(options: O
|
|
|
80177
80177
|
*
|
|
80178
80178
|
* Creates a new audience in DRAFT status. After creation, use the update-search-params endpoint to set filters, then use the build endpoint to populate the audience with companies and prospects.
|
|
80179
80179
|
*
|
|
80180
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80180
|
+
* <span>⚡ <strong>Rate limit:</strong> 30 requests per 1 minute</span>
|
|
80181
80181
|
*
|
|
80182
80182
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80183
80183
|
*/
|
|
@@ -80187,7 +80187,7 @@ declare const createAudience: <ThrowOnError extends boolean = false>(options: Op
|
|
|
80187
80187
|
*
|
|
80188
80188
|
* Archives an audience by hiding it from the user. The audience and its data are preserved for audit trail and enrichment history. Audiences that are currently BUILDING cannot be archived. Pass your apiKey in the query string.
|
|
80189
80189
|
*
|
|
80190
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80190
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80191
80191
|
*
|
|
80192
80192
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80193
80193
|
*/
|
|
@@ -80197,7 +80197,7 @@ declare const deleteAudience: <ThrowOnError extends boolean = false>(options: Op
|
|
|
80197
80197
|
*
|
|
80198
80198
|
* Gets the status and basic statistics of an audience. Use this to poll for build completion after triggering a build. Status values: DRAFT (waiting for configuration), BUILDING (search in progress), NORMAL (ready to use), FAILED (build failed). Pass your apiKey in the query string.
|
|
80199
80199
|
*
|
|
80200
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80200
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80201
80201
|
*
|
|
80202
80202
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80203
80203
|
*/
|
|
@@ -80207,7 +80207,7 @@ declare const getAudienceStatus: <ThrowOnError extends boolean = false>(options:
|
|
|
80207
80207
|
*
|
|
80208
80208
|
* Lists all audiences for your organization. Returns basic info and counts for each audience. Only visible audiences are returned (hidden system audiences are excluded). Pass your apiKey in the query string.
|
|
80209
80209
|
*
|
|
80210
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80210
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80211
80211
|
*
|
|
80212
80212
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80213
80213
|
*/
|
|
@@ -80217,7 +80217,7 @@ declare const listAudiences: <ThrowOnError extends boolean = false>(options: Opt
|
|
|
80217
80217
|
*
|
|
80218
80218
|
* Gets the companies in an audience with pagination. Use the nextCursor from the response to fetch the next page. Pass your apiKey in the query string.
|
|
80219
80219
|
*
|
|
80220
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80220
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80221
80221
|
*
|
|
80222
80222
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80223
80223
|
*/
|
|
@@ -80227,7 +80227,7 @@ declare const getAudienceCompanies: <ThrowOnError extends boolean = false>(optio
|
|
|
80227
80227
|
*
|
|
80228
80228
|
* Gets the prospects (people) in an audience with pagination. Use the nextCursor from the response to fetch the next page. Pass your apiKey in the query string.
|
|
80229
80229
|
*
|
|
80230
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80230
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80231
80231
|
*
|
|
80232
80232
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80233
80233
|
*/
|
|
@@ -80237,7 +80237,7 @@ declare const getAudienceProspects: <ThrowOnError extends boolean = false>(optio
|
|
|
80237
80237
|
*
|
|
80238
80238
|
* Updates the search parameters (filters) for an audience. You can set company filters (e.g., industry, headcount) and prospect filters (e.g., job title, location). This endpoint converts the API-friendly search parameters into the internal format used by the search engine. The audience must be in DRAFT status.
|
|
80239
80239
|
*
|
|
80240
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80240
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80241
80241
|
*
|
|
80242
80242
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80243
80243
|
*/
|
|
@@ -80247,7 +80247,7 @@ declare const updateAudienceSearchParams: <ThrowOnError extends boolean = false>
|
|
|
80247
80247
|
*
|
|
80248
80248
|
* Gets the current status of an audience enrichment run. Returns progress information including current stage, progress percentage, completed steps, and remaining steps. Use this endpoint to poll for enrichment completion. Pass your apiKey in the query string.
|
|
80249
80249
|
*
|
|
80250
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80250
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80251
80251
|
*
|
|
80252
80252
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80253
80253
|
*/
|
|
@@ -80257,7 +80257,7 @@ declare const getEnrichmentStatus: <ThrowOnError extends boolean = false>(option
|
|
|
80257
80257
|
*
|
|
80258
80258
|
* Estimates the credit cost for an audience enrichment run before triggering it. Returns detailed breakdown by operation type (Sales Navigator, live enrichment, contact enrichment, validation) and estimated completion time. This endpoint is free and does not charge any credits.
|
|
80259
80259
|
*
|
|
80260
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80260
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80261
80261
|
*
|
|
80262
80262
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80263
80263
|
*/
|
|
@@ -80267,7 +80267,7 @@ declare const estimateEnrichmentCost: <ThrowOnError extends boolean = false>(opt
|
|
|
80267
80267
|
*
|
|
80268
80268
|
* Triggers CSV export of companies in an audience. The export runs asynchronously - CSV links will be sent to the provided email address (if userEmail is provided) or returned in the API response. Export quota limits apply per usage period.
|
|
80269
80269
|
*
|
|
80270
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80270
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80271
80271
|
*
|
|
80272
80272
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80273
80273
|
*/
|
|
@@ -80277,7 +80277,7 @@ declare const exportCompanies: <ThrowOnError extends boolean = false>(options: O
|
|
|
80277
80277
|
*
|
|
80278
80278
|
* Triggers CSV export of prospects (people) in an audience. The export runs asynchronously - CSV links will be sent to the provided email address (if userEmail is provided) or returned in the API response. Export quota limits apply per usage period. Optionally filter to only export prospects with verified emails or phones.
|
|
80279
80279
|
*
|
|
80280
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80280
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80281
80281
|
*
|
|
80282
80282
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80283
80283
|
*/
|
|
@@ -80297,7 +80297,7 @@ declare const companySearch: <ThrowOnError extends boolean = false>(options: Opt
|
|
|
80297
80297
|
*
|
|
80298
80298
|
* Get count of companies matching search filters
|
|
80299
80299
|
*
|
|
80300
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80300
|
+
* <span>⚡ <strong>Rate limit:</strong> 180 requests per 1 minute</span>
|
|
80301
80301
|
*
|
|
80302
80302
|
* <span>💰 <strong>Cost:</strong> 1 credit per request <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80303
80303
|
*/
|
|
@@ -80307,7 +80307,7 @@ declare const companyCount: <ThrowOnError extends boolean = false>(options: Opti
|
|
|
80307
80307
|
*
|
|
80308
80308
|
* Search for investors with flexible filtering capabilities
|
|
80309
80309
|
*
|
|
80310
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80310
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80311
80311
|
*
|
|
80312
80312
|
* <span>💰 <strong>Cost:</strong> 3 credits per investor found <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80313
80313
|
*/
|
|
@@ -80317,7 +80317,7 @@ declare const investorSearch: <ThrowOnError extends boolean = false>(options: Op
|
|
|
80317
80317
|
*
|
|
80318
80318
|
* Search for investments with flexible filtering capabilities. Supports filtering by investor, company, round type, location, and financial metrics.
|
|
80319
80319
|
*
|
|
80320
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80320
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80321
80321
|
*
|
|
80322
80322
|
* <span>💰 <strong>Cost:</strong> 2 credits per investment found <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80323
80323
|
*/
|
|
@@ -80337,7 +80337,7 @@ declare const jobPostingSearch: <ThrowOnError extends boolean = false>(options:
|
|
|
80337
80337
|
*
|
|
80338
80338
|
* Get count of job postings matching search filters
|
|
80339
80339
|
*
|
|
80340
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80340
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80341
80341
|
*
|
|
80342
80342
|
* <span>💰 <strong>Cost:</strong> 1 credit per request <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80343
80343
|
*/
|
|
@@ -80357,7 +80357,7 @@ declare const peopleSearch: <ThrowOnError extends boolean = false>(options: Opti
|
|
|
80357
80357
|
*
|
|
80358
80358
|
* Get count of profiles matching search filters
|
|
80359
80359
|
*
|
|
80360
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80360
|
+
* <span>⚡ <strong>Rate limit:</strong> 180 requests per 1 minute</span>
|
|
80361
80361
|
*
|
|
80362
80362
|
* <span>💰 <strong>Cost:</strong> 1 credit per request <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80363
80363
|
*/
|
|
@@ -80367,7 +80367,7 @@ declare const peopleSearchCount: <ThrowOnError extends boolean = false>(options:
|
|
|
80367
80367
|
*
|
|
80368
80368
|
* A synchronous endpoint that lets you search for companies and then prospects in these companies.
|
|
80369
80369
|
*
|
|
80370
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80370
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80371
80371
|
*
|
|
80372
80372
|
* <span>💰 <strong>Cost:</strong> Credits are charged after the search completes based on results: 1 credits per company found and 1 credits per profile found. <span title="Pricing shown is default pricing. Actual pricing may vary. Your total charge will vary based on the number of companies and profiles returned in your results.">ⓘ</span></span>
|
|
80373
80373
|
*
|
|
@@ -80379,7 +80379,7 @@ declare const syncCombinedSearch: <ThrowOnError extends boolean = false>(options
|
|
|
80379
80379
|
*
|
|
80380
80380
|
* Get logo URLs for a list of companies. Max 10,000 companies can be looked up at a time.
|
|
80381
80381
|
*
|
|
80382
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80382
|
+
* <span>⚡ <strong>Rate limit:</strong> 30 requests per 1 minute</span>
|
|
80383
80383
|
*
|
|
80384
80384
|
* <span>💰 <strong>Cost:</strong> 0.33 credits per company logo lookup <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80385
80385
|
*/
|
|
@@ -80389,7 +80389,7 @@ declare const bulkCompanyLogos: <ThrowOnError extends boolean = false>(options:
|
|
|
80389
80389
|
*
|
|
80390
80390
|
* Get profile pics for a list of profiles. Max 10,000 profiles can be looked up at a time.
|
|
80391
80391
|
*
|
|
80392
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80392
|
+
* <span>⚡ <strong>Rate limit:</strong> 30 requests per 1 minute</span>
|
|
80393
80393
|
*
|
|
80394
80394
|
* <span>💰 <strong>Cost:</strong> 0.33 credits per profile pic lookup <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80395
80395
|
*/
|
|
@@ -80399,7 +80399,7 @@ declare const bulkProfilePic: <ThrowOnError extends boolean = false>(options: Op
|
|
|
80399
80399
|
*
|
|
80400
80400
|
* Get the total count of companies and people matching the provided search filters. People counts are scoped to those currently or previously working (based on the job status filter) at companies that satisfy the company search filters.
|
|
80401
80401
|
*
|
|
80402
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80402
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80403
80403
|
*
|
|
80404
80404
|
* <span>💰 <strong>Cost:</strong> Flat charge for the company count (1 credit) and profile count (1 credit) <span title="Pricing shown is default pricing. Actual pricing may vary. Flat charge">ⓘ</span></span>
|
|
80405
80405
|
*/
|
|
@@ -80409,7 +80409,7 @@ declare const combinedSearchCount: <ThrowOnError extends boolean = false>(option
|
|
|
80409
80409
|
*
|
|
80410
80410
|
* Fastest synchronous contact reveal — optimized for speed at a higher credit cost. Uses a premium enrichment stack for the lowest possible latency. For a cheaper option with slightly longer response times, use the standard /contact-details/single endpoint. For maximum coverage (async, slower), use the /contact-details/exhaustive/start endpoint.
|
|
80411
80411
|
*
|
|
80412
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80412
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80413
80413
|
*
|
|
80414
80414
|
* <span>💰 <strong>Cost:</strong> Pay only for the data you request:<br />• 7 credits for all phone numbers AND all emails<br />• 3 credits for work email only<br />• 3 credits for personal email only<br />• 5 credits for phone only<br />• 5 credits for all emails <span title="Pricing shown is default pricing. Actual pricing may vary. Partial reveals only bill for delivered data.">ⓘ</span></span>
|
|
80415
80415
|
*
|
|
@@ -80433,7 +80433,7 @@ declare const syncQuickContactReveal: <ThrowOnError extends boolean = false>(opt
|
|
|
80433
80433
|
*
|
|
80434
80434
|
* Maximum-coverage contact reveal — runs all waterfall steps in parallel to get the most comprehensive results. This is asynchronous: call this endpoint to start the task, then poll /contact-details/exhaustive/poll with the returned task ID. Slower and more expensive than the synchronous endpoints, but returns more emails and phone numbers on average. For faster synchronous results, use /contact-details/single (standard) or /contact-details/turbo/sync (fastest).
|
|
80435
80435
|
*
|
|
80436
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80436
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80437
80437
|
*
|
|
80438
80438
|
* <span>💰 <strong>Cost:</strong> Pay only for the data you request (exhaustive mode):<br />• 12 credits for all phone numbers AND all emails<br />• 5 credits for work email only<br />• 5 credits for personal email only<br />• 4 credits for phone only<br />• 9 credits for all emails <span title="Pricing shown is default pricing. Actual pricing may vary. Credits are charged after the reveal completes so partial reveals only bill for delivered data.">ⓘ</span></span>
|
|
80439
80439
|
*/
|
|
@@ -80465,7 +80465,7 @@ declare const profileLiveEnrich: <ThrowOnError extends boolean = false>(options:
|
|
|
80465
80465
|
*
|
|
80466
80466
|
* Returns an enriched company with details for a given LinkedIn company identifier
|
|
80467
80467
|
*
|
|
80468
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80468
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80469
80469
|
*
|
|
80470
80470
|
* <span>💰 <strong>Cost:</strong> 2 credits per company live fetch <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80471
80471
|
*/
|
|
@@ -80475,7 +80475,7 @@ declare const companyLiveEnrich: <ThrowOnError extends boolean = false>(options:
|
|
|
80475
80475
|
*
|
|
80476
80476
|
* Fetches recent posts from a LinkedIn profile. Returns a paginated feed of posts with optional cursor for pagination. Each page returns up to 50 posts.
|
|
80477
80477
|
*
|
|
80478
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80478
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80479
80479
|
*
|
|
80480
80480
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80481
80481
|
*/
|
|
@@ -80485,7 +80485,7 @@ declare const profilePostsLiveFetch: <ThrowOnError extends boolean = false>(opti
|
|
|
80485
80485
|
*
|
|
80486
80486
|
* Fetches recent posts from a LinkedIn company page. Returns a paginated feed of company posts. Each page contains up to 50 posts.
|
|
80487
80487
|
*
|
|
80488
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80488
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80489
80489
|
*
|
|
80490
80490
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80491
80491
|
*/
|
|
@@ -80495,7 +80495,7 @@ declare const companyPostsLiveFetch: <ThrowOnError extends boolean = false>(opti
|
|
|
80495
80495
|
*
|
|
80496
80496
|
* Fetches paginated comments for a LinkedIn post. Each page contains up to 10 comments.
|
|
80497
80497
|
*
|
|
80498
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80498
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80499
80499
|
*
|
|
80500
80500
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80501
80501
|
*/
|
|
@@ -80505,7 +80505,7 @@ declare const postCommentsLiveFetch: <ThrowOnError extends boolean = false>(opti
|
|
|
80505
80505
|
*
|
|
80506
80506
|
* Fetches paginated reactions of a specific type for a LinkedIn post. Each page contains up to 10 reactions.
|
|
80507
80507
|
*
|
|
80508
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80508
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80509
80509
|
*
|
|
80510
80510
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80511
80511
|
*/
|
|
@@ -80515,7 +80515,7 @@ declare const postReactionsLiveFetch: <ThrowOnError extends boolean = false>(opt
|
|
|
80515
80515
|
*
|
|
80516
80516
|
* Fetches comments made by a LinkedIn profile. Returns a paginated feed of comments with optional cursor for pagination. Each page returns up to 10 comments.
|
|
80517
80517
|
*
|
|
80518
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80518
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80519
80519
|
*
|
|
80520
80520
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80521
80521
|
*/
|
|
@@ -80525,7 +80525,7 @@ declare const profileCommentsLiveFetch: <ThrowOnError extends boolean = false>(o
|
|
|
80525
80525
|
*
|
|
80526
80526
|
* Fetches reactions made by a LinkedIn profile. Returns a paginated feed of reactions with optional cursor for pagination. Each page returns up to 10 reactions.
|
|
80527
80527
|
*
|
|
80528
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80528
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80529
80529
|
*
|
|
80530
80530
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80531
80531
|
*/
|
|
@@ -80549,7 +80549,7 @@ declare const profileReactionsLiveFetch: <ThrowOnError extends boolean = false>(
|
|
|
80549
80549
|
* 4. **AND:** Evaluated after **NOT** but before **OR**.
|
|
80550
80550
|
* 5. **OR:** Lowest precedence among Boolean operators.
|
|
80551
80551
|
*
|
|
80552
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80552
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80553
80553
|
*
|
|
80554
80554
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80555
80555
|
*/
|
|
@@ -80559,7 +80559,7 @@ declare const postSearchByKeywords: <ThrowOnError extends boolean = false>(optio
|
|
|
80559
80559
|
*
|
|
80560
80560
|
* Resolves a LinkedIn entity URN to a proper LinkedIn profile URL. Supports a variety of URN formats from different LinkedIn sources (including ACoAA... and ACwAA... prefixes). Accepts either a raw entity URN or a full LinkedIn URL containing an entity URN in the slug position (e.g., 'https://www.linkedin.com/in/ACoAADVMtbkB...').
|
|
80561
80561
|
*
|
|
80562
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80562
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80563
80563
|
*
|
|
80564
80564
|
* <span>💰 <strong>Cost:</strong> 1 credit per profile standardization <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80565
80565
|
*/
|
|
@@ -80569,7 +80569,7 @@ declare const standardizeProfile: <ThrowOnError extends boolean = false>(options
|
|
|
80569
80569
|
*
|
|
80570
80570
|
* Resolves a company LinkedIn identifier (slug, organization ID, or URL) to a standardized LinkedIn company URL with metadata. Useful for normalizing company identifiers from different sources.
|
|
80571
80571
|
*
|
|
80572
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80572
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80573
80573
|
*
|
|
80574
80574
|
* <span>💰 <strong>Cost:</strong> 1 credit per company standardization <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80575
80575
|
*/
|
|
@@ -80593,7 +80593,7 @@ declare const reverseEmailLookup: <ThrowOnError extends boolean = false>(options
|
|
|
80593
80593
|
*
|
|
80594
80594
|
* Start a search for local businesses or other places of interest on Google Maps
|
|
80595
80595
|
*
|
|
80596
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80596
|
+
* <span>⚡ <strong>Rate limit:</strong> 30 requests per 1 minute</span>
|
|
80597
80597
|
*
|
|
80598
80598
|
* <span>💰 <strong>Cost:</strong> 3 credits per business found <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80599
80599
|
*/
|
|
@@ -80615,7 +80615,7 @@ declare const kitchenSinkProfile: <ThrowOnError extends boolean = false>(options
|
|
|
80615
80615
|
*
|
|
80616
80616
|
* Search for a company using a variety of parameters such as LinkedIn slug, LinkedIn URL, name, etc. Returns complete company data if found.
|
|
80617
80617
|
*
|
|
80618
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80618
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80619
80619
|
*
|
|
80620
80620
|
* <span>💰 <strong>Cost:</strong> 2 credits per company lookup <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80621
80621
|
*/
|
|
@@ -80625,7 +80625,7 @@ declare const kitchenSinkCompany: <ThrowOnError extends boolean = false>(options
|
|
|
80625
80625
|
*
|
|
80626
80626
|
* Search for many people using a variety of parameters such as LinkedIn slug, LinkedIn URL, or current company information. Returns profile data for each person if found. Providing more information per person (e.g. name + company + LinkedIn) improves match accuracy.
|
|
80627
80627
|
*
|
|
80628
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80628
|
+
* <span>⚡ <strong>Rate limit:</strong> 60 requests per 1 minute</span>
|
|
80629
80629
|
*
|
|
80630
80630
|
* <span>💰 <strong>Cost:</strong> Pay per person: 2 credits per lookup, plus 2 additional credits when the liveFetch flag is set. <span title="Pricing shown is default pricing. Actual pricing may vary. LinkedIn live fetch credits only apply when the liveFetch flag is set.">ⓘ</span></span>
|
|
80631
80631
|
*/
|
|
@@ -80635,7 +80635,7 @@ declare const kitchenSinkBulkProfile: <ThrowOnError extends boolean = false>(opt
|
|
|
80635
80635
|
*
|
|
80636
80636
|
* Search for many companies using a variety of parameters such as LinkedIn slug, LinkedIn URL, name, etc. Returns complete company data if found.
|
|
80637
80637
|
*
|
|
80638
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80638
|
+
* <span>⚡ <strong>Rate limit:</strong> 60 requests per 1 minute</span>
|
|
80639
80639
|
*
|
|
80640
80640
|
* <span>💰 <strong>Cost:</strong> 2 credits per company lookup <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80641
80641
|
*/
|
|
@@ -80645,7 +80645,7 @@ declare const kitchenSinkBulkCompany: <ThrowOnError extends boolean = false>(opt
|
|
|
80645
80645
|
*
|
|
80646
80646
|
* Search for companies, schools/universities, and investors by name. Supports partial inputs, which can enable typeaheads in your UI.
|
|
80647
80647
|
*
|
|
80648
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80648
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80649
80649
|
*
|
|
80650
80650
|
* <span>💰 <strong>Cost:</strong> 1 credit per request <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80651
80651
|
*/
|
|
@@ -80655,7 +80655,7 @@ declare const companyTypeahead: <ThrowOnError extends boolean = false>(options:
|
|
|
80655
80655
|
*
|
|
80656
80656
|
* Get the latitude/longitude of a given city, including prefixes (e.g. 'san fr'). This makes it good for typeaheads in your UI.
|
|
80657
80657
|
*
|
|
80658
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80658
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80659
80659
|
*
|
|
80660
80660
|
* <span>💰 <strong>Cost:</strong> 1 credit per request <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80661
80661
|
*/
|
|
@@ -80665,7 +80665,7 @@ declare const locationTypeahead: <ThrowOnError extends boolean = false>(options:
|
|
|
80665
80665
|
*
|
|
80666
80666
|
* Checks if a given email is likely to bounce using multiple validation strategies. Works for catch-all email addresses, which are increasingly common yet hard for other APIs to validate.
|
|
80667
80667
|
*
|
|
80668
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80668
|
+
* <span>⚡ <strong>Rate limit:</strong> 300 requests per 1 minute</span>
|
|
80669
80669
|
*
|
|
80670
80670
|
* <span>💰 <strong>Cost:</strong> 1 credit per email validation <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80671
80671
|
*/
|
|
@@ -80675,7 +80675,7 @@ declare const emailBounceDetection: <ThrowOnError extends boolean = false>(optio
|
|
|
80675
80675
|
*
|
|
80676
80676
|
* Validates a phone number and returns detailed information including whether it's valid, reachable (active/alive), carrier information, and the caller ID name associated with the number.
|
|
80677
80677
|
*
|
|
80678
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80678
|
+
* <span>⚡ <strong>Rate limit:</strong> 60 requests per 1 minute</span>
|
|
80679
80679
|
*
|
|
80680
80680
|
* <span>💰 <strong>Cost:</strong> 3 credits per phone validation <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80681
80681
|
*/
|
|
@@ -80685,7 +80685,7 @@ declare const validatePhoneNumber: <ThrowOnError extends boolean = false>(option
|
|
|
80685
80685
|
*
|
|
80686
80686
|
* Takes free-form text (e.g., 'Senior Product Managers from Series A to C FinTech startups in New York') and produces standardized filters (industries, funding stages, headcount ranges, locations, titles, seniorities, etc.). When limits are provided, executes the search and returns matching companies and people in a single synchronous call. When referencing specific companies, provide the identifier in one of these forms: plain name (e.g. 'Apple'), domain (e.g. 'apple.com'), or LinkedIn slug (e.g. 'company/banco-santander').Note: This is not optimized for job descriptions. If you have a JD, use the Search profiles from a job description endpoint instead.
|
|
80687
80687
|
*
|
|
80688
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80688
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80689
80689
|
*
|
|
80690
80690
|
* <span>💰 <strong>Cost:</strong> Fixed costs per request:<br />• 2 credits for company search params generation based on prompt, if required<br />• 2 credits for profile search params generation based on prompt, if required<br /><br />Additional credits are charged for each company and profile returned, based on the search results. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80691
80691
|
*
|
|
@@ -80697,7 +80697,7 @@ declare const textToCombinedSearch: <ThrowOnError extends boolean = false>(optio
|
|
|
80697
80697
|
*
|
|
80698
80698
|
* Accepts a raw job description and returns a list of matching LinkedIn profiles. Optionally returns detailed work experience and education history. Results are paginated via cursor. Credits are charged per request and per profile returned.
|
|
80699
80699
|
*
|
|
80700
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80700
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80701
80701
|
*
|
|
80702
80702
|
* <span>💰 <strong>Cost:</strong> 2 credits per request + 1 credit per profile found <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80703
80703
|
*/
|
|
@@ -80707,7 +80707,7 @@ declare const jdToProfileSearch: <ThrowOnError extends boolean = false>(options:
|
|
|
80707
80707
|
*
|
|
80708
80708
|
* Takes free-form text (e.g., 'Senior Product Managers from Series A to C FinTech startups in New York') and produces standardized filters (industries, funding stages, headcount ranges, locations, titles, seniorities, etc.). When limits are provided, executes the search and returns matching companies and people in a single synchronous call. When referencing specific companies, provide the identifier in one of these forms: plain name (e.g. 'Apple'), domain (e.g. 'apple.com'), or LinkedIn slug (e.g. 'company/banco-santander').Note: This is not optimized for job descriptions. If you have a JD, use the Search profiles from a job description endpoint instead.
|
|
80709
80709
|
*
|
|
80710
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80710
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80711
80711
|
*
|
|
80712
80712
|
* <span>💰 <strong>Cost:</strong> Fixed costs per request:<br />• 2 credits for company search params generation based on prompt, if required<br />• 2 credits for profile search params generation based on prompt, if required <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80713
80713
|
*/
|
|
@@ -80727,7 +80727,7 @@ declare const createSavedSearch: <ThrowOnError extends boolean = false>(options:
|
|
|
80727
80727
|
*
|
|
80728
80728
|
* Get all details for a specific saved search
|
|
80729
80729
|
*
|
|
80730
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80730
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80731
80731
|
*
|
|
80732
80732
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80733
80733
|
*/
|
|
@@ -80737,7 +80737,7 @@ declare const getSavedSearch: <ThrowOnError extends boolean = false>(options: Op
|
|
|
80737
80737
|
*
|
|
80738
80738
|
* Get all details for a specific saved search run
|
|
80739
80739
|
*
|
|
80740
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80740
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80741
80741
|
*
|
|
80742
80742
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80743
80743
|
*/
|
|
@@ -80757,7 +80757,7 @@ declare const manuallySpawnSavedSearchRun: <ThrowOnError extends boolean = false
|
|
|
80757
80757
|
*
|
|
80758
80758
|
* Update a saved search
|
|
80759
80759
|
*
|
|
80760
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80760
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80761
80761
|
*
|
|
80762
80762
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80763
80763
|
*/
|
|
@@ -80767,7 +80767,7 @@ declare const updateSavedSearch: <ThrowOnError extends boolean = false>(options:
|
|
|
80767
80767
|
*
|
|
80768
80768
|
* List saved search runs
|
|
80769
80769
|
*
|
|
80770
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80770
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80771
80771
|
*
|
|
80772
80772
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80773
80773
|
*/
|
|
@@ -80777,7 +80777,7 @@ declare const listSavedSearchRuns: <ThrowOnError extends boolean = false>(option
|
|
|
80777
80777
|
*
|
|
80778
80778
|
* List saved searches
|
|
80779
80779
|
*
|
|
80780
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80780
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80781
80781
|
*
|
|
80782
80782
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80783
80783
|
*/
|
|
@@ -80787,7 +80787,7 @@ declare const listSavedSearch: <ThrowOnError extends boolean = false>(options: O
|
|
|
80787
80787
|
*
|
|
80788
80788
|
* Returns the execution status and metadata for a saved search run, including start time, completion time (if finished), and current status (NOT_STARTED, PROCESSING, COMPLETED, or FAILED)
|
|
80789
80789
|
*
|
|
80790
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80790
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80791
80791
|
*
|
|
80792
80792
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80793
80793
|
*/
|
|
@@ -80797,7 +80797,7 @@ declare const getSavedSearchRunStatus: <ThrowOnError extends boolean = false>(op
|
|
|
80797
80797
|
*
|
|
80798
80798
|
* Get current profiles found for a specific saved search
|
|
80799
80799
|
*
|
|
80800
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80800
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80801
80801
|
*
|
|
80802
80802
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80803
80803
|
*/
|
|
@@ -80807,7 +80807,7 @@ declare const getCurrentProfilesInSavedSearch: <ThrowOnError extends boolean = f
|
|
|
80807
80807
|
*
|
|
80808
80808
|
* Get current companies found for a specific saved search
|
|
80809
80809
|
*
|
|
80810
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80810
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80811
80811
|
*
|
|
80812
80812
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80813
80813
|
*/
|
|
@@ -80817,7 +80817,7 @@ declare const getCurrentCompaniesInSavedSearch: <ThrowOnError extends boolean =
|
|
|
80817
80817
|
*
|
|
80818
80818
|
* Get the profiles found for a specific saved search run
|
|
80819
80819
|
*
|
|
80820
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80820
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80821
80821
|
*
|
|
80822
80822
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80823
80823
|
*/
|
|
@@ -80827,7 +80827,7 @@ declare const getSavedSearchRunProfiles: <ThrowOnError extends boolean = false>(
|
|
|
80827
80827
|
*
|
|
80828
80828
|
* Get the companies found for a specific saved search run
|
|
80829
80829
|
*
|
|
80830
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80830
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80831
80831
|
*
|
|
80832
80832
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80833
80833
|
*/
|
|
@@ -80837,7 +80837,7 @@ declare const getSavedSearchRunCompanies: <ThrowOnError extends boolean = false>
|
|
|
80837
80837
|
*
|
|
80838
80838
|
* Get the latest saved search run for a specific saved search
|
|
80839
80839
|
*
|
|
80840
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80840
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80841
80841
|
*
|
|
80842
80842
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80843
80843
|
*/
|
|
@@ -80857,7 +80857,7 @@ declare const startLocalBusinessSearch: <ThrowOnError extends boolean = false>(o
|
|
|
80857
80857
|
*
|
|
80858
80858
|
* Use our AI agent to find a company's domain and email domains using a variety of parameters such as company name, country, state, city, address, other context, and description. NOTE: Maximum 400 companies can be provided at a time. Estimated time to complete 150 companies is an hour.
|
|
80859
80859
|
*
|
|
80860
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80860
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80861
80861
|
*
|
|
80862
80862
|
* <span>💰 <strong>Cost:</strong> 3 credits per company <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80863
80863
|
*/
|
|
@@ -80873,7 +80873,7 @@ declare const domainLookupTrigger: <ThrowOnError extends boolean = false>(option
|
|
|
80873
80873
|
* 2. **Subsequent pages** — send `{ search: { request: "subsequent", cursor: "<nextCursor>" } }`.
|
|
80874
80874
|
* 3. When `nextCursor` is `null` in the response, there are no more results.
|
|
80875
80875
|
*
|
|
80876
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80876
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80877
80877
|
*
|
|
80878
80878
|
* <span>💰 <strong>Cost:</strong> Pricing is coming soon. Credits will be charged once this feature is fully released. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80879
80879
|
*/
|
|
@@ -80883,7 +80883,7 @@ declare const multiSourceSearch: <ThrowOnError extends boolean = false>(options:
|
|
|
80883
80883
|
*
|
|
80884
80884
|
* Triggers the audience building process. This runs a company and prospect search based on the configured search parameters and saves results to the database. The build runs asynchronously - use the get-audience-status endpoint to poll for completion. Status transitions: DRAFT → BUILDING → NORMAL (success) or FAILED (error).
|
|
80885
80885
|
*
|
|
80886
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80886
|
+
* <span>⚡ <strong>Rate limit:</strong> 30 requests per 1 minute</span>
|
|
80887
80887
|
*
|
|
80888
80888
|
* <span>💰 <strong>Cost:</strong> Credits are charged after the build completes based on results: 1 credits per company and 1 credits per profile found. <span title="Pricing shown is default pricing. Actual pricing may vary. Your total charge will vary based on the number of companies and profiles in your audience.">ⓘ</span></span>
|
|
80889
80889
|
*/
|
|
@@ -80893,7 +80893,7 @@ declare const buildAudience: <ThrowOnError extends boolean = false>(options: Opt
|
|
|
80893
80893
|
*
|
|
80894
80894
|
* Triggers the audience enrichment process. This runs company and prospect enrichment (live data, Sales Navigator, contact details) based on the configured enrichment types. The enrichment runs asynchronously - use the get-enrichment-status endpoint to poll for completion. Credits are charged immediately based on the estimated cost.
|
|
80895
80895
|
*
|
|
80896
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80896
|
+
* <span>⚡ <strong>Rate limit:</strong> 30 requests per 1 minute</span>
|
|
80897
80897
|
*
|
|
80898
80898
|
* <span>💰 <strong>Cost:</strong> Credits are charged immediately: 2 per work email, 2 per personal email, 3 per phone number, 1 per prospect live enrichment. <span title="Pricing shown is default pricing. Actual pricing may vary. Your total charge will vary based on the enrichment types selected and number of prospects.">ⓘ</span></span>
|
|
80899
80899
|
*/
|
|
@@ -80903,7 +80903,7 @@ declare const triggerEnrichment: <ThrowOnError extends boolean = false>(options:
|
|
|
80903
80903
|
*
|
|
80904
80904
|
* Use our AI agent to find GitHub profiles for a list of people using name and optional context like LinkedIn URL, work email, company, and job title.
|
|
80905
80905
|
*
|
|
80906
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80906
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80907
80907
|
*
|
|
80908
80908
|
* <span>💰 <strong>Cost:</strong> 3 credits per person <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80909
80909
|
*/
|
|
@@ -80923,7 +80923,7 @@ declare const githubToLinkedInTrigger: <ThrowOnError extends boolean = false>(op
|
|
|
80923
80923
|
*
|
|
80924
80924
|
* Use our AI agent to find social media profiles (Twitter, Instagram) for a person using name and optional context like LinkedIn URL, work email, company, and job title.
|
|
80925
80925
|
*
|
|
80926
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80926
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80927
80927
|
*
|
|
80928
80928
|
* <span>💰 <strong>Cost:</strong> 3 credits per person <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80929
80929
|
*/
|
|
@@ -80933,7 +80933,7 @@ declare const socialMediaLookupTrigger: <ThrowOnError extends boolean = false>(o
|
|
|
80933
80933
|
*
|
|
80934
80934
|
* Fetches the timestamped transcript for a YouTube video. Returns all transcript segments and the list of languages available. Provide a full YouTube URL or a bare 11-character video ID.
|
|
80935
80935
|
*
|
|
80936
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80936
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80937
80937
|
*
|
|
80938
80938
|
* <span>💰 <strong>Cost:</strong> 2 credits per request <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80939
80939
|
*/
|
|
@@ -80943,7 +80943,7 @@ declare const youtubeTranscript: <ThrowOnError extends boolean = false>(options:
|
|
|
80943
80943
|
*
|
|
80944
80944
|
* Fetches detailed metadata for a YouTube video including title, view count, like count, channel information, chapters, key moments, and available transcript languages.
|
|
80945
80945
|
*
|
|
80946
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80946
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80947
80947
|
*
|
|
80948
80948
|
* <span>💰 <strong>Cost:</strong> 2 credits per request <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80949
80949
|
*/
|
|
@@ -80953,7 +80953,7 @@ declare const youtubeVideoDetails: <ThrowOnError extends boolean = false>(option
|
|
|
80953
80953
|
*
|
|
80954
80954
|
* Fetches a page of comments for a YouTube video. Returns comment text, author, like count, and reply count. Use `nextPageToken` from the response to paginate through additional pages.
|
|
80955
80955
|
*
|
|
80956
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80956
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80957
80957
|
*
|
|
80958
80958
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80959
80959
|
*/
|
|
@@ -80963,7 +80963,7 @@ declare const youtubeVideoComments: <ThrowOnError extends boolean = false>(optio
|
|
|
80963
80963
|
*
|
|
80964
80964
|
* Searches YouTube for videos matching a query. Returns video titles, links, channel information, view counts, and durations.
|
|
80965
80965
|
*
|
|
80966
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80966
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80967
80967
|
*
|
|
80968
80968
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80969
80969
|
*/
|
|
@@ -80973,7 +80973,7 @@ declare const youtubeSearch: <ThrowOnError extends boolean = false>(options: Opt
|
|
|
80973
80973
|
*
|
|
80974
80974
|
* Fetches metadata and videos for a YouTube channel. Returns subscriber count, description, video count, total views, and a paginated list of videos. Use `nextPageToken` from the response to paginate through additional video pages.
|
|
80975
80975
|
*
|
|
80976
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80976
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80977
80977
|
*
|
|
80978
80978
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80979
80979
|
*/
|
|
@@ -80993,7 +80993,7 @@ declare const getScoutingReport: <ThrowOnError extends boolean = false>(options:
|
|
|
80993
80993
|
*
|
|
80994
80994
|
* Create a new job changes list. Track people when they change their jobs.
|
|
80995
80995
|
*
|
|
80996
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80996
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
80997
80997
|
*
|
|
80998
80998
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
80999
80999
|
*/
|
|
@@ -81003,7 +81003,7 @@ declare const createJobChangeList: <ThrowOnError extends boolean = false>(option
|
|
|
81003
81003
|
*
|
|
81004
81004
|
* Get a job changes list.
|
|
81005
81005
|
*
|
|
81006
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81006
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81007
81007
|
*
|
|
81008
81008
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81009
81009
|
*/
|
|
@@ -81013,7 +81013,7 @@ declare const getJourneymanList: <ThrowOnError extends boolean = false>(options:
|
|
|
81013
81013
|
*
|
|
81014
81014
|
* Update a job changes list. Track people when they change their jobs.
|
|
81015
81015
|
*
|
|
81016
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81016
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81017
81017
|
*
|
|
81018
81018
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81019
81019
|
*/
|
|
@@ -81023,7 +81023,7 @@ declare const updateJobChangeList: <ThrowOnError extends boolean = false>(option
|
|
|
81023
81023
|
*
|
|
81024
81024
|
* Deletes a job changes list. This will remove the list and stop tracking job changes for prospects in this list.
|
|
81025
81025
|
*
|
|
81026
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81026
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81027
81027
|
*
|
|
81028
81028
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81029
81029
|
*/
|
|
@@ -81033,7 +81033,7 @@ declare const deleteJobChangeList: <ThrowOnError extends boolean = false>(option
|
|
|
81033
81033
|
*
|
|
81034
81034
|
* Add profiles to the job change list who you want track when they change their jobs. Note: we tend to remove the 404 profiles to the list automatically.Once the upload is start, you can use /job-changes/get-list to track the uploading process of the people to the list.
|
|
81035
81035
|
*
|
|
81036
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81036
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81037
81037
|
*
|
|
81038
81038
|
* <span>💰 <strong>Cost:</strong> 1 credit per Number of prospect tracking <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81039
81039
|
*/
|
|
@@ -81043,7 +81043,7 @@ declare const addProfilesToList: <ThrowOnError extends boolean = false>(options:
|
|
|
81043
81043
|
*
|
|
81044
81044
|
* This will remove people from job changes tracking lists
|
|
81045
81045
|
*
|
|
81046
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81046
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81047
81047
|
*
|
|
81048
81048
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81049
81049
|
*/
|
|
@@ -81053,7 +81053,7 @@ declare const deleteProfilesFromJobChangeList: <ThrowOnError extends boolean = f
|
|
|
81053
81053
|
*
|
|
81054
81054
|
* Lists all job changes lists for your organization. Returns basic info for each list.
|
|
81055
81055
|
*
|
|
81056
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81056
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81057
81057
|
*
|
|
81058
81058
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81059
81059
|
*/
|
|
@@ -81063,7 +81063,7 @@ declare const listAllJourneymanLists: <ThrowOnError extends boolean = false>(opt
|
|
|
81063
81063
|
*
|
|
81064
81064
|
* Get current state of all profiles from the list. Returns basic info for each profile.
|
|
81065
81065
|
*
|
|
81066
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81066
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81067
81067
|
*
|
|
81068
81068
|
* <span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81069
81069
|
*/
|
|
@@ -81073,7 +81073,7 @@ declare const listAllProfilesFromJourneymanList: <ThrowOnError extends boolean =
|
|
|
81073
81073
|
*
|
|
81074
81074
|
* Fetches the public profile for a Twitter/X user by handle. Returns follower/following counts, bio, verification status, and account metadata.
|
|
81075
81075
|
*
|
|
81076
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81076
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81077
81077
|
*
|
|
81078
81078
|
* <span>💰 <strong>Cost:</strong> 2 credits per request <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81079
81079
|
*/
|
|
@@ -81083,7 +81083,7 @@ declare const twitterProfile: <ThrowOnError extends boolean = false>(options: Op
|
|
|
81083
81083
|
*
|
|
81084
81084
|
* Fetches the latest tweets for a Twitter/X user. Returns a paginated list of tweets with engagement metrics. Use the `cursor` field from the response to retrieve subsequent pages.
|
|
81085
81085
|
*
|
|
81086
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81086
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81087
81087
|
*
|
|
81088
81088
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81089
81089
|
*/
|
|
@@ -81093,7 +81093,7 @@ declare const twitterUserTweets: <ThrowOnError extends boolean = false>(options:
|
|
|
81093
81093
|
*
|
|
81094
81094
|
* Fetches a page of followers for a Twitter/X user. Use the `cursor` field from the response to retrieve subsequent pages.
|
|
81095
81095
|
*
|
|
81096
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81096
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81097
81097
|
*
|
|
81098
81098
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81099
81099
|
*/
|
|
@@ -81103,7 +81103,7 @@ declare const twitterUserFollowers: <ThrowOnError extends boolean = false>(optio
|
|
|
81103
81103
|
*
|
|
81104
81104
|
* Fetches a page of accounts a Twitter/X user follows. Use the `cursor` field from the response to retrieve subsequent pages.
|
|
81105
81105
|
*
|
|
81106
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81106
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81107
81107
|
*
|
|
81108
81108
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81109
81109
|
*/
|
|
@@ -81113,7 +81113,7 @@ declare const twitterUserFollowing: <ThrowOnError extends boolean = false>(optio
|
|
|
81113
81113
|
*
|
|
81114
81114
|
* Fetches details for a single tweet by its numeric ID. Returns full text, engagement metrics (likes, retweets, replies, views), and metadata.
|
|
81115
81115
|
*
|
|
81116
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81116
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81117
81117
|
*
|
|
81118
81118
|
* <span>💰 <strong>Cost:</strong> 2 credits per request <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81119
81119
|
*/
|
|
@@ -81123,7 +81123,7 @@ declare const twitterTweetDetails: <ThrowOnError extends boolean = false>(option
|
|
|
81123
81123
|
*
|
|
81124
81124
|
* Fetches a page of replies to a tweet. Use the `cursor` field from the response to retrieve subsequent pages.
|
|
81125
81125
|
*
|
|
81126
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81126
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81127
81127
|
*
|
|
81128
81128
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81129
81129
|
*/
|
|
@@ -81133,7 +81133,7 @@ declare const twitterTweetReplies: <ThrowOnError extends boolean = false>(option
|
|
|
81133
81133
|
*
|
|
81134
81134
|
* Fetches a page of quote tweets for a tweet. Use the `cursor` field from the response to retrieve subsequent pages.
|
|
81135
81135
|
*
|
|
81136
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81136
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81137
81137
|
*
|
|
81138
81138
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81139
81139
|
*/
|
|
@@ -81143,7 +81143,7 @@ declare const twitterTweetQuotes: <ThrowOnError extends boolean = false>(options
|
|
|
81143
81143
|
*
|
|
81144
81144
|
* Fetches a page of users who retweeted a tweet. Use the `cursor` field from the response to retrieve subsequent pages.
|
|
81145
81145
|
*
|
|
81146
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81146
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81147
81147
|
*
|
|
81148
81148
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81149
81149
|
*/
|
|
@@ -81153,7 +81153,7 @@ declare const twitterTweetRetweeters: <ThrowOnError extends boolean = false>(opt
|
|
|
81153
81153
|
*
|
|
81154
81154
|
* Fetches a page of tweets that mention a Twitter/X user. Use the `cursor` field from the response to retrieve subsequent pages.
|
|
81155
81155
|
*
|
|
81156
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81156
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81157
81157
|
*
|
|
81158
81158
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81159
81159
|
*/
|
|
@@ -81163,7 +81163,7 @@ declare const twitterUserMentions: <ThrowOnError extends boolean = false>(option
|
|
|
81163
81163
|
*
|
|
81164
81164
|
* Searches for tweets matching a query. Supports standard Twitter search operators (e.g. 'TypeScript from:elonmusk lang:en'). Returns a paginated list of matching tweets. Use the `cursor` field from the response to retrieve subsequent pages.
|
|
81165
81165
|
*
|
|
81166
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81166
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81167
81167
|
*
|
|
81168
81168
|
* <span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81169
81169
|
*/
|
|
@@ -81173,7 +81173,7 @@ declare const twitterSearch: <ThrowOnError extends boolean = false>(options: Opt
|
|
|
81173
81173
|
*
|
|
81174
81174
|
* Fetches the most recent annual revenue estimate for a company. Pass a LinkedIn company URL, domain, and/or company name.
|
|
81175
81175
|
*
|
|
81176
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
81176
|
+
* <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
|
|
81177
81177
|
*
|
|
81178
81178
|
* <span>💰 <strong>Cost:</strong> 4 credits per company lookup <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
|
|
81179
81179
|
*/
|