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 ist eine Plattform für Finanzinfrastruktur für Unternehmen. Millionen von Unternehmen—von den größten Konzernen der Welt bis zu den ambitioniertesten Start-ups—nutzen Stripe, um Zahlungen anzunehmen, ihren Umsatz zu steigern und neue Geschäftsmöglichkeiten zu erschließen. Mit Hauptsitz in San Francisco und Dublin verfolgt das Unternehmen das Ziel, das BIP des Internets zu steigern.",
"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-Unternehmen zeigen schnelles Wachstum, tun sich aber mit der Profitabilität schwer, während SaaS-Giganten KI vorsichtig in bestehende Dienste integrieren und dabei ihre große Nutzerbasis nutzen.",
"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": "Mit bewährter Krypto- und Blockchain-Technologie, die über ein Jahrzehnt verfeinert wurde, sind Ripples Lösungen für Unternehmen schneller, transparenter und kosteneffizienter als traditionelle Finanzdienstleistungen. Unsere Kunden nutzen diese Lösungen, um Krypto zu beschaffen, Sofortzahlungen zu ermöglichen, ihr Treasury zu stärken, neue Zielgruppen zu erschließen, Kapitalanforderungen zu senken und neue Umsätze zu erzielen. Ripple wurde 2012 gegründet, und Ripples Vision ist es, eine Welt zu ermöglichen, in der sich Werte so nahtlos bewegen wie heute Informationen fließen – ein Internet of Value. Ripple ist derzeit das einzige Enterprise-Blockchain-Unternehmen mit Produkten im kommerziellen Einsatz. Ripples globales Zahlungsnetzwerk umfasst über 300 Kunden in mehr als 40 Ländern und auf sechs Kontinenten.",
"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."
}Unternehmens-Lookup-Anreicherung
Echtzeit-Unternehmensanreicherung. Gibt den Unternehmensdatensatz sowie dessen aktuelle Signale zu Einstellungen, Medien, Werbung und ähnlichen Unternehmen in einem einzigen Aufruf zurück.
Der erste Aufruf für ein Unternehmen kann langsam sein. Wenn der Datensatz von Grund auf angereichert werden muss, ist mit mehreren zehn Sekunden zu rechnen — ein gemessener Kaltaufruf dauerte 45 Sekunden. Sobald angereichert, wird dasselbe Unternehmen in deutlich unter einer Sekunde zurückgegeben. Setzen Sie das Timeout Ihres HTTP-Clients auf mindestens 90 Sekunden: Viele Clients verwenden standardmäßig 30 Sekunden und brechen einen Kaltaufruf ab, der sonst erfolgreich gewesen wäre. Wenn Sie nur den gespeicherten Datensatz benötigen, rufen Sie stattdessen Company Lookup auf, das immer schnell ist.
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 ist eine Plattform für Finanzinfrastruktur für Unternehmen. Millionen von Unternehmen—von den größten Konzernen der Welt bis zu den ambitioniertesten Start-ups—nutzen Stripe, um Zahlungen anzunehmen, ihren Umsatz zu steigern und neue Geschäftsmöglichkeiten zu erschließen. Mit Hauptsitz in San Francisco und Dublin verfolgt das Unternehmen das Ziel, das BIP des Internets zu steigern.",
"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-Unternehmen zeigen schnelles Wachstum, tun sich aber mit der Profitabilität schwer, während SaaS-Giganten KI vorsichtig in bestehende Dienste integrieren und dabei ihre große Nutzerbasis nutzen.",
"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": "Mit bewährter Krypto- und Blockchain-Technologie, die über ein Jahrzehnt verfeinert wurde, sind Ripples Lösungen für Unternehmen schneller, transparenter und kosteneffizienter als traditionelle Finanzdienstleistungen. Unsere Kunden nutzen diese Lösungen, um Krypto zu beschaffen, Sofortzahlungen zu ermöglichen, ihr Treasury zu stärken, neue Zielgruppen zu erschließen, Kapitalanforderungen zu senken und neue Umsätze zu erzielen. Ripple wurde 2012 gegründet, und Ripples Vision ist es, eine Welt zu ermöglichen, in der sich Werte so nahtlos bewegen wie heute Informationen fließen – ein Internet of Value. Ripple ist derzeit das einzige Enterprise-Blockchain-Unternehmen mit Produkten im kommerziellen Einsatz. Ripples globales Zahlungsnetzwerk umfasst über 300 Kunden in mehr als 40 Ländern und auf sechs Kontinenten.",
"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."
}Autorisierungen
Body
- Domain Search ID
- Domain
- LinkedIn URL
Eine eindeutige Kennung für den Unternehmenssuchvorgang.
Eine Unternehmensdomain für Unternehmenssuchvorgänge. Erhalten wir eine URL wie www.pubrio.com oder https://docs.pubrio.com/, wandelt das System diese zur Verarbeitung in pubrio.com um.
"pubrio.com"
Die vollständige URL des LinkedIn-Unternehmensprofils. Die URL beginnt mit http und enthält linkedin.com/company/
"https://www.linkedin.com/company/pubrio"
Antwort
Erfolgreiche Antwort mit Details zur Unternehmensanreicherung.
Anfragekontext – gespiegelte filters und parameters, plus ein profile-Block mit credit, topup_credit und total_credit_cost, wenn eine Credit-Abrechnung angefordert wird.
Die Antwortinformationen hängen vom jeweiligen Endpunkt ab.
Aktuelle Stellenanzeigen des Unternehmens, inline zurückgegeben, sodass kein separater Job-Search-Aufruf nötig ist.
Aktuelle Nachrichtenerwähnungen des Unternehmens, inline zurückgegeben, sodass kein separater News-Search-Aufruf nötig ist.
Aktuelle Werbeanzeigen des Unternehmens, inline zurückgegeben, sodass kein separater Advertisement-Search-Aufruf nötig ist.
Unternehmen, die diesem ähnlich sind. Leer, wenn keine enge Übereinstimmung gefunden wird.

