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": "오류 코드 및 메시지는 상황에 따라 다를 수 있습니다. 자세한 내용은 문서를 참조하세요.",
"details": {}
}{
"error": "요청 빈도가 제한을 초과했습니다. 잠시 후 다시 시도해주세요."
}{
"error": "요청을 처리하는 중 서버에서 예기치 않은 오류가 발생했습니다"
}회사 정보 조회 및 데이터 보강
실시간 기업 보강입니다. 한 번의 호출로 기업 레코드와 함께 최근 채용, 미디어, 광고, 유사 기업 신호를 반환합니다.
특정 기업에 대한 첫 호출은 느릴 수 있습니다. 레코드를 처음부터 보강해야 하는 경우 수십 초가 걸릴 수 있습니다(실측 콜드 호출 45초). 한 번 보강되면 동일한 기업은 1초 미만에 반환됩니다. HTTP 클라이언트 타임아웃을 최소 90초로 설정하세요. 많은 클라이언트의 기본값인 30초는 성공했을 콜드 호출을 중단시킵니다. 저장된 레코드만 필요하다면 항상 빠른 Company Lookup을 사용하세요.
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": "오류 코드 및 메시지는 상황에 따라 다를 수 있습니다. 자세한 내용은 문서를 참조하세요.",
"details": {}
}{
"error": "요청 빈도가 제한을 초과했습니다. 잠시 후 다시 시도해주세요."
}{
"error": "요청을 처리하는 중 서버에서 예기치 않은 오류가 발생했습니다"
}본문
- Domain Search ID
- 도메인
- LinkedIn URL
회사 조회 작업의 고유 식별자.
회사 조회 작업에 사용되는 회사 도메인입니다. 입력된 주소가 www.pubrio.com 또는 https://docs.pubrio.com/인 경우, 시스템은 이를 자동으로 pubrio.com으로 변환하여 처리합니다.
"pubrio.com"
LinkedIn 회사 페이지의 전체 URL입니다. http로 시작하며 linkedin.com/company/를 포함해야 합니다.
"https://www.linkedin.com/company/pubrio"
응답
관련 세부 정보가 포함된 성공적인 응답입니다.
요청 컨텍스트 — 반향된 filters와 parameters, 그리고 크레딧 정산을 요청한 경우 credit, topup_credit, total_credit_cost를 포함하는 profile 블록입니다.
응답 정보는 특정 API에 따라 다릅니다.
해당 기업의 최근 채용 공고이며, 응답에 함께 반환되므로 채용 검색을 별도로 호출할 필요가 없습니다.
해당 기업의 최근 뉴스 언급이며, 응답에 함께 반환되므로 뉴스 검색을 별도로 호출할 필요가 없습니다.
해당 기업의 최근 광고이며, 응답에 함께 반환되므로 광고 검색을 별도로 호출할 필요가 없습니다.
이 기업과 유사한 기업입니다. 근접한 일치가 없으면 비어 있습니다.

