curl --request POST \
--url https://api.pubrio.com/companies/lookup/enrich \
--header 'Content-Type: application/json' \
--header 'pubrio-api-key: <api-key>' \
--data '
{
"domain_search_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domain": "pubrio.com",
"linkedin_url": "https://www.linkedin.com/company/pubrio"
}
'import requests
url = "https://api.pubrio.com/companies/lookup/enrich"
payload = {
"domain_search_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domain": "pubrio.com",
"linkedin_url": "https://www.linkedin.com/company/pubrio"
}
headers = {
"pubrio-api-key": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'pubrio-api-key': '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({
domain_search_id: '3c90c3cc-0d44-4b50-8888-8dd25736052a',
domain: 'pubrio.com',
linkedin_url: 'https://www.linkedin.com/company/pubrio'
})
};
fetch('https://api.pubrio.com/companies/lookup/enrich', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.pubrio.com/companies/lookup/enrich",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'domain_search_id' => '3c90c3cc-0d44-4b50-8888-8dd25736052a',
'domain' => 'pubrio.com',
'linkedin_url' => 'https://www.linkedin.com/company/pubrio'
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json",
"pubrio-api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.pubrio.com/companies/lookup/enrich"
payload := strings.NewReader("{\n \"domain_search_id\": \"3c90c3cc-0d44-4b50-8888-8dd25736052a\",\n \"domain\": \"pubrio.com\",\n \"linkedin_url\": \"https://www.linkedin.com/company/pubrio\"\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("pubrio-api-key", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.pubrio.com/companies/lookup/enrich")
.header("pubrio-api-key", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"domain_search_id\": \"3c90c3cc-0d44-4b50-8888-8dd25736052a\",\n \"domain\": \"pubrio.com\",\n \"linkedin_url\": \"https://www.linkedin.com/company/pubrio\"\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.pubrio.com/companies/lookup/enrich")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["pubrio-api-key"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"domain_search_id\": \"3c90c3cc-0d44-4b50-8888-8dd25736052a\",\n \"domain\": \"pubrio.com\",\n \"linkedin_url\": \"https://www.linkedin.com/company/pubrio\"\n}"
response = http.request(request)
puts response.read_body{
"metadata": {
"is_enrichment_available": false,
"parameters": null
},
"data": {
"logo_url": "https://buckets.pubrio.com/company-logo/MTA4NjI1MTNzdHJpcGUuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"emails": [
"..."
],
"phones": [
"..."
],
"contacts": [
"..."
],
"estimated_revenue": 14400000000,
"publicly_traded_symbol": null,
"publicly_traded_exchange": null,
"linkedin_name": "stripe",
"domains": [
"stripe.com"
],
"locations": [
"US"
],
"categories": [
"1",
"26",
"28",
"33",
"37",
"38",
"39",
"43",
"56",
"60",
"64",
"69",
"71",
"81",
"116",
"129",
"147",
"254",
"979",
"3014",
"707847256"
],
"verticals": [
"24076059",
"24096599",
"69085143",
"69107205"
],
"vertical_categories": [
"9",
"16",
"18"
],
"vertical_sub_categories": [
"74",
"103",
"120"
],
"company_ranking": 221,
"title": "Help increase the GDP of the internet.",
"company_type": "Privately Held",
"description": "Stripe is a financial infrastructure platform for businesses. Millions of companies—from the world’s largest enterprises to the most ambitious startups—use Stripe to accept payments, grow their revenue, and accelerate new business opportunities. Headquartered in San Francisco and Dublin, the company aims to increase the GDP of the internet.",
"company_address": "South San Francisco, California",
"linkedin_uid": "2135371",
"company_name": "Stripe",
"founded_year": 2010,
"industry": "Technology, Information And Internet",
"specialties": [
"Technology, Information And Internet",
"Financial Services",
"E-commerce",
"Information Technology & Services"
],
"domain": "stripe.com",
"domain_search_id": "5378845d-7726-4817-aba9-ced8c5f41dee",
"domain_id": 10862513,
"parent_id": null,
"linkedin_company_id": 1407685,
"domain_ids": [
10862513,
3254042745,
2617941789,
953909397,
368243151
],
"country_code": "US",
"company_size": 11300,
"company_keywords": [
"payments",
"developer tools",
"cloud infrastructure",
"credit cards",
"consumer internet",
"enterprise software",
"software",
"internet",
"information technology",
"technology, information & internet",
"global payments",
"online payments",
"payment links",
"checkout solutions",
"subscription billing",
"invoicing",
"fraud prevention",
"identity verification",
"financial automation",
"business financing",
"virtual cards",
"embedded finance",
"transaction monitoring",
"data analytics",
"payment methods"
],
"is_company_url_active": true,
"company_url": "https://stripe.com/",
"youtube_url": null,
"github_url": null,
"x_url": null,
"crunchbase_url": null,
"linkedin_url": "https://www.linkedin.com/company/stripe",
"instagram_url": null,
"facebook_url": "https://facebook.com/stripehq",
"twitter_url": "http://twitter.com/stripe",
"country": "United States",
"location": "United States",
"sequences": null,
"saved_lists": null,
"company_addresses": [
"354 Oyster Point Blvd South San Francisco, California 94080, US",
"1 Grand Canal Street Lower Dublin, County Dublin, IE",
"920 5th Ave Seattle, Washington 98104, US",
"211 Old Street London, England EC1V 9NR, GB",
"10, Boulevard Haussmann Paris, Ile-de-France 75009, FR",
"89 Neil Rd Central Business District, Singapore 088894, SG",
"1-5-8 Jingumae Tokyo, Shibuya-ku 150-0001, JP",
"515 N State St Chicago, Illinois 60610, US",
"11 Park Pl New York, NY 10301, US",
"Singel 542 Amsterdam, North Holland 1017, NL",
"Avenida Paseo De La Reforma 296 Ciudad De Mexico, Colonia Juarez 06600, MX",
"222 Exhibition St Melbourne, Victoria 3000, AU",
"Avenida Paulista 1374 Paulínia, São Paulo 13140-000, BR",
"Church Street Haridevpur, Shanthala Nagar, Ashok Nagar Bengaluru, Karnataka 560001, IN"
],
"company_size_printed": "11,300+"
},
"jobs": [
{
"job_id": "e4077f8d-2b3d-4a9b-935e-123faae6f9a2",
"job_search_id": "e4077f8d-2b3d-4a9b-935e-123faae6f9a2",
"last_modified": "2025-06-05T08:04:00.294Z",
"companies": {
"logo_url": "https://buckets.pubrio.com/company-logo/MTA4NjI1MTNzdHJpcGUuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "5378845d-7726-4817-aba9-ced8c5f41dee",
"company_name": "Stripe",
"linkedin_name": "stripe",
"country_code": "US",
"domain": "stripe.com"
},
"location": "Toronto, Ontario, Canada",
"job_url": "https://ca.linkedin.com/jobs/view/program-lead-stripe-startups-at-stripe-4244851093?position=9&pageNum=0&refId=dSWk2H9vKbZkQFgUb0YAqA%3D%3D&trackingId=tU1BYodLertdWt%2F7NIn4Tw%3D%3D",
"posting_date": "2025-06-04",
"country_code": "CA",
"location_id": 395,
"title": "Program Lead, Stripe Startups",
"country": "Canada"
},
"..."
],
"news": [
{
"news_id": "032606ce-46b6-4bf5-9aa9-8ecc96f126bc",
"news_search_id": "15872966-7b73-4361-be8f-2415bf4c72d9",
"domains": [
"openai.com",
"microsoft.com",
"anthropic.com",
"perplexity.ai",
"stripe.com",
"github.com",
"salesforce.com",
"canva.com",
"adobe.com",
"atlassian.com",
"zoom.us"
],
"companies": [
{
"logo_url": "https://buckets.pubrio.com/company-logo/MzA2MTI3NThhdGxhc3NpYW4uY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "1437c841-a4b8-48c1-9be3-3dafb68dfd41",
"country_code": "AU",
"company_name": "Atlassian",
"linkedin_name": "atlassian",
"domain": "atlassian.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/NTU1MDU5MDdhbnRocm9waWMuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "15dd54c6-12b4-494a-84f4-9fff676ac7e0",
"country_code": "US",
"company_name": "Anthropic",
"linkedin_name": "anthropicresearch",
"domain": "anthropic.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MjMzNDM2OTQxYWRvYmUuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "1fda6cfb-dacd-40a9-bb77-21ebc81c79e2",
"country_code": "US",
"company_name": "Adobe",
"linkedin_name": "adobe",
"domain": "adobe.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MjY5OTUyODdzYWxlc2ZvcmNlLmNvbWxpbmtlZGluX3BfbG9nbzE1.jpg",
"domain_search_id": "29437edb-9d9a-45a3-8f43-481cbfaab1bf",
"country_code": "US",
"company_name": "Salesforce",
"linkedin_name": "salesforce",
"domain": "salesforce.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MTA4NjI1MTNzdHJpcGUuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "5378845d-7726-4817-aba9-ced8c5f41dee",
"country_code": "US",
"company_name": "Stripe",
"linkedin_name": "stripe",
"domain": "stripe.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MzA2MTIzNTVvcGVuYWkuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "67c4696b-b7b0-46b5-b2af-9f434543661e",
"country_code": "US",
"company_name": "Openai",
"linkedin_name": "openai",
"domain": "openai.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MzY4MjQyNzQ4aWxqOXNzbmoxZ2l0aHViLmNvbWxpbmtlZGluXzE0MDY4NDg=.jpg",
"domain_search_id": "838c52f2-ab18-4258-b37c-e00bc568f747",
"country_code": "US",
"company_name": "Github",
"linkedin_name": "github",
"domain": "github.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MTU0MDk4MjAxMHpvb20udXNsaW5rZWRpbl9wX2xvZ28xNQ==.jpg",
"domain_search_id": "a90c7f40-ed1a-4675-b348-f36cbcf94481",
"country_code": "US",
"company_name": "Zoom",
"linkedin_name": "zoom",
"domain": "zoom.us"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MzA2MTIyODdjYW52YS5jb21saW5rZWRpbl9wX2xvZ28xNQ==.jpg",
"domain_search_id": "b5405a6c-81a7-4f86-bd09-ebf728b667bf",
"country_code": "AU",
"company_name": "Canva",
"linkedin_name": "canva",
"domain": "canva.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MTQyMjQxMjk4bWljcm9zb2Z0LmNvbWxpbmtlZGluX3BfbG9nbzE1.jpg",
"domain_search_id": "dd225537-283f-46bf-ba1c-cb0c6a1311bb",
"country_code": "US",
"company_name": "Microsoft",
"linkedin_name": "microsoft",
"domain": "microsoft.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MTU0MDk4MjEyNnBlcnBsZXhpdHkuYWlsaW5rZWRpbl9wX2xvZ28xNQ==.jpg",
"domain_search_id": "fe169c45-f426-4ec4-985e-c88b2d78d044",
"country_code": "US",
"company_name": "Perplexity",
"linkedin_name": "perplexity-ai",
"domain": "perplexity.ai"
}
],
"news_galleries": [
{
"slug": "technology",
"news_gallery_id": "9536114f-231a-489c-8a8a-1cbf82a327a4",
"name": "Technology"
}
],
"locations": [
"China"
],
"last_modified": "2025-06-04T07:43:14.260Z",
"image_url": "https://analyticsindiamag.com/wp-content/uploads/2025/06/ai-monetisation-llm.jpg",
"url": "https://analyticsindiamag.com/ai-features/llm-companies-vs-saas-giants-whos-winning-in-ai-monetisation/",
"published_at": "2025-06-04T07:03:49.000000Z",
"language": "en",
"source": "analyticsindiamag.com",
"category": "launches",
"title": "LLM companies vs SaaS giants: AI monetization race",
"summary": "LLM companies show rapid growth but struggle with profitability, while SaaS giants integrate AI cautiously into existing services, leveraging their large user base.",
"news_category_name": "Launches"
},
"..."
],
"similar_companies": [
{
"logo_url": "https://buckets.pubrio.com/company-logo/MzY4MjQzODc3cmlwcGxlLmNvbWxpbmtlZGluX3BfbG9nbzE1.jpg",
"emails": [
"..."
],
"phones": [
"..."
],
"contacts": [
"..."
],
"similarity_score": 0.6540610253955462,
"estimated_revenue": 500000000,
"publicly_traded_symbol": null,
"publicly_traded_exchange": null,
"linkedin_name": "rippleofficial",
"domains": [
"ripple.com"
],
"locations": [
"US"
],
"categories": null,
"verticals": [
"69086483",
"24076059",
"69085537",
"69107205"
],
"vertical_categories": [
"16",
"18"
],
"vertical_sub_categories": [
"103",
"120"
],
"company_ranking": 8133,
"title": "We're building the Internet of Value.",
"company_type": "Privately Held",
"description": "Using proven crypto and blockchain technology honed over a decade, Ripple’s enterprise-grade solutions are faster, more transparent, and more cost-effective than traditional financial services. Our customers use these solutions to source crypto, facilitate instant payments, empower their treasury, engage new audiences, lower capital requirements, and drive new revenue. Founded in 2012, Ripple's vision is to enable a world where value moves as seamlessly as information flows today—an Internet of Value. Ripple is the only enterprise blockchain company today with products in commercial use. Ripple’s global payments network includes over 300 customers across 40+ countries and six continents.",
"company_address": "San Francisco, CA",
"linkedin_uid": "3249443",
"company_name": "Ripple",
"founded_year": 2012,
"industry": "Technology, Information And Internet",
"specialties": [
"Technology",
"Technology, Information And Internet",
"Financial Services",
"Blockchain"
],
"domain": "ripple.com",
"domain_search_id": "eac9e802-d574-4f5f-b7d9-4daadbdcd630",
"domain_id": 368243877,
"parent_id": null,
"linkedin_company_id": 1408892,
"domain_ids": [
368243877,
3252571626,
1758856012,
2617948464
],
"country_code": "US",
"company_size": 1400,
"company_keywords": [
"crossborder payments",
"financial technology",
"cryptography",
"distributed ledgers",
"fintech",
"finance",
"blockchain",
"payments",
"cryptocurrency",
"fin tech",
"blockchains",
"blockchain / cryptocurrency",
"technology, information & internet",
"digital asset custody",
"blockchain technology",
"real-time settlement",
"liquidity management",
"stablecoin issuance",
"enterprise blockchain",
"xrp ledger",
"secure custody solutions",
"digital asset management",
"financial institutions",
"tokenization"
],
"is_company_url_active": true,
"company_url": "https://www.ripple.com/",
"youtube_url": null,
"github_url": null,
"x_url": "https://x.com/ripple",
"crunchbase_url": null,
"linkedin_url": "https://www.linkedin.com/company/rippleofficial",
"instagram_url": null,
"facebook_url": null,
"twitter_url": "https://twitter.com/ripple",
"country": "United States",
"location": "United States",
"sequences": null,
"saved_lists": null,
"company_addresses": [
"San Francisco, CA 94104, US"
],
"company_size_printed": "1,400+"
},
"..."
]
}{
"code": 40001,
"message": "Errors and codes will vary depending on the scenario, please see the documentation for information.",
"details": {}
}{
"error": "Request rate limit exceeded. Please wait and try again later."
}{
"error": "An unexpected error occurred on the server."
}Enrichissement de recherche d'entreprise
Enrichissement d’entreprise en temps réel. Renvoie la fiche de l’entreprise ainsi que ses signaux récents de recrutement, de médias, de publicité et d’entreprises similaires en un seul appel.
Le premier appel pour une entreprise peut être lent. Lorsque la fiche doit être enrichie à partir de zéro, comptez plusieurs dizaines de secondes — un appel à froid mesuré a pris 45 secondes. Une fois enrichie, la même entreprise est renvoyée en bien moins d’une seconde. Réglez le délai d’expiration de votre client HTTP à au moins 90 secondes : de nombreux clients ont une valeur par défaut de 30 secondes et interrompront un appel à froid qui aurait pourtant réussi. Si vous n’avez besoin que de la fiche déjà stockée, appelez plutôt Company Lookup, qui est toujours rapide.
curl --request POST \
--url https://api.pubrio.com/companies/lookup/enrich \
--header 'Content-Type: application/json' \
--header 'pubrio-api-key: <api-key>' \
--data '
{
"domain_search_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domain": "pubrio.com",
"linkedin_url": "https://www.linkedin.com/company/pubrio"
}
'import requests
url = "https://api.pubrio.com/companies/lookup/enrich"
payload = {
"domain_search_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domain": "pubrio.com",
"linkedin_url": "https://www.linkedin.com/company/pubrio"
}
headers = {
"pubrio-api-key": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'pubrio-api-key': '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({
domain_search_id: '3c90c3cc-0d44-4b50-8888-8dd25736052a',
domain: 'pubrio.com',
linkedin_url: 'https://www.linkedin.com/company/pubrio'
})
};
fetch('https://api.pubrio.com/companies/lookup/enrich', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.pubrio.com/companies/lookup/enrich",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'domain_search_id' => '3c90c3cc-0d44-4b50-8888-8dd25736052a',
'domain' => 'pubrio.com',
'linkedin_url' => 'https://www.linkedin.com/company/pubrio'
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json",
"pubrio-api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.pubrio.com/companies/lookup/enrich"
payload := strings.NewReader("{\n \"domain_search_id\": \"3c90c3cc-0d44-4b50-8888-8dd25736052a\",\n \"domain\": \"pubrio.com\",\n \"linkedin_url\": \"https://www.linkedin.com/company/pubrio\"\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("pubrio-api-key", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.pubrio.com/companies/lookup/enrich")
.header("pubrio-api-key", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"domain_search_id\": \"3c90c3cc-0d44-4b50-8888-8dd25736052a\",\n \"domain\": \"pubrio.com\",\n \"linkedin_url\": \"https://www.linkedin.com/company/pubrio\"\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.pubrio.com/companies/lookup/enrich")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["pubrio-api-key"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"domain_search_id\": \"3c90c3cc-0d44-4b50-8888-8dd25736052a\",\n \"domain\": \"pubrio.com\",\n \"linkedin_url\": \"https://www.linkedin.com/company/pubrio\"\n}"
response = http.request(request)
puts response.read_body{
"metadata": {
"is_enrichment_available": false,
"parameters": null
},
"data": {
"logo_url": "https://buckets.pubrio.com/company-logo/MTA4NjI1MTNzdHJpcGUuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"emails": [
"..."
],
"phones": [
"..."
],
"contacts": [
"..."
],
"estimated_revenue": 14400000000,
"publicly_traded_symbol": null,
"publicly_traded_exchange": null,
"linkedin_name": "stripe",
"domains": [
"stripe.com"
],
"locations": [
"US"
],
"categories": [
"1",
"26",
"28",
"33",
"37",
"38",
"39",
"43",
"56",
"60",
"64",
"69",
"71",
"81",
"116",
"129",
"147",
"254",
"979",
"3014",
"707847256"
],
"verticals": [
"24076059",
"24096599",
"69085143",
"69107205"
],
"vertical_categories": [
"9",
"16",
"18"
],
"vertical_sub_categories": [
"74",
"103",
"120"
],
"company_ranking": 221,
"title": "Help increase the GDP of the internet.",
"company_type": "Privately Held",
"description": "Stripe is a financial infrastructure platform for businesses. Millions of companies—from the world’s largest enterprises to the most ambitious startups—use Stripe to accept payments, grow their revenue, and accelerate new business opportunities. Headquartered in San Francisco and Dublin, the company aims to increase the GDP of the internet.",
"company_address": "South San Francisco, California",
"linkedin_uid": "2135371",
"company_name": "Stripe",
"founded_year": 2010,
"industry": "Technology, Information And Internet",
"specialties": [
"Technology, Information And Internet",
"Financial Services",
"E-commerce",
"Information Technology & Services"
],
"domain": "stripe.com",
"domain_search_id": "5378845d-7726-4817-aba9-ced8c5f41dee",
"domain_id": 10862513,
"parent_id": null,
"linkedin_company_id": 1407685,
"domain_ids": [
10862513,
3254042745,
2617941789,
953909397,
368243151
],
"country_code": "US",
"company_size": 11300,
"company_keywords": [
"payments",
"developer tools",
"cloud infrastructure",
"credit cards",
"consumer internet",
"enterprise software",
"software",
"internet",
"information technology",
"technology, information & internet",
"global payments",
"online payments",
"payment links",
"checkout solutions",
"subscription billing",
"invoicing",
"fraud prevention",
"identity verification",
"financial automation",
"business financing",
"virtual cards",
"embedded finance",
"transaction monitoring",
"data analytics",
"payment methods"
],
"is_company_url_active": true,
"company_url": "https://stripe.com/",
"youtube_url": null,
"github_url": null,
"x_url": null,
"crunchbase_url": null,
"linkedin_url": "https://www.linkedin.com/company/stripe",
"instagram_url": null,
"facebook_url": "https://facebook.com/stripehq",
"twitter_url": "http://twitter.com/stripe",
"country": "United States",
"location": "United States",
"sequences": null,
"saved_lists": null,
"company_addresses": [
"354 Oyster Point Blvd South San Francisco, California 94080, US",
"1 Grand Canal Street Lower Dublin, County Dublin, IE",
"920 5th Ave Seattle, Washington 98104, US",
"211 Old Street London, England EC1V 9NR, GB",
"10, Boulevard Haussmann Paris, Ile-de-France 75009, FR",
"89 Neil Rd Central Business District, Singapore 088894, SG",
"1-5-8 Jingumae Tokyo, Shibuya-ku 150-0001, JP",
"515 N State St Chicago, Illinois 60610, US",
"11 Park Pl New York, NY 10301, US",
"Singel 542 Amsterdam, North Holland 1017, NL",
"Avenida Paseo De La Reforma 296 Ciudad De Mexico, Colonia Juarez 06600, MX",
"222 Exhibition St Melbourne, Victoria 3000, AU",
"Avenida Paulista 1374 Paulínia, São Paulo 13140-000, BR",
"Church Street Haridevpur, Shanthala Nagar, Ashok Nagar Bengaluru, Karnataka 560001, IN"
],
"company_size_printed": "11,300+"
},
"jobs": [
{
"job_id": "e4077f8d-2b3d-4a9b-935e-123faae6f9a2",
"job_search_id": "e4077f8d-2b3d-4a9b-935e-123faae6f9a2",
"last_modified": "2025-06-05T08:04:00.294Z",
"companies": {
"logo_url": "https://buckets.pubrio.com/company-logo/MTA4NjI1MTNzdHJpcGUuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "5378845d-7726-4817-aba9-ced8c5f41dee",
"company_name": "Stripe",
"linkedin_name": "stripe",
"country_code": "US",
"domain": "stripe.com"
},
"location": "Toronto, Ontario, Canada",
"job_url": "https://ca.linkedin.com/jobs/view/program-lead-stripe-startups-at-stripe-4244851093?position=9&pageNum=0&refId=dSWk2H9vKbZkQFgUb0YAqA%3D%3D&trackingId=tU1BYodLertdWt%2F7NIn4Tw%3D%3D",
"posting_date": "2025-06-04",
"country_code": "CA",
"location_id": 395,
"title": "Program Lead, Stripe Startups",
"country": "Canada"
},
"..."
],
"news": [
{
"news_id": "032606ce-46b6-4bf5-9aa9-8ecc96f126bc",
"news_search_id": "15872966-7b73-4361-be8f-2415bf4c72d9",
"domains": [
"openai.com",
"microsoft.com",
"anthropic.com",
"perplexity.ai",
"stripe.com",
"github.com",
"salesforce.com",
"canva.com",
"adobe.com",
"atlassian.com",
"zoom.us"
],
"companies": [
{
"logo_url": "https://buckets.pubrio.com/company-logo/MzA2MTI3NThhdGxhc3NpYW4uY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "1437c841-a4b8-48c1-9be3-3dafb68dfd41",
"country_code": "AU",
"company_name": "Atlassian",
"linkedin_name": "atlassian",
"domain": "atlassian.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/NTU1MDU5MDdhbnRocm9waWMuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "15dd54c6-12b4-494a-84f4-9fff676ac7e0",
"country_code": "US",
"company_name": "Anthropic",
"linkedin_name": "anthropicresearch",
"domain": "anthropic.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MjMzNDM2OTQxYWRvYmUuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "1fda6cfb-dacd-40a9-bb77-21ebc81c79e2",
"country_code": "US",
"company_name": "Adobe",
"linkedin_name": "adobe",
"domain": "adobe.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MjY5OTUyODdzYWxlc2ZvcmNlLmNvbWxpbmtlZGluX3BfbG9nbzE1.jpg",
"domain_search_id": "29437edb-9d9a-45a3-8f43-481cbfaab1bf",
"country_code": "US",
"company_name": "Salesforce",
"linkedin_name": "salesforce",
"domain": "salesforce.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MTA4NjI1MTNzdHJpcGUuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "5378845d-7726-4817-aba9-ced8c5f41dee",
"country_code": "US",
"company_name": "Stripe",
"linkedin_name": "stripe",
"domain": "stripe.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MzA2MTIzNTVvcGVuYWkuY29tbGlua2VkaW5fcF9sb2dvMTU=.jpg",
"domain_search_id": "67c4696b-b7b0-46b5-b2af-9f434543661e",
"country_code": "US",
"company_name": "Openai",
"linkedin_name": "openai",
"domain": "openai.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MzY4MjQyNzQ4aWxqOXNzbmoxZ2l0aHViLmNvbWxpbmtlZGluXzE0MDY4NDg=.jpg",
"domain_search_id": "838c52f2-ab18-4258-b37c-e00bc568f747",
"country_code": "US",
"company_name": "Github",
"linkedin_name": "github",
"domain": "github.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MTU0MDk4MjAxMHpvb20udXNsaW5rZWRpbl9wX2xvZ28xNQ==.jpg",
"domain_search_id": "a90c7f40-ed1a-4675-b348-f36cbcf94481",
"country_code": "US",
"company_name": "Zoom",
"linkedin_name": "zoom",
"domain": "zoom.us"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MzA2MTIyODdjYW52YS5jb21saW5rZWRpbl9wX2xvZ28xNQ==.jpg",
"domain_search_id": "b5405a6c-81a7-4f86-bd09-ebf728b667bf",
"country_code": "AU",
"company_name": "Canva",
"linkedin_name": "canva",
"domain": "canva.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MTQyMjQxMjk4bWljcm9zb2Z0LmNvbWxpbmtlZGluX3BfbG9nbzE1.jpg",
"domain_search_id": "dd225537-283f-46bf-ba1c-cb0c6a1311bb",
"country_code": "US",
"company_name": "Microsoft",
"linkedin_name": "microsoft",
"domain": "microsoft.com"
},
{
"logo_url": "https://buckets.pubrio.com/company-logo/MTU0MDk4MjEyNnBlcnBsZXhpdHkuYWlsaW5rZWRpbl9wX2xvZ28xNQ==.jpg",
"domain_search_id": "fe169c45-f426-4ec4-985e-c88b2d78d044",
"country_code": "US",
"company_name": "Perplexity",
"linkedin_name": "perplexity-ai",
"domain": "perplexity.ai"
}
],
"news_galleries": [
{
"slug": "technology",
"news_gallery_id": "9536114f-231a-489c-8a8a-1cbf82a327a4",
"name": "Technology"
}
],
"locations": [
"China"
],
"last_modified": "2025-06-04T07:43:14.260Z",
"image_url": "https://analyticsindiamag.com/wp-content/uploads/2025/06/ai-monetisation-llm.jpg",
"url": "https://analyticsindiamag.com/ai-features/llm-companies-vs-saas-giants-whos-winning-in-ai-monetisation/",
"published_at": "2025-06-04T07:03:49.000000Z",
"language": "en",
"source": "analyticsindiamag.com",
"category": "launches",
"title": "LLM companies vs SaaS giants: AI monetization race",
"summary": "LLM companies show rapid growth but struggle with profitability, while SaaS giants integrate AI cautiously into existing services, leveraging their large user base.",
"news_category_name": "Launches"
},
"..."
],
"similar_companies": [
{
"logo_url": "https://buckets.pubrio.com/company-logo/MzY4MjQzODc3cmlwcGxlLmNvbWxpbmtlZGluX3BfbG9nbzE1.jpg",
"emails": [
"..."
],
"phones": [
"..."
],
"contacts": [
"..."
],
"similarity_score": 0.6540610253955462,
"estimated_revenue": 500000000,
"publicly_traded_symbol": null,
"publicly_traded_exchange": null,
"linkedin_name": "rippleofficial",
"domains": [
"ripple.com"
],
"locations": [
"US"
],
"categories": null,
"verticals": [
"69086483",
"24076059",
"69085537",
"69107205"
],
"vertical_categories": [
"16",
"18"
],
"vertical_sub_categories": [
"103",
"120"
],
"company_ranking": 8133,
"title": "We're building the Internet of Value.",
"company_type": "Privately Held",
"description": "Using proven crypto and blockchain technology honed over a decade, Ripple’s enterprise-grade solutions are faster, more transparent, and more cost-effective than traditional financial services. Our customers use these solutions to source crypto, facilitate instant payments, empower their treasury, engage new audiences, lower capital requirements, and drive new revenue. Founded in 2012, Ripple's vision is to enable a world where value moves as seamlessly as information flows today—an Internet of Value. Ripple is the only enterprise blockchain company today with products in commercial use. Ripple’s global payments network includes over 300 customers across 40+ countries and six continents.",
"company_address": "San Francisco, CA",
"linkedin_uid": "3249443",
"company_name": "Ripple",
"founded_year": 2012,
"industry": "Technology, Information And Internet",
"specialties": [
"Technology",
"Technology, Information And Internet",
"Financial Services",
"Blockchain"
],
"domain": "ripple.com",
"domain_search_id": "eac9e802-d574-4f5f-b7d9-4daadbdcd630",
"domain_id": 368243877,
"parent_id": null,
"linkedin_company_id": 1408892,
"domain_ids": [
368243877,
3252571626,
1758856012,
2617948464
],
"country_code": "US",
"company_size": 1400,
"company_keywords": [
"crossborder payments",
"financial technology",
"cryptography",
"distributed ledgers",
"fintech",
"finance",
"blockchain",
"payments",
"cryptocurrency",
"fin tech",
"blockchains",
"blockchain / cryptocurrency",
"technology, information & internet",
"digital asset custody",
"blockchain technology",
"real-time settlement",
"liquidity management",
"stablecoin issuance",
"enterprise blockchain",
"xrp ledger",
"secure custody solutions",
"digital asset management",
"financial institutions",
"tokenization"
],
"is_company_url_active": true,
"company_url": "https://www.ripple.com/",
"youtube_url": null,
"github_url": null,
"x_url": "https://x.com/ripple",
"crunchbase_url": null,
"linkedin_url": "https://www.linkedin.com/company/rippleofficial",
"instagram_url": null,
"facebook_url": null,
"twitter_url": "https://twitter.com/ripple",
"country": "United States",
"location": "United States",
"sequences": null,
"saved_lists": null,
"company_addresses": [
"San Francisco, CA 94104, US"
],
"company_size_printed": "1,400+"
},
"..."
]
}{
"code": 40001,
"message": "Errors and codes will vary depending on the scenario, please see the documentation for information.",
"details": {}
}{
"error": "Request rate limit exceeded. Please wait and try again later."
}{
"error": "An unexpected error occurred on the server."
}Autorisations
Corps
- Domain Search ID
- Domain
- LinkedIn URL
Un identifiant unique pour l'opération de recherche d'entreprise.
Un domaine d'entreprise utilisé pour les opérations de recherche d'entreprises. Si nous recevons une URL telle que www.pubrio.com ou https://docs.pubrio.com/, le système la convertira en pubrio.com pour le traitement.
"pubrio.com"
L'URL complète du profil d'entreprise LinkedIn. L'URL commence par http et contient linkedin.com/company/
"https://www.linkedin.com/company/pubrio"
Réponse
Réponse réussie contenant les détails d'enrichissement de l'entreprise.
Contexte de la requête — reprend les filters et parameters envoyés, ainsi qu'un bloc profile avec credit, topup_credit et total_credit_cost lorsque la comptabilisation des crédits est demandée.
Les informations de réponse dépendent du point de terminaison spécifique.
Offres d'emploi récentes de l'entreprise, renvoyées directement pour vous éviter un appel séparé à Job Search.
Mentions d'actualités récentes de l'entreprise, renvoyées directement pour vous éviter un appel séparé à News Search.
Publicités récentes de l'entreprise, renvoyées directement pour vous éviter un appel séparé à Advertisement Search.
Entreprises similaires à celle-ci. Vide si aucune correspondance proche n'est trouvée.

