Introduction
The PredictLeads APIs are used to discover net-new companies or enrich existing company profiles with insights. Use cases range from enriching CRM with account intelligence, lead generation using buying signals and identifying top performing companies for investment purposes.
Our APIs are RESTful with responses delivered in JSON and XML format. Data can be delivered via flat files, APIs or via Webhooks.
In order to use this API, you must first register with PredictLeads to get an authentication token. Register here. If you would like to receive data via flat files or webhooks please get in touch.
Authentication
Authentication using Authorization header.
curl "https://predictleads.com/api/v2/followings" \
-H 'X-User-Email: miha@predictleads.com' \
-H 'X-User-Token: 1G8_s7P-V-4MGojaKD7a'
Alternatively pass email and token in query parameters.
curl "https://predictleads.com/api/v2/followings \
?user_token={key}&user_email=miha@predictleads.com"
Authentication is done via the API token which you can find in your account settings.
In order to use the API you need to call an endpoint URL with your API token and chosen email.
The primary and recommended method for authenticating with PredictLeads is to specify the API key in the HTTP request header using an extended header field.
Pagination
curl -X POST "https://predictleads.com/api/v2/companies/discover \
?event_categories=hires&page=2"
Responses with a list of objects (like POST /companies/discover) are paginated. Use page
parameter to get more results.
Total number of all possible results is displayed inside meta
attributes as count
.
Webhooks
Example data we’ll POST to your Webhook.
{
"data": [
{
"id": "41e1f820-9e0f-46b3-a2e0-49dbe4175859",
"type": "event",
"attributes": {
"categories": [
"hires"
],
"title": "Domo, Inc. hires Vita Shannon as vice president of demand center",
"found_at": "2021-03-01T16:15:12Z",
"url": "https://aithority.com/it-and-devops/cloud/domo-invests-for-growth-welcoming-new-executives-to-lead-companys-demand-engines/",
"additional_data": {
"contact": "Vita Shannon",
"job_title": "vice president of demand center",
"article_title": "Domo Invests for Growth, Welcoming New Executives to Lead Company’s Demand Engines",
"article_sentence": "Vita Shannon joins Domo from KPMG as vice president of partnerships and ecosystem, and Shelley Morrison joins from Accenture Interactive as Domo’s vice president of demand center.",
"article_source": "aithority.com",
"article_published_at": "2021-03-01T17:15:12.000Z",
"confidence": "0.7243"
}
},
"relationships": {
"company1": {
"data": {
"id": "1422300",
"type": "company"
}
}
}
}
],
"included": [
{
"id": "1422300",
"type": "company",
"attributes": {
"domain": "domo.com",
"company_name": "Domo, Inc.",
"ticker": null
}
}
],
"meta": {
"followed_company_ids": [
"1422300"
]
}
}
{
"data": [
{
"id": "9611d53b-4a71-4ad6-9184-39c478fc1114",
"type": "job_opening",
"attributes": {
"title": "Project Manager, Incode",
"url": "https://jobs.jobvite.com/tylertech/job/ozdjefw3",
"salary": null,
"contract_types": [
"contract"
],
"first_seen_at": "2021-01-28T11:23:32Z",
"last_seen_at": "2021-01-29T11:32:31Z",
"last_processed_at": "2021-03-04T11:42:47Z",
"job_opening_closed": true,
"location": null,
"categories": [
"management"
],
"additional_data": {
"job_title_seniority": "management",
"tags": [
"Microsoft",
"Facebook",
"Linkedin",
"Microsoft Word",
"Twitter",
"Jobvite",
"eSSential",
"Tyler Technologies",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {
"company": {
"data": {
"id": "1487151",
"type": "company"
}
}
}
}
],
"included": [
{
"id": "1487151",
"type": "company",
"attributes": {
"domain": "tylertech.com",
"company_name": "Tyler Technologies Inc",
"ticker": "NYSE:TYL"
}
}
]
}
{
"data": [
{
"id": "86816ac0-e43f-42b0-82d9-720b22dc7c78",
"type": "connection",
"attributes": {
"category": "parent",
"source_category": "domain_redirect",
"source_url": null,
"first_seen_at": "2021-03-04T11:56:04Z",
"last_seen_at": "2021-03-04T11:56:04Z"
},
"relationships": {
"company1": {
"data": {
"id": "324979",
"type": "company"
}
},
"company2": {
"data": {
"id": "18612203",
"type": "company"
}
}
}
}
],
"included": [
{
"id": "324979",
"type": "company",
"attributes": {
"domain": "saucony.com",
"company_name": "Saucony, Inc.",
"ticker": null
}
},
{
"id": "18612203",
"type": "company",
"attributes": {
"domain": "saucony.co.uk",
"company_name": "Saucony",
"ticker": null
}
}
],
"meta": {
"followed_company_ids": [
"324979"
]
}
}
Example data we’ll POST to Segment subscription url.
{
"data": [
{
"id": "41e1f820-9e0f-46b3-a2e0-49dbe4175859",
"type": "event",
"attributes": {
"categories": [
"hires"
],
"title": "Domo, Inc. hires Vita Shannon as vice president of demand center",
"found_at": "2021-03-01T16:15:12Z",
"url": "https://aithority.com/it-and-devops/cloud/domo-invests-for-growth-welcoming-new-executives-to-lead-companys-demand-engines/",
"additional_data": {
"contact": "Vita Shannon",
"job_title": "vice president of demand center",
"article_title": "Domo Invests for Growth, Welcoming New Executives to Lead Company’s Demand Engines",
"article_sentence": "Vita Shannon joins Domo from KPMG as vice president of partnerships and ecosystem, and Shelley Morrison joins from Accenture Interactive as Domo’s vice president of demand center.",
"article_source": "aithority.com",
"article_published_at": "2021-03-01T17:15:12.000Z",
"confidence": "0.7243"
}
},
"relationships": {
"company1": {
"data": {
"id": "1422300",
"type": "company"
}
}
}
}
],
"included": [
{
"id": "1422300",
"type": "company",
"attributes": {
"domain": "domo.com",
"company_name": "Domo, Inc.",
"ticker": null
}
}
],
"meta": {
"followed_company_ids": [
"1422300"
]
}
}
Webhooks enable our customers to receive data on a continuous basis without the need to issue unnecessary API requests.
Signals
Anytime we find a new buying signal for one of the companies you’re tracking, we’ll send a POST request to your general webhook url with the Signal object. Go to account settings to enter your general webhook url.
Companies
When creating a segment of companies you can set a webhook url optionally.
Every week we’ll send a POST request to that webhook url with new companies in your segment. Under relationships
we’ll include Signal objects corresponding to Segment parameters.
In case no new companies are found in your segment, we won’t send anything.
Authentication
To validate the webhook came from PredictLeads we suggest verifying the webhook payloads with the X-Predict-Signature header (which we pass with every webhook). Header payload is a SHA1 HMAC hexdigest computed with your API key and the raw body of the request.
Track
Track companies to receive buying signals data when found. We’ll issue a POST request with the data to your general webhook url. More on webhooks here.
Followed companies
curl -X GET "https://predictleads.com/api/v2/followings"
[
"hubspot.com",
"clearbit.com",
"segment.com",
"outreach.io",
"..."
]
Returns a list of followed companies.
HTTP Request
GET https://predictleads.com/api/v2/followings
Follow company
curl -X POST "https://predictleads.com/api/v2/companies/madkudu.com/follow"
{
"success": {
"type":"follow_successful",
"message":"Company with domain madkudu.com was successfully followed."
}
}
Enables the authenticated user to follow the company specified with the company domain parameter.
HTTP Request
POST https://predictleads.com/api/v2/companies/:domain/follow
Unfollow company
curl -X POST "https://predictleads.com/api/v2/companies/kitedesk.com/unfollow"
{
"success": {
"type":"unfollow_successful",
"message":"Company with domain kitedesk.com was successfully unfollowed."
}
}
Enables the authenticated user to unfollow the company specified with the domain parameter.
HTTP Request
POST https://predictleads.com/api/v2/companies/:domain/unfollow
Enrich
Access all recent signals for a given company by providing its domain. Each signal type has its own endpoint: /events, /job_openings and /technologies. Every call returns most recent 10 signals. In case the company isn’t in our database, the system will immediately start searching for signals and return them to the specified webhook url when finished. Alternatively, you can call the endpoint again in 48 hours.
Events
curl -X GET "https://predictleads.com/api/v2/companies/segment.com/events"
{
"data": [
{
"id": "21639dd6-f560-4601-a787-fed275b29ec6",
"type": "event",
"attributes": {
"categories": [
"launches"
],
"title": "Segment launches Segment Select",
"found_at": "2019-01-23T14:35:53Z",
"additional_data": {
"product": "Segment Select",
"product_data": {
"full_text": "Segment Select",
"fuzzy_match": true
},
"article_title": "5 Channel Partner Updates: Wednesday 23 January 2019",
"article_sentence": "Partner Program – Data Infrastructure: Segment, a customer data infrastructure company, has launched Segment Select, a program for Channel and Technology Partners.",
"article_source": "channele2e.com",
"article_published_at": "2019-01-23T15:35:53.000Z",
"confidence": "1.0"
},
"url": "https://www.channele2e.com/news/5-channel-partner-updates-wednesday-23-january-2019/"
}
},
{
"id": "65b0a278-be9a-47b6-a9c4-ae7e7171dcbf",
"type": "event",
"attributes": {
"categories": [
"hires"
],
"title": "Segment hired Sandra Smith as Chief Financial Officer on Oct 25th 18'.",
"found_at": "2018-10-25T11:22:16Z",
"additional_data": {
"contact": "Sandra Smith",
"job_title": "Chief Financial Officer",
"date": "2018-10-25",
"article_title": "Segment Appoints Sandra Smith as Chief Financial Officer",
"article_sentence": "Segment, the customer data infrastructure company, today announced that Sandra Smith has joined the company as Chief Financial Officer, effective immediately.",
"article_source": "apnews.com",
"article_published_at": "2018-10-25T13:22:16.000Z",
"confidence": "0.8811"
},
"url": "https://www.apnews.com/d3b30ed40a41bcb36c1d71da096789ca"
}
},
{
"id": "612e4135-5277-4ae6-ae42-4ff86f59b41e",
"type": "event",
"attributes": {
"categories": [
"recognized_as"
],
"title": "Segment recognized as Forbes Cloud 100 on Sep 13th 18'.",
"found_at": "2018-09-13T18:10:00Z",
"additional_data": {
"recognition": "Forbes Cloud 100",
"date": "2018-09-13",
"article_title": "Segment Named to Forbes’ 2018 Cloud 100 List for Third Consecutive Year",
"article_sentence": "Segment, the customer data infrastructure company, today announced it has been named to the Forbes Cloud 100 list for the third year in a row.",
"article_source": "globenewswire.com",
"article_published_at": "2018-09-13T20:10:00.000Z",
"confidence": "0.7262"
},
"url": "https://globenewswire.com/news-release/2018/09/13/1570820/0/en/Segment-Named-to-Forbes-2018-Cloud-100-List-for-Third-Consecutive-Year.html"
}
},
{
"id": "e456949f-b62d-4912-9f24-1fb88fb244d8",
"type": "event",
"attributes": {
"categories": [
"partners_with"
],
"title": "Snowflake partnered with Segment on Mar 20th 18'.",
"found_at": "2018-03-19T22:00:00Z",
"additional_data": {
"date": "2018-03-20",
"article_title": "Snowflake and Segment partner to enable rapid analysis of customer data at scale | Snowflake",
"article_sentence": "Snowflake Computing, the data warehouse built for the cloud, today announced a strategic partnership with Segment, the customer data platform, to provide Snowflake’s cloud data warehouse on the Segment platform.",
"article_source": "snowflake.net",
"article_published_at": "2018-03-20T00:00:00.000Z",
"confidence": "0.798"
},
"url": "https://www.snowflake.net/news-items/snowflake-and-segment-partner-to-enable-rapid-analysis-of-customer-data-at-scale/"
},
"relationships": {
"company1": {
"data": {
"id": "3500291",
"type": "company"
}
},
"company2": {
"data": {
"id": "1474306",
"type": "company"
}
}
}
},
{
"id": "087b423b-ddd6-49f5-a263-d981fc24dc17",
"type": "event",
"attributes": {
"categories": [
"hires"
],
"title": "Segment hires Rowghani as board of directors",
"found_at": "2017-07-13T02:19:03Z",
"additional_data": {
"contact": "Rowghani",
"job_title": "board of directors",
"article_title": "Marketing data startup Segment raises $64M | TechCrunch",
"article_sentence": "As part of the deal, Rowghani will be joining Segment’s board of directors.",
"article_source": "techcrunch.com",
"article_published_at": "2017-07-13T14:19:03.000Z",
"confidence": "0.8392",
"human_approved": true
},
"url": "https://techcrunch.com/2017/07/13/segment-series-c/"
}
},
{
"id": "97e3c0bc-1eca-4c9b-906e-3a0e334c4b51",
"type": "event",
"attributes": {
"categories": [
"receives_financing"
],
"title": "Segment received financing of $64M in Series C funding on Jul 6th 17'.",
"found_at": "2017-07-12T18:19:00Z",
"additional_data": {
"financing_type": "Series C funding",
"funding_round": "Series C",
"financing_type_tags": [
"equity"
],
"amount": 64000000,
"date": "2017-07-06",
"article_title": "Looker and Segment hook up to improve marketing automation performance",
"article_sentence": "Looker completed an $81.5 million funding round in March and Segment closed a $64 million round earlier this month, bringing its total funding to more than $108 million.",
"article_source": "siliconangle.com",
"article_published_at": "2017-07-25T16:16:33.000Z",
"confidence": "0.7474"
},
"url": "https://siliconangle.com/blog/2017/07/25/looker-segment-hook-improve-marketing-automation-performance/"
}
},
...
],
"included": [
{
"id": "1474306",
"type": "company",
"attributes": {
"domain": "segment.com",
"company_name": "Segment"
}
},
{
"id": "3500291",
"type": "company",
"attributes": {
"domain": "snowflake.com",
"company_name": "Snowflake"
}
},
...
],
"meta": {
"count": 17
}
}
Returns a list of events from news for a given company. Events are found in press releases, industry news, blogs and other text based media.
HTTP Request
GET https://predictleads.com/api/v2/companies/:domain/events
Request Parameters
Parameter | Description |
---|---|
categories |
string All event categories are listed below. Split by a comma (,). |
found_at_from |
date (ISO 8601) Signals found from specified date. |
found_at_until |
date (ISO 8601) Signals found until specified date. |
limit |
string Limit the number of shown events per page. Default is 30, maximum is 100. |
List of event categories and more information on event object is available here.
To get more results use pagination.
Job openings
curl -X GET "https://predictleads.com/api/v2/companies/zapier.com/job_openings"
{
"data": [
{
"id": "385fe616-07f8-42c9-9fdd-18b2de0eefaa",
"type": "job_opening",
"attributes": {
"categories": [],
"title": "Engineering - Test Automation Engineer",
"url": "https://boards.greenhouse.io/zapier/jobs/4138904002",
"first_seen_at": "2018-12-19T23:02:57Z",
"last_seen_at": "2019-01-17T22:01:20Z",
"job_opening_closed": null,
"additional_data": {
"job_title": "Engineering - Test Automation Engineer",
"job_title_seniority": "undefined",
"tags": []
}
}
},
{
"id": "47563292-587f-49c7-accc-b3e6057e110d",
"type": "job_opening",
"attributes": {
"categories": [
"directors",
"marketing"
],
"title": "Marketing - Director of Advertising and Paid Media",
"url": "https://boards.greenhouse.io/zapier/jobs/4136045002",
"first_seen_at": "2018-12-19T23:02:57Z",
"last_seen_at": "2019-01-18T03:08:52Z",
"job_opening_closed": null,
"additional_data": {
"job_title": "Marketing - Director of Advertising and Paid Media",
"job_title_seniority": "lower_management",
"tags": []
}
}
},
{
"id": "ce46a20e-ba8a-47ca-8cfd-1742fc991644",
"type": "job_opening",
"attributes": {
"categories": [
"marketing",
"management"
],
"title": "Marketing - Communications Manager",
"url": "https://boards.greenhouse.io/zapier/jobs/4139063002",
"first_seen_at": "2018-12-19T23:02:57Z",
"last_seen_at": "2019-01-19T17:58:42Z",
"job_opening_closed": null,
"additional_data": {
"job_title": "Marketing - Communications Manager",
"job_title_seniority": "management",
"tags": []
}
}
},
{
"id": "71c88f84-3628-41e8-863e-3a0332143ab0",
"type": "job_opening",
"attributes": {
"categories": [
"support"
],
"title": "International Support - Customer Champion - Wellington, New Zealand",
"url": "https://boards.greenhouse.io/zapier/jobs/4114586002",
"first_seen_at": "2018-11-09T20:57:25Z",
"last_seen_at": "2019-01-18T10:17:42Z",
"job_opening_closed": null,
"additional_data": {
"job_title": "International Support - Customer Champion - Wellington, New Zealand",
"job_title_seniority": "undefined",
"tags": []
}
}
},
{
"id": "483e272a-1dab-4d65-873c-e6538c6919e3",
"type": "job_opening",
"attributes": {
"categories": [],
"title": "Engineering - Application Security Engineer",
"url": "https://boards.greenhouse.io/zapier/jobs/4101757002",
"first_seen_at": "2018-11-09T20:57:25Z",
"last_seen_at": "2018-11-10T00:00:42Z",
"job_opening_closed": null,
"additional_data": {
"job_title": "Engineering - Application Security Engineer",
"job_title_seniority": "undefined",
"tags": []
}
}
},
{
"id": "fc3b8a03-9bdf-47e7-9b08-51fdd87f1284",
"type": "job_opening",
"attributes": {
"categories": [],
"title": "Marketing - Head of Decision Science and Analytics",
"url": "https://boards.greenhouse.io/zapier/jobs/4106769002",
"first_seen_at": "2018-11-09T20:57:25Z",
"last_seen_at": "2019-01-20T06:32:11Z",
"job_opening_closed": null,
"additional_data": {
"job_title": "Marketing - Head of Decision Science and Analytics",
"job_title_seniority": "undefined",
"tags": []
}
}
},
{
"id": "f6020040-da18-4c17-9dbc-95b2c69eaff1",
"type": "job_opening",
"attributes": {
"categories": [
"directors",
"design"
],
"title": "Design - Senior Director of Design",
"url": "https://zapier.com/jobs/4090341002/senior-director-of-design",
"first_seen_at": "2018-11-09T20:57:25Z",
"last_seen_at": "2018-11-10T00:00:42Z",
"job_opening_closed": null,
"additional_data": {
"job_title": "Design - Senior Director of Design",
"job_title_seniority": "lower_management",
"tags": []
}
}
},
...
],
"meta": {
"count": 26,
"total_jobs_count": 26
}
}
Returns a list of job openings for a given company. Job openings are found on companies’ career sites and job boards.
Job openings endpoint returns a number of jobs via "meta" > "count"
property.
The total number of jobs a company advertises you can get via "meta" > "total_jobs_count"
.
HTTP Request
GET https://predictleads.com/api/v2/companies/:domain/job_openings
Request Parameters
Parameter | Description |
---|---|
categories |
string All job opening categories are listed below. Split by a comma (,). |
with_job_descriptions |
boolean Set to true if you’d like jobs returned with their descriptions. |
active_only |
boolean Set to true if you’d like to receive jobs that are not closed and last_seen_at more recent than 3 weeks. |
limit |
string Limit the number of shown events per page. Default is 30, maximum is 100. |
List of job openings categories and more information on job opening object is available here.
To get more results use pagination.
Technologies
curl -X GET "https://predictleads.com/api/v2/companies/madkudu.com/technologies"
{
"data": [
{
"id": "382484d0-aa3a-4af1-8e68-d81df9506b2e",
"type": "technology",
"attributes": {
"categories": [
"customer_messaging_platform",
"chat_software"
],
"domain": null,
"title": "Intercom",
"url": "https://www.madkudu.com",
"first_seen_at": "2016-08-10T23:19:46Z",
"last_seen_at": "2019-01-14T21:06:07Z"
}
},
{
"id": "251c4ee7-7f27-47a2-8d2b-b1f3714cd0bd",
"type": "technology",
"attributes": {
"categories": [
"widgets"
],
"domain": "addthis.com",
"title": "AddThis",
"url": "https://www.madkudu.com",
"first_seen_at": "2018-01-26T11:27:47Z",
"last_seen_at": "2019-01-14T21:06:07Z"
}
},
{
"id": "9a22eeb8-9120-4869-98ff-584010058834",
"type": "technology",
"attributes": {
"categories": [
"ecommerce"
],
"domain": "shopify.com",
"title": "Shopify",
"url": "https://www.madkudu.com",
"first_seen_at": "2018-01-13T16:15:45Z",
"last_seen_at": "2018-02-19T21:10:31Z"
}
},
{
"id": "d108d45c-9553-4b89-a02c-9e1daff1ca20",
"type": "technology",
"attributes": {
"categories": [
"analytics"
],
"domain": "segment.com",
"title": "Segment",
"url": "https://www.madkudu.com",
"first_seen_at": "2017-01-26T01:30:38Z",
"last_seen_at": "2019-01-14T21:06:07Z"
}
},
{
"id": "6ff9b3b5-f58f-44cf-af9b-dc781f3e3528",
"type": "technology",
"attributes": {
"categories": [
"marketing_analytics",
"marketing_performance_measurement",
"marketing_automation",
"marketing",
"sales",
"inbound",
"crm"
],
"domain": "hubspot.com",
"title": "HubSpot",
"url": "https://www.madkudu.com",
"first_seen_at": "2016-12-01T00:55:22Z",
"last_seen_at": "2019-01-14T21:06:07Z"
}
},
{
"id": "30fe792f-c890-417f-97e0-3cf1440332f6",
"type": "technology",
"attributes": {
"categories": [
"system_analytics_&_monitoring",
"analytics",
"tools"
],
"domain": null,
"title": "Piwik",
"url": "https://www.madkudu.com",
"first_seen_at": "2016-12-01T00:55:22Z",
"last_seen_at": "2019-01-14T21:06:07Z"
}
},
{
"id": "030b9b69-aeef-4570-bfba-57b44e3e1974",
"type": "technology",
"attributes": {
"categories": [
"marketing_performance_measurement",
"retargeting",
"content_marketing",
"crm",
"marketing",
"tools"
],
"domain": "adroll.com",
"title": "AdRoll",
"url": "https://www.madkudu.com",
"first_seen_at": "2016-08-10T23:19:46Z",
"last_seen_at": "2017-01-12T01:21:53Z"
}
},
{
"id": "5cb4c066-ce11-418b-a827-a68ff5cd7032",
"type": "technology",
"attributes": {
"categories": [
"analytics"
],
"domain": "mixpanel.com",
"title": "Mixpanel",
"url": "https://www.madkudu.com",
"first_seen_at": "2016-08-10T23:19:47Z",
"last_seen_at": "2017-01-12T01:21:53Z"
}
},
{
"id": "7debb4ad-8ec5-443c-9deb-8c500ff939dd",
"type": "technology",
"attributes": {
"categories": [
"analytics"
],
"domain": "google.com",
"title": "Google Analytics",
"url": "https://www.madkudu.com",
"first_seen_at": "2016-08-10T23:19:46Z",
"last_seen_at": "2019-01-14T21:06:07Z"
}
},
{
"id": "751b1dfa-e5f9-4917-9dc7-636a6af7294f",
"type": "technology",
"attributes": {
"categories": [
"analytics"
],
"domain": "optimizely.com",
"title": "Optimizely",
"url": "https://www.madkudu.com",
"first_seen_at": "2016-08-10T23:19:47Z",
"last_seen_at": "2019-01-14T21:06:07Z"
}
},
{
"id": "cb95cd7f-59cc-4543-af11-e5eb7be98ca7",
"type": "technology",
"attributes": {
"categories": [
"widgets",
"marketing_automation"
],
"domain": null,
"title": "SumoMe",
"url": "https://www.madkudu.com",
"first_seen_at": "2018-01-26T11:27:47Z",
"last_seen_at": "2018-09-17T21:37:23Z"
}
},
{
"id": "1bceedf1-bb58-467a-af79-fd5fb53bf94c",
"type": "technology",
"attributes": {
"categories": [
"comment_systems"
],
"domain": "disqus.com",
"title": "Disqus",
"url": "https://www.madkudu.com",
"first_seen_at": "2018-01-26T11:27:47Z",
"last_seen_at": "2019-01-14T21:06:07Z"
}
},
...
],
"meta": {
"count": 29
}
}
Returns a list of technology providers for a given company.
HTTP Request
GET https://predictleads.com/api/v2/companies/:domain/technologies
Request Parameters
Parameter | Description |
---|---|
categories |
string All technology categories are listed below. Split by a comma (,). |
limit |
string Limit the number of shown events per page. Default is 30, maximum is 100. |
List of technology categories and more information on technology object is available here.
To get more results use pagination.
Connections
curl -X GET "https://predictleads.com/api/v2/companies/pipedrive.com/connections"
{
"data": [
{
"id": "1272712",
"type": "connection",
"attributes": {
"category": "integration",
"first_seen_at": "2018-01-11T02:40:52Z",
"last_seen_at": "2019-02-16T19:19:45Z",
"source_category": "integration_page",
"source_url": "https://www.cluedin.net/integrations"
},
"relationships": {
"company1": {
"data": {
"id": "1620557",
"type": "company"
}
},
"company2": {
"data": {
"id": "1464778",
"type": "company"
}
}
}
},
{
"id": "3881276",
"type": "connection",
"attributes": {
"category": "partner",
"first_seen_at": "2018-02-28T14:59:48Z",
"last_seen_at": "2019-02-13T16:18:09Z",
"source_category": "partner_page",
"source_url": "https://www.monstrafestival.com/partners/"
},
"relationships": {
"company1": {
"data": {
"id": "3688114",
"type": "company"
}
},
"company2": {
"data": {
"id": "1464778",
"type": "company"
}
}
}
},
{
"id": "14166476",
"type": "connection",
"attributes": {
"category": "vendor",
"first_seen_at": "2018-09-22T05:07:46Z",
"last_seen_at": "2019-02-12T16:28:48Z",
"source_category": "vendor_page",
"source_url": "https://ambernettech.com/"
},
"relationships": {
"company1": {
"data": {
"id": "4655015",
"type": "company"
}
},
"company2": {
"data": {
"id": "1464778",
"type": "company"
}
}
}
},
{
"id": "18080500",
"type": "connection",
"attributes": {
"category": "integration",
"first_seen_at": "2019-02-12T13:35:02Z",
"last_seen_at": "2019-02-12T13:35:02Z",
"source_category": "integration_page",
"source_url": "https://timeon.io/integrations/"
},
"relationships": {
"company1": {
"data": {
"id": "11095796",
"type": "company"
}
},
"company2": {
"data": {
"id": "1464778",
"type": "company"
}
}
}
},
{
"id": "17793845",
"type": "connection",
"attributes": {
"category": "other",
"first_seen_at": "2019-02-11T18:13:49Z",
"last_seen_at": "2019-02-11T18:13:49Z",
"source_category": "undefined",
"source_url": "https://nbbadvisors.com/"
},
"relationships": {
"company1": {
"data": {
"id": "4372782",
"type": "company"
}
},
"company2": {
"data": {
"id": "1464778",
"type": "company"
}
}
}
},
{
"id": "16641677",
"type": "connection",
"attributes": {
"category": "investor",
"first_seen_at": "2019-02-08T10:09:11Z",
"last_seen_at": "2019-02-08T10:09:10Z",
"source_category": "investor_page",
"source_url": "https://www.bvp.com/companies"
},
"relationships": {
"company1": {
"data": {
"id": "1409780",
"type": "company"
}
},
"company2": {
"data": {
"id": "1464778",
"type": "company"
}
}
}
},
...
],
"included": [
{
"id": "1620557",
"type": "company",
"attributes": {
"domain": "cluedin.net",
"company_name": "CluedIn ApS"
}
},
{
"id": "1464778",
"type": "company",
"attributes": {
"domain": "pipedrive.com",
"company_name": "Pipedrive, Inc."
}
},
{
"id": "3688114",
"type": "company",
"attributes": {
"domain": "monstrafestival.com",
"company_name": "MONSTRA | Lisbon Animated Film Festival"
}
},
{
"id": "4655015",
"type": "company",
"attributes": {
"domain": "ambernettech.com",
"company_name": "AmberNet Technologies - Hybrid Cloud Management- Brokerage - Application Blueprinting & Migrations"
}
},
{
"id": "11095796",
"type": "company",
"attributes": {
"domain": "timeon.io",
"company_name": null
}
},
{
"id": "4372782",
"type": "company",
"attributes": {
"domain": "nbbadvisors.com",
"company_name": "NBB M&A Advisors"
}
},
{
"id": "1409780",
"type": "company",
"attributes": {
"domain": "bvp.com",
"company_name": "Bessemer Venture Partners"
}
},
{
"id": "1572978",
"type": "company",
"attributes": {
"domain": "bigroomstudios.com",
"company_name": "Big Room Studios, Inc."
}
},
{
"id": "2366886",
"type": "company",
"attributes": {
"domain": "leadliaison.com",
"company_name": "Leadliaison"
}
},
...
],
"meta": {
"count": 83
}
}
Returns a list of categorized business connections. Business connections can be found via backlinks or logos on /our-customers, /case-studies, /portfolio, /clients etc. pages. Business connections enable you to eg. calculate network health of a company, to build systems when new high value connections are made … Connections can be of many types: partner, vendor, investor, parent …
HTTP Request
GET https://predictleads.com/api/v2/companies/:domain/connections
Request Parameters
Parameter | Description |
---|---|
limit |
string Limit the number of shown website subpages per page. Default is 30, maximum is 100. |
More information on the connection object is available here.
To get more results use pagination.
Website Evolution
curl -X GET "https://predictleads.com/api/v2/companies/snowflake.com/evolution"
{
"data": [
{
"id": "00000000-0000-0000-0000-000020202026",
"type": "subpage",
"attributes": {
"category": "blog",
"url": "https://prisma.io/blog",
"first_seen_at": "2018-07-07T15:21:17.765+02:00",
"last_seen_at": "2019-10-19T12:45:24.804+02:00"
},
"relationships": {}
},
{
"id": "6a571e46-9bf4-42d6-979a-157448b76f12",
"type": "subpage",
"attributes": {
"category": "blog",
"url": "https://www.prisma.io/blog",
"first_seen_at": "2020-07-29T11:22:52.005+02:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
},
{
"id": "16779426-b10d-44fe-b73a-eed29f65ca5a",
"type": "subpage",
"attributes": {
"category": "about",
"url": "https://www.prisma.io/docs/getting-started/quickstart-typescript",
"first_seen_at": "2021-01-30T23:37:39.328+01:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000020202025",
"type": "subpage",
"attributes": {
"category": "about",
"url": "https://www.prisma.io/about",
"first_seen_at": "2018-07-07T15:21:17.763+02:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000020202024",
"type": "subpage",
"attributes": {
"category": "jobs",
"url": "https://www.prisma.io/jobs",
"first_seen_at": "2018-07-07T15:21:17.760+02:00",
"last_seen_at": "2021-02-19T11:04:57.642+01:00"
},
"relationships": {}
},
{
"id": "68ed9e9a-955d-4644-b4af-cd9bcc163d36",
"type": "subpage",
"attributes": {
"category": "login",
"url": "https://app.prisma.io/login",
"first_seen_at": "2020-07-29T11:22:52.007+02:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000028075647",
"type": "subpage",
"attributes": {
"category": "login",
"url": "https://app.prisma.io",
"first_seen_at": "2018-12-07T07:53:30.569+01:00",
"last_seen_at": "2019-10-19T12:45:24.800+02:00"
},
"relationships": {}
},
{
"id": "df55800d-0453-47ac-811d-1a37a9445c74",
"type": "subpage",
"attributes": {
"category": "support",
"url": "https://www.prisma.io/docs/about/faq",
"first_seen_at": "2020-12-12T02:08:55.708+01:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
},
{
"id": "be27d8d7-8ece-4c4b-8d7b-4342c6455180",
"type": "subpage",
"attributes": {
"category": "support",
"url": "https://www.prisma.io/docs/more/faq",
"first_seen_at": "2020-07-29T11:22:52.000+02:00",
"last_seen_at": "2020-11-11T02:05:07.892+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000020202023",
"type": "subpage",
"attributes": {
"category": "support",
"url": "https://www.prisma.io/docs/faq",
"first_seen_at": "2018-07-07T15:21:17.758+02:00",
"last_seen_at": "2018-11-03T15:55:49.562+01:00"
},
"relationships": {}
},
{
"id": "6df1fa03-9d5c-4dae-80a5-9e0b7415a5ee",
"type": "subpage",
"attributes": {
"category": "main",
"url": "https://www.prisma.io",
"first_seen_at": "2018-07-10T14:37:34.794+02:00",
"last_seen_at": null
},
"relationships": {}
},
{
"id": "cee16ffc-ee74-476f-ab11-a3cf6495cd7a",
"type": "subpage",
"attributes": {
"category": "community",
"url": "https://www.prisma.io/community",
"first_seen_at": "2021-01-30T23:37:39.337+01:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
}
],
"meta": {
"count": 24
}
}
Website Evolution gives insights to how website is chronologically developing eg. when pages like “Blog”, “Privacy policy”, “Pricing”, “Product”, “API Docs”, “Team”, “Support pages” etc. were added. This can serve as a proxy to how quickly a website is growing, to determine the growth stage they are at and also to help segment websites.
HTTP Request
GET https://predictleads.com/api/v2/companies/:domain/website_evolution
Request Parameters
Parameter | Description |
---|---|
limit |
string Limit the number of shown events per page. Default is 30, maximum is 100. |
More information on the website_evolution object is available here.
To get more results use pagination.
All
curl -X GET "https://predictleads.com/api/v2/companies/prisma.io"
{
"data": [
{
"id": "4364432",
"type": "company",
"attributes": {
"domain": "prisma.io",
"company_name": "Prisma",
"friendly_company_name": "Prisma",
"ticker": null,
"location": "Berlin, Germany",
"location_data":
{
"city": "Berlin",
"country": "Germany"
}
},
"relationships": {
"job_openings": {
"data": [
{
"id": "9a3ddff0-ecf1-4194-bd6d-d74dcb60abc0",
"type": "job_opening"
},
{
"id": "5a852818-f75f-4af7-9086-daeceb070c8c",
"type": "job_opening"
},
{
"id": "2a525805-2ca1-40aa-bb13-1af6a74c4990",
"type": "job_opening"
},
{
"id": "7e88ba15-444a-4355-bd81-098be6d4e8e0",
"type": "job_opening"
},
{
"id": "c395c851-f9d1-4256-a9e5-8e1e227db381",
"type": "job_opening"
},
{
"id": "b946b8c9-152a-4970-b3b4-d4d28803dfc4",
"type": "job_opening"
},
{
"id": "543d4e03-cc99-4543-8ab2-ffc2934b8327",
"type": "job_opening"
},
{
"id": "520f822e-6e5c-41b6-ba12-1929f38fce0b",
"type": "job_opening"
},
{
"id": "c03fd9de-b09e-480a-a57e-b27da98d0606",
"type": "job_opening"
},
{
"id": "3af9e7d9-bf45-4891-b2e8-9ab92c8d3971",
"type": "job_opening"
},
{
"id": "ef179ddf-9e6d-4967-9d92-b24dde63ba7e",
"type": "job_opening"
},
{
"id": "a47257c4-a4a3-47dd-9fee-84705e351fba",
"type": "job_opening"
},
{
"id": "7adb8b9b-add1-4f19-a47d-376652d0d89e",
"type": "job_opening"
},
{
"id": "69c9c1c6-b770-4858-b056-edf6e3efb2d8",
"type": "job_opening"
},
{
"id": "51937624-a454-4560-8512-0f63f0714afe",
"type": "job_opening"
},
{
"id": "3de8e23f-8ca0-40db-adcd-4aa1c6b0f913",
"type": "job_opening"
},
{
"id": "0fd2c544-5397-40f5-a6f0-1a73e4a0b985",
"type": "job_opening"
},
{
"id": "3acd72e5-8315-4349-b505-073be45cf84d",
"type": "job_opening"
},
{
"id": "a7ee0eb1-6619-4f56-a273-39f3e5bdffd5",
"type": "job_opening"
},
{
"id": "07683529-f111-4416-a259-02f4512fd22f",
"type": "job_opening"
},
{
"id": "7268896e-baba-4b3f-b733-17228a0d5b3d",
"type": "job_opening"
},
{
"id": "909ae71f-afa4-4ca7-ad44-8225cf2d264f",
"type": "job_opening"
},
{
"id": "b3578b6e-320a-45d1-8b9e-89af1ce541b0",
"type": "job_opening"
},
{
"id": "5be7142c-c080-4c1f-be82-34b157becc3f",
"type": "job_opening"
},
{
"id": "cb61811f-b993-4889-b77b-15b0829eb067",
"type": "job_opening"
},
{
"id": "22417fa4-af09-4064-9e92-7e682c982660",
"type": "job_opening"
},
{
"id": "217c95db-e8e8-432e-9e5a-4c79b7b6b355",
"type": "job_opening"
},
{
"id": "d39a6e4b-e60d-44b5-bc55-843f781c5be9",
"type": "job_opening"
},
{
"id": "002616f7-44ea-4744-b903-8e6b048bbe9f",
"type": "job_opening"
},
{
"id": "88bcbf5c-a6fc-4316-8e0f-0d1bf304c66b",
"type": "job_opening"
}
],
"meta": {
"count": 63,
"last_successful_visit_at": "2021-03-05T07:36:30.950+01:00"
}
},
"technologies": {
"data": [
{
"id": "a57c1638-5ae5-492a-932a-c831dd349d0d",
"type": "technology"
},
{
"id": "7aafefa8-8445-4fe5-beaa-3ffb6e7cdd89",
"type": "technology"
},
{
"id": "f8ae7a47-09ed-4d42-adf3-e10e1d52ac57",
"type": "technology"
},
{
"id": "1224342d-40de-469d-a50c-22826b2108ca",
"type": "technology"
},
{
"id": "2d4b80a3-d439-4a11-aca8-1abe74fd5b9b",
"type": "technology"
},
{
"id": "0eacb313-7acb-45c8-a907-92f102c5abc5",
"type": "technology"
},
{
"id": "b8e0ebbd-b54c-4335-bf87-be6827c61bae",
"type": "technology"
},
{
"id": "e1bf4570-2031-487a-ac3a-eecf983ba537",
"type": "technology"
},
{
"id": "cc5e544d-7c82-458a-9ee4-72a1189f366f",
"type": "technology"
},
{
"id": "fae3d4ef-c67d-4ab7-a7b3-c3a04f1f8907",
"type": "technology"
},
{
"id": "fec7143c-b737-4711-8909-0f3b832510c6",
"type": "technology"
},
{
"id": "ed825d82-f607-4235-9bab-f3e0e6eb877a",
"type": "technology"
},
{
"id": "b42954a6-5f55-4e01-9a2c-29b4ac2fc606",
"type": "technology"
},
{
"id": "c24ffcf0-3356-4989-bf50-e37e2ad7aae4",
"type": "technology"
},
{
"id": "beed3926-1622-4eed-af50-eb767105532d",
"type": "technology"
},
{
"id": "d76ea4ce-501f-420e-a290-a2e95ad81647",
"type": "technology"
},
{
"id": "513d7a41-e466-4f66-9b8a-341415560b8d",
"type": "technology"
},
{
"id": "c13c9347-b229-4867-97a1-5b562f27d741",
"type": "technology"
},
{
"id": "b0946e7c-fb14-4b9f-8abf-aff7c2363e08",
"type": "technology"
},
{
"id": "7ccfb150-acb0-4035-b06d-abeecf55ea96",
"type": "technology"
},
{
"id": "ab6762be-c5a6-4edb-b974-bae0b170449c",
"type": "technology"
},
{
"id": "f78b2064-1a71-4223-85b6-96900df2f483",
"type": "technology"
},
{
"id": "e511f214-c107-4b6c-bf9c-178f1fb8f88e",
"type": "technology"
},
{
"id": "a1e8b8a7-71d7-4ef0-8702-9d4971aa790b",
"type": "technology"
},
{
"id": "a14d77f0-b6f1-4fb6-99c5-c3c54861f52e",
"type": "technology"
},
{
"id": "6e9c12b2-e387-4b25-8685-f484e5cdd0bd",
"type": "technology"
},
{
"id": "ce1102fb-849f-47f1-8784-c731c50d80c3",
"type": "technology"
},
{
"id": "177ed58e-ef3e-47ee-a466-4867f1b99eba",
"type": "technology"
},
{
"id": "48cdf51a-4eb7-48dc-bf9d-80db347d532a",
"type": "technology"
},
{
"id": "431c4a5e-252c-484f-977a-af7245c5946e",
"type": "technology"
}
],
"meta": {
"count": 44,
"last_successful_visit_at": "2021-02-19T11:05:26.706+01:00"
}
},
"events": {
"data": [
{
"id": "34c2be6f-8645-4724-a279-cb9f8640f51a",
"type": "event"
},
{
"id": "19973583-cac3-44f6-941d-5186e0f5601e",
"type": "event"
},
{
"id": "82272f3e-d1ea-456b-bd81-d08691518510",
"type": "event"
},
{
"id": "fa51d3f9-edb6-4dc9-9274-b6de686b7649",
"type": "event"
},
{
"id": "bb1476cc-570f-44af-8723-2c5a2595b86e",
"type": "event"
},
{
"id": "2fec6e12-a203-4fe8-ad4a-7a24fcc32975",
"type": "event"
},
{
"id": "b7d0c109-aeca-49a9-b675-e842a8a02ede",
"type": "event"
},
{
"id": "bcee4b8d-5010-48c7-beaf-15e21d5d9bc8",
"type": "event"
}
],
"meta": {
"count": 8,
"last_successful_visit_at": "2021-03-10T13:22:28.638+01:00"
}
},
"connections": {
"data": [
{
"id": "171c38bb-502a-45ea-80d0-e199eff2861e",
"type": "connection"
},
{
"id": "12e88978-7867-42b3-8977-bf534f6cff7a",
"type": "connection"
},
{
"id": "bab98ca8-928f-4ac5-a1b1-4e19bc180bee",
"type": "connection"
},
{
"id": "16d266a7-47aa-4f54-876f-ab20fe4ba1af",
"type": "connection"
},
{
"id": "aee0edd6-5794-4429-b67a-0bcb16bd3c7a",
"type": "connection"
},
{
"id": "a36ede3f-769d-43ef-9b35-df76b005911a",
"type": "connection"
},
{
"id": "f353d8d3-116b-4884-87d7-3115d715dbb7",
"type": "connection"
},
{
"id": "556ec87c-8fa3-481f-8564-3682a06c1e48",
"type": "connection"
},
{
"id": "d7f14604-4406-4749-b3ac-a1b70f3c1706",
"type": "connection"
},
{
"id": "0e1c1a3d-4997-459c-8c8f-e6f38ad2a04f",
"type": "connection"
},
{
"id": "181add96-ec2f-4dd0-81d7-472a6c4808f5",
"type": "connection"
},
{
"id": "7a88b1cd-a54e-489c-a9b6-b59b93f4a244",
"type": "connection"
},
{
"id": "1b0fcd99-f736-4bff-8a71-a6a84c2d11a2",
"type": "connection"
},
{
"id": "dce627e6-34d2-45e7-8e09-3a1c75073b39",
"type": "connection"
},
{
"id": "190b23a1-ae9e-4b71-94bd-a40976239b59",
"type": "connection"
},
{
"id": "3b08089a-fca9-4e7d-b2fe-3ffb6d987742",
"type": "connection"
},
{
"id": "a72b6eb1-4a28-4bf4-8c91-c1f100f3d72b",
"type": "connection"
}
],
"meta": {
"count": 17,
"last_successful_visit_at": "2021-01-04T23:38:02.941+01:00"
}
},
"website_evolution": {
"data": [
{
"id": "00000000-0000-0000-0000-000020202026",
"type": "subpage"
},
{
"id": "6a571e46-9bf4-42d6-979a-157448b76f12",
"type": "subpage"
},
{
"id": "16779426-b10d-44fe-b73a-eed29f65ca5a",
"type": "subpage"
},
{
"id": "00000000-0000-0000-0000-000020202025",
"type": "subpage"
},
{
"id": "00000000-0000-0000-0000-000020202024",
"type": "subpage"
},
{
"id": "68ed9e9a-955d-4644-b4af-cd9bcc163d36",
"type": "subpage"
},
{
"id": "00000000-0000-0000-0000-000028075647",
"type": "subpage"
},
{
"id": "df55800d-0453-47ac-811d-1a37a9445c74",
"type": "subpage"
},
{
"id": "be27d8d7-8ece-4c4b-8d7b-4342c6455180",
"type": "subpage"
},
{
"id": "00000000-0000-0000-0000-000020202023",
"type": "subpage"
},
{
"id": "6df1fa03-9d5c-4dae-80a5-9e0b7415a5ee",
"type": "subpage"
},
{
"id": "cee16ffc-ee74-476f-ab11-a3cf6495cd7a",
"type": "subpage"
}
],
"meta": {
"count": 12,
"last_successful_visit_at": "2021-02-19T11:05:26.706+01:00"
}
}
}
}
],
"included": [
{
"id": "9a3ddff0-ecf1-4194-bd6d-d74dcb60abc0",
"type": "job_opening",
"attributes": {
"title": "VP of Engineering",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-03-04T19:55:38Z",
"last_seen_at": "2021-03-04T19:55:38Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"directors",
"engineering"
],
"additional_data": {
"job_title_seniority": "middle_management",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "5a852818-f75f-4af7-9086-daeceb070c8c",
"type": "job_opening",
"attributes": {
"title": "Senior Product Manager - Data Infrastructure",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-03-04T19:55:37Z",
"last_seen_at": "2021-03-04T19:55:37Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"management",
"product_management"
],
"additional_data": {
"job_title_seniority": "management",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "7e88ba15-444a-4355-bd81-098be6d4e8e0",
"type": "job_opening",
"attributes": {
"title": "VP of Engineering",
"url": "https://boards.greenhouse.io/prisma/jobs/5118918002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-03-04T19:54:02Z",
"last_seen_at": "2021-03-05T06:41:43Z",
"last_processed_at": "2021-03-05T06:41:43Z",
"job_opening_closed": false,
"location": null,
"categories": [
"directors",
"engineering"
],
"additional_data": {
"job_title_seniority": "middle_management",
"tags": [
"Dropbox",
"Google Drive",
"Microsoft",
"Growth",
"Node.js",
"Facebook",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Google",
"Algolia",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "2a525805-2ca1-40aa-bb13-1af6a74c4990",
"type": "job_opening",
"attributes": {
"title": "Senior Product Manager - Data Infrastructure",
"url": "https://boards.greenhouse.io/prisma/jobs/5104541002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-03-04T19:54:02Z",
"last_seen_at": "2021-03-05T06:41:48Z",
"last_processed_at": "2021-03-05T06:41:49Z",
"job_opening_closed": false,
"location": null,
"categories": [
"management",
"product_management"
],
"additional_data": {
"job_title_seniority": "management",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"Slack",
"Facebook",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Google",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "b946b8c9-152a-4970-b3b4-d4d28803dfc4",
"type": "job_opening",
"attributes": {
"title": "Senior Software Engineer",
"url": "https://boards.greenhouse.io/prisma/jobs/5083824002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-02-18T19:44:28Z",
"last_seen_at": "2021-03-04T19:54:02Z",
"last_processed_at": "2021-02-18T21:51:57Z",
"job_opening_closed": false,
"location": null,
"categories": [
"engineering",
"software_development"
],
"additional_data": {
"job_title_seniority": "senior",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"Microsoft",
"Growth",
"Node.js",
"Facebook",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Google",
"Algolia",
"Kubernetes",
"Amazon Web Services",
"Envoy"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "c395c851-f9d1-4256-a9e5-8e1e227db381",
"type": "job_opening",
"attributes": {
"title": "Senior TypeScript Engineer",
"url": "https://boards.greenhouse.io/prisma/jobs/5085069002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-02-18T19:44:28Z",
"last_seen_at": "2021-03-04T19:54:02Z",
"last_processed_at": "2021-02-18T21:51:56Z",
"job_opening_closed": false,
"location": null,
"categories": [
"engineering"
],
"additional_data": {
"job_title_seniority": "senior",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"Slack",
"Facebook",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Google",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "520f822e-6e5c-41b6-ba12-1929f38fce0b",
"type": "job_opening",
"attributes": {
"title": "Senior Software Engineer",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-02-18T19:37:26Z",
"last_seen_at": "2021-03-04T19:55:37Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"engineering",
"software_development"
],
"additional_data": {
"job_title_seniority": "senior",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "543d4e03-cc99-4543-8ab2-ffc2934b8327",
"type": "job_opening",
"attributes": {
"title": "Senior TypeScript Engineer",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-02-18T19:37:26Z",
"last_seen_at": "2021-03-04T19:55:37Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"engineering"
],
"additional_data": {
"job_title_seniority": "senior",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "a47257c4-a4a3-47dd-9fee-84705e351fba",
"type": "job_opening",
"attributes": {
"title": "Front-End Engineer",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-21T15:16:50Z",
"last_seen_at": "2021-03-04T19:55:37Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"engineering"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "ef179ddf-9e6d-4967-9d92-b24dde63ba7e",
"type": "job_opening",
"attributes": {
"title": "HR Business Partner",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-21T15:16:50Z",
"last_seen_at": "2021-01-21T15:16:50Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"human_resources"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "3af9e7d9-bf45-4891-b2e8-9ab92c8d3971",
"type": "job_opening",
"attributes": {
"title": "Senior Product Marketing Manager",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-21T15:16:50Z",
"last_seen_at": "2021-03-04T19:55:37Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"management",
"marketing",
"product_management"
],
"additional_data": {
"job_title_seniority": "management",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "c03fd9de-b09e-480a-a57e-b27da98d0606",
"type": "job_opening",
"attributes": {
"title": "Tech Writer",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-21T15:16:50Z",
"last_seen_at": "2021-02-04T19:34:28Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"design"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "3de8e23f-8ca0-40db-adcd-4aa1c6b0f913",
"type": "job_opening",
"attributes": {
"title": "Front-End Engineer",
"url": "https://boards.greenhouse.io/prisma/jobs/5037480002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-21T15:12:45Z",
"last_seen_at": "2021-03-04T19:54:02Z",
"last_processed_at": "2021-02-27T06:07:12Z",
"job_opening_closed": false,
"location": null,
"categories": [
"engineering"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"React",
"Front-End",
"Slack",
"Facebook",
"Gatsby",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Google",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "51937624-a454-4560-8512-0f63f0714afe",
"type": "job_opening",
"attributes": {
"title": "Senior Product Marketing Manager",
"url": "https://boards.greenhouse.io/prisma/jobs/5033065002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-21T15:12:45Z",
"last_seen_at": "2021-03-04T19:54:02Z",
"last_processed_at": "2021-02-27T06:07:15Z",
"job_opening_closed": false,
"location": null,
"categories": [
"management",
"marketing",
"product_management"
],
"additional_data": {
"job_title_seniority": "management",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"Slack",
"Facebook",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Google",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "69c9c1c6-b770-4858-b056-edf6e3efb2d8",
"type": "job_opening",
"attributes": {
"title": "HR Business Partner",
"url": "https://boards.greenhouse.io/prisma/jobs/5007204002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-21T15:12:45Z",
"last_seen_at": "2021-01-22T10:01:05Z",
"last_processed_at": "2021-02-27T06:07:17Z",
"job_opening_closed": true,
"location": null,
"categories": [
"human_resources"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"HRIS",
"Slack",
"Facebook",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Google",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "7adb8b9b-add1-4f19-a47d-376652d0d89e",
"type": "job_opening",
"attributes": {
"title": "Tech Writer",
"url": "https://boards.greenhouse.io/prisma/jobs/5037516002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-21T15:12:45Z",
"last_seen_at": "2021-02-04T19:38:46Z",
"last_processed_at": "2021-02-27T06:07:02Z",
"job_opening_closed": true,
"location": null,
"categories": [
"design"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"Slack",
"Facebook",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Google",
"Amazon Web Services",
"Vercel"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "07683529-f111-4416-a259-02f4512fd22f",
"type": "job_opening",
"attributes": {
"title": "Technical Lead: Control Plane",
"url": "https://boards.greenhouse.io/prisma/jobs/4958377002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-07T09:47:48Z",
"last_seen_at": "2021-03-04T19:54:02Z",
"last_processed_at": "2021-02-12T01:23:48Z",
"job_opening_closed": false,
"location": null,
"categories": [
"engineering"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"Growth",
"Node.js",
"Slack",
"Facebook",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Google",
"Amazon Web Services",
"Azure"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "a7ee0eb1-6619-4f56-a273-39f3e5bdffd5",
"type": "job_opening",
"attributes": {
"title": "Director of Forward Deployed Engineering and Sales",
"url": "https://boards.greenhouse.io/prisma/jobs/4967077002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-07T09:47:48Z",
"last_seen_at": "2021-01-07T13:33:58Z",
"last_processed_at": "2021-02-12T01:23:45Z",
"job_opening_closed": true,
"location": null,
"categories": [
"directors",
"engineering",
"sales"
],
"additional_data": {
"job_title_seniority": "lower_management",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"Microsoft",
"Growth",
"Java",
"Node.js",
"Facebook",
"Go",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Workable",
"Google",
"Algolia",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "3acd72e5-8315-4349-b505-073be45cf84d",
"type": "job_opening",
"attributes": {
"title": "People Operations Partner",
"url": "https://boards.greenhouse.io/prisma/jobs/5007204002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-07T09:47:48Z",
"last_seen_at": "2021-01-07T13:33:57Z",
"last_processed_at": "2021-02-12T01:23:50Z",
"job_opening_closed": true,
"location": null,
"categories": [
"human_resources",
"operations"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"HRIS",
"Slack",
"Facebook",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Google",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "0fd2c544-5397-40f5-a6f0-1a73e4a0b985",
"type": "job_opening",
"attributes": {
"title": "Senior Solutions Engineer",
"url": "https://boards.greenhouse.io/prisma/jobs/4971315002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2021-01-07T09:47:48Z",
"last_seen_at": "2021-01-07T13:33:57Z",
"last_processed_at": "2021-02-12T01:23:44Z",
"job_opening_closed": true,
"location": null,
"categories": [
"engineering"
],
"additional_data": {
"job_title_seniority": "senior",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"Microsoft",
"Growth",
"Java",
"Node.js",
"Facebook",
"Go",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Workable",
"Google",
"Algolia",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "7268896e-baba-4b3f-b733-17228a0d5b3d",
"type": "job_opening",
"attributes": {
"title": "Director of Forward Deployed Engineering and Sales",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2020-12-24T03:29:44Z",
"last_seen_at": "2021-01-07T09:48:12Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"directors",
"engineering",
"sales"
],
"additional_data": {
"job_title_seniority": "lower_management",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "b3578b6e-320a-45d1-8b9e-89af1ce541b0",
"type": "job_opening",
"attributes": {
"title": "Customer Success Manager",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2020-11-26T03:18:36Z",
"last_seen_at": "2020-12-24T03:29:44Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"management",
"sales"
],
"additional_data": {
"job_title_seniority": "management",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "909ae71f-afa4-4ca7-ad44-8225cf2d264f",
"type": "job_opening",
"attributes": {
"title": "Senior Solutions Engineer",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2020-11-26T03:18:36Z",
"last_seen_at": "2021-01-07T09:48:12Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"engineering"
],
"additional_data": {
"job_title_seniority": "senior",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "cb61811f-b993-4889-b77b-15b0829eb067",
"type": "job_opening",
"attributes": {
"title": "Product Designer",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2020-11-12T03:10:09Z",
"last_seen_at": "2021-02-18T19:37:26Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"design",
"product_management"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "5be7142c-c080-4c1f-be82-34b157becc3f",
"type": "job_opening",
"attributes": {
"title": "Technical Lead: Control Plane",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2020-11-12T03:10:09Z",
"last_seen_at": "2021-03-04T19:55:37Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"engineering"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "22417fa4-af09-4064-9e92-7e682c982660",
"type": "job_opening",
"attributes": {
"title": "Product Designer",
"url": "https://boards.greenhouse.io/prisma/jobs/4941182002",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2020-10-29T14:39:54Z",
"last_seen_at": "2021-02-20T03:37:19Z",
"last_processed_at": "2021-02-12T02:29:39Z",
"job_opening_closed": false,
"location": null,
"categories": [
"design",
"product_management"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"Growth",
"Front-End",
"Linkedin",
"Now",
"Greenhouse",
"Google",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {}
},
{
"id": "002616f7-44ea-4744-b903-8e6b048bbe9f",
"type": "job_opening",
"attributes": {
"title": "Engineering Manager",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2020-09-30T17:36:28Z",
"last_seen_at": "2021-03-04T19:55:37Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"engineering",
"management"
],
"additional_data": {
"job_title_seniority": "management",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "d39a6e4b-e60d-44b5-bc55-843f781c5be9",
"type": "job_opening",
"attributes": {
"title": "Senior Product Manager",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2020-09-30T17:36:28Z",
"last_seen_at": "2020-10-14T20:53:51Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"management",
"product_management"
],
"additional_data": {
"job_title_seniority": "management",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "217c95db-e8e8-432e-9e5a-4c79b7b6b355",
"type": "job_opening",
"attributes": {
"title": "TypeScript Engineer",
"url": "https://www.prisma.io/jobs",
"salary": null,
"contract_types": [
"remote"
],
"first_seen_at": "2020-09-30T17:36:28Z",
"last_seen_at": "2020-10-28T23:20:37Z",
"last_processed_at": "2021-03-04T19:55:38Z",
"job_opening_closed": false,
"location": null,
"categories": [
"engineering"
],
"additional_data": {
"job_title_seniority": "undefined",
"tags": [],
"location_data": null
}
},
"relationships": {}
},
{
"id": "88bcbf5c-a6fc-4316-8e0f-0d1bf304c66b",
"type": "job_opening",
"attributes": {
"title": "Part-Time Office Manager (20h p/w)",
"url": "https://boards.greenhouse.io/prisma/jobs/4834895002",
"salary": null,
"contract_types": [
"part time"
],
"first_seen_at": "2020-09-02T16:46:22Z",
"last_seen_at": "2020-09-02T16:52:15Z",
"last_processed_at": "2020-10-07T17:32:37Z",
"job_opening_closed": true,
"location": "Berlin, Germany",
"categories": [
"management"
],
"additional_data": {
"job_title_seniority": "management",
"tags": [
"Dropbox",
"GitHub",
"Google Drive",
"Slack",
"Facebook",
"Linkedin",
"Now",
"Twitter",
"Greenhouse",
"Google",
"schema.org"
],
"location_data": {
"country": "Germany",
"city": "Berlin",
"fuzzy_match": false
}
}
},
"relationships": {}
},
{
"id": "ed825d82-f607-4235-9bab-f3e0e6eb877a",
"type": "technology",
"attributes": {
"categories": [
"containerization",
"devops"
],
"domain": "kubernetes.io",
"first_seen_at": "2021-02-19T05:17:43Z",
"last_seen_at": "2021-02-19T05:17:43Z",
"url": "http://kubernetes.io/",
"title": "Kubernetes",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "fec7143c-b737-4711-8909-0f3b832510c6",
"type": "technology",
"attributes": {
"categories": [
"reverse_proxies"
],
"domain": "envoyproxy.io",
"first_seen_at": "2021-02-19T05:17:43Z",
"last_seen_at": "2021-02-19T05:17:43Z",
"url": "https://www.envoyproxy.io/",
"title": "Envoy",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "177ed58e-ef3e-47ee-a466-4867f1b99eba",
"type": "technology",
"attributes": {
"categories": [
"analytics",
"web_analytics",
"intelligence_and_analytics"
],
"domain": "hotjar.com",
"first_seen_at": "2021-01-30T22:37:39Z",
"last_seen_at": "2021-03-04T09:04:27Z",
"url": "https://www.hotjar.com",
"title": "Hotjar",
"behind_firewall": false
},
"relationships": {}
},
{
"id": "2d4b80a3-d439-4a11-aca8-1abe74fd5b9b",
"type": "technology",
"attributes": {
"categories": [
"web_servers"
],
"domain": "vercel.com",
"first_seen_at": "2021-01-22T10:00:25Z",
"last_seen_at": "2021-01-22T10:00:25Z",
"url": "https://vercel.com",
"title": "Vercel",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "6e9c12b2-e387-4b25-8685-f484e5cdd0bd",
"type": "technology",
"attributes": {
"categories": [
"search_engines",
"site_search",
"web_tools_and_plugins"
],
"domain": "algolia.com",
"first_seen_at": "2021-01-07T20:52:28Z",
"last_seen_at": "2021-03-05T06:41:43Z",
"url": "https://www.algolia.com/",
"title": "Algolia",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "a1e8b8a7-71d7-4ef0-8702-9d4971aa790b",
"type": "technology",
"attributes": {
"categories": [
"applicant_tracking_systems",
"human_resources"
],
"domain": "workable.com",
"first_seen_at": "2021-01-07T20:52:28Z",
"last_seen_at": "2021-01-07T20:52:31Z",
"url": "https://www.workable.com/",
"title": "Workable",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "f78b2064-1a71-4223-85b6-96900df2f483",
"type": "technology",
"attributes": {
"categories": [
"paas"
],
"domain": "microsoft.com",
"first_seen_at": "2021-01-07T20:52:27Z",
"last_seen_at": "2021-01-07T20:52:27Z",
"url": "https://azure.microsoft.com",
"title": "Azure",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "cc5e544d-7c82-458a-9ee4-72a1189f366f",
"type": "technology",
"attributes": {
"categories": [
"tag_managers",
"tag_management",
"intelligence_and_analytics"
],
"domain": "google.com",
"first_seen_at": "2020-12-12T01:08:55Z",
"last_seen_at": "2021-03-04T09:04:27Z",
"url": "http://www.google.com/tagmanager",
"title": "Google Tag Manager",
"behind_firewall": false
},
"relationships": {}
},
{
"id": "48cdf51a-4eb7-48dc-bf9d-80db347d532a",
"type": "technology",
"attributes": {
"categories": [
"web_servers",
"cdn",
"paas",
"cdn",
"platforms_as_a_service",
"it_infrastructure"
],
"domain": "netlify.com",
"first_seen_at": "2020-11-01T17:54:16Z",
"last_seen_at": "2021-03-04T09:04:27Z",
"url": "http://netlify.com",
"title": "Netlify",
"behind_firewall": false
},
"relationships": {}
},
{
"id": "ce1102fb-849f-47f1-8784-c731c50d80c3",
"type": "technology",
"attributes": {
"categories": [
"paas"
],
"domain": "amazon.com",
"first_seen_at": "2020-10-05T02:42:38Z",
"last_seen_at": "2021-03-05T06:41:49Z",
"url": "https://aws.amazon.com/",
"title": "Amazon Web Services",
"behind_firewall": false
},
"relationships": {}
},
{
"id": "a57c1638-5ae5-492a-932a-c831dd349d0d",
"type": "technology",
"attributes": {
"categories": [
"design_&_publishing",
"publishing",
"design",
"tools",
"editors"
],
"domain": "figma.com",
"first_seen_at": "2020-07-04T22:01:01Z",
"last_seen_at": "2020-07-04T22:01:01Z",
"url": "https://www.figma.com",
"title": "Figma",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "f8ae7a47-09ed-4d42-adf3-e10e1d52ac57",
"type": "technology",
"attributes": {
"categories": [
"containers",
"containerization",
"devops"
],
"domain": "docker.com",
"first_seen_at": "2020-07-01T06:07:29Z",
"last_seen_at": "2020-07-01T06:07:29Z",
"url": "https://www.docker.com/",
"title": "Docker",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "e1bf4570-2031-487a-ac3a-eecf983ba537",
"type": "technology",
"attributes": {
"categories": [
"programming_languages",
"programming"
],
"domain": "golang.org",
"first_seen_at": "2020-06-28T18:18:03Z",
"last_seen_at": "2021-01-07T20:52:31Z",
"url": "https://golang.org/",
"title": "Go",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "e511f214-c107-4b6c-bf9c-178f1fb8f88e",
"type": "technology",
"attributes": {
"categories": [
"miscellaneous"
],
"domain": "google.com",
"first_seen_at": "2020-06-22T02:11:15Z",
"last_seen_at": "2021-03-05T06:41:49Z",
"url": "https://google.com",
"title": "Google",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "0eacb313-7acb-45c8-a907-92f102c5abc5",
"type": "technology",
"attributes": {
"categories": [
"widgets"
],
"domain": "linkedin.com",
"first_seen_at": "2020-06-22T02:11:15Z",
"last_seen_at": "2021-03-05T06:41:49Z",
"url": "http://linkedin.com",
"title": "Linkedin",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "513d7a41-e466-4f66-9b8a-341415560b8d",
"type": "technology",
"attributes": {
"categories": [
"programming_languages",
"operating_systems_&_computing_languages",
"databases",
"data_management"
],
"domain": "mysql.com",
"first_seen_at": "2020-06-10T09:16:10Z",
"last_seen_at": "2020-06-10T09:16:10Z",
"url": "http://mysql.com",
"title": "MySQL",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "1224342d-40de-469d-a50c-22826b2108ca",
"type": "technology",
"attributes": {
"categories": [
"visualisation_software",
"design",
"tools",
"web_fonts",
"web_tools_and_plugins"
],
"domain": null,
"first_seen_at": "2020-06-07T05:43:02Z",
"last_seen_at": "2020-06-07T05:43:02Z",
"url": null,
"title": "Adobe Creative Suite",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "7ccfb150-acb0-4035-b06d-abeecf55ea96",
"type": "technology",
"attributes": {
"categories": [
"databases",
"data_management"
],
"domain": "redislabs.com",
"first_seen_at": "2020-06-05T22:39:42Z",
"last_seen_at": "2020-06-05T22:39:42Z",
"url": "https://redislabs.com",
"title": "Redis",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "b0946e7c-fb14-4b9f-8abf-aff7c2363e08",
"type": "technology",
"attributes": {
"categories": [
"databases",
"data_management"
],
"domain": "neo4j.com",
"first_seen_at": "2020-06-05T22:39:42Z",
"last_seen_at": "2020-06-05T22:39:42Z",
"url": "http://neo4j.com/",
"title": "Neo4j",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "c13c9347-b229-4867-97a1-5b562f27d741",
"type": "technology",
"attributes": {
"categories": [
"databases",
"data_management"
],
"domain": "mongodb.org",
"first_seen_at": "2020-06-05T22:39:42Z",
"last_seen_at": "2020-06-10T09:16:10Z",
"url": "http://www.mongodb.org",
"title": "MongoDB",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "beed3926-1622-4eed-af50-eb767105532d",
"type": "technology",
"attributes": {
"categories": [
"programming_languages",
"operating_systems_&_computing_languages",
"programming"
],
"domain": "python.org",
"first_seen_at": "2020-06-02T22:22:10Z",
"last_seen_at": "2020-06-05T22:39:42Z",
"url": "http://python.org",
"title": "Python",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "c24ffcf0-3356-4989-bf50-e37e2ad7aae4",
"type": "technology",
"attributes": {
"categories": [
"programming_languages",
"operating_systems_&_computing_languages",
"programming"
],
"domain": "oracle.com",
"first_seen_at": "2020-06-02T22:22:10Z",
"last_seen_at": "2021-01-07T20:52:31Z",
"url": "https://www.oracle.com",
"title": "Java",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "a14d77f0-b6f1-4fb6-99c5-c3c54861f52e",
"type": "technology",
"attributes": {
"categories": [
"tools",
"miscellaneous"
],
"domain": "microsoft.com",
"first_seen_at": "2020-04-28T10:30:54Z",
"last_seen_at": "2021-03-05T06:41:43Z",
"url": "https://www.microsoft.com",
"title": "Microsoft",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "d76ea4ce-501f-420e-a290-a2e95ad81647",
"type": "technology",
"attributes": {
"categories": [
"software",
"productivity_solutions",
"chat",
"team_collaboration",
"communication_and_collaboration"
],
"domain": "slack.com",
"first_seen_at": "2020-04-28T10:30:54Z",
"last_seen_at": "2021-03-05T06:41:49Z",
"url": "https://slack.com/",
"title": "Slack",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "b42954a6-5f55-4e01-9a2c-29b4ac2fc606",
"type": "technology",
"attributes": {
"categories": [
"document_management",
"cloud_storage",
"tools",
"file_sharing",
"communication_and_collaboration"
],
"domain": "google.com",
"first_seen_at": "2020-04-28T10:30:54Z",
"last_seen_at": "2021-03-05T06:41:49Z",
"url": "https://gsuite.google.com/products/drive/",
"title": "Google Drive",
"behind_firewall": true
},
"relationships": {}
},
{
"id": "2fec6e12-a203-4fe8-ad4a-7a24fcc32975",
"type": "event",
"attributes": {
"categories": [
"launches"
],
"title": "Prisma launched Nexus 1.0 on Dec 14th 20'.",
"found_at": "2020-12-13T23:00:00Z",
"url": "https://www.prisma.io/blog/announcing-the-release-of-nexus-schema-v1-b5eno5g08d0b",
"additional_data": {
"product": "Nexus 1.0",
"product_data": {
"full_text": "Nexus 1.0",
"fuzzy_match": true
},
"date": "2020-12-14",
"article_title": "Announcing Nexus 1.0: A Major Release for Type-Safe, Code-First GraphQL APIs",
"article_sentence": "Today, Prisma is happy to announce that Prisma has released Nexus 1.0.",
"article_source": "prisma.io",
"article_author": "Ryan Chenkie",
"article_published_at": "2020-12-14T00:00:00.000Z",
"confidence": "0.4657"
}
},
"relationships": {}
},
{
"id": "bcee4b8d-5010-48c7-beaf-15e21d5d9bc8",
"type": "event",
"attributes": {
"categories": [
"invests_into"
],
"title": "Amplify Partners invests into Prisma in $12M",
"found_at": "2020-07-08T11:00:40Z",
"url": "https://it.toolbox.com/news/latest-tech-funding-partnership-merger-acquisition-news-week-of-july-6-2020",
"additional_data": {
"amount": 12000000,
"article_title": "Latest Tech Funding, Partnership, Merger & Acquisition News: Week of July 6, 2020",
"article_sentence": "Developer favourite Prisma announced that the company had raised $12 million in Series A funding led by Amplify Partners.",
"article_source": "toolbox.com",
"article_published_at": "2020-07-08T13:00:40.000Z",
"confidence": "0.724"
}
},
"relationships": {
"company1": {
"data": {
"id": "1556626",
"type": "company"
}
},
"company2": {
"data": {
"id": "4364432",
"type": "company"
}
}
}
},
{
"id": "1556626",
"type": "company",
"attributes": {
"domain": "amplifypartners.com",
"company_name": "Amplify Partners",
"ticker": null
}
},
{
"id": "4364432",
"type": "company",
"attributes": {
"domain": "prisma.io",
"company_name": "Prisma",
"ticker": null
}
},
{
"id": "bb1476cc-570f-44af-8723-2c5a2595b86e",
"type": "event",
"attributes": {
"categories": [
"receives_financing"
],
"title": "Prisma receives financing of $12M in Series A funding",
"found_at": "2020-07-08T11:00:40Z",
"url": "https://it.toolbox.com/news/latest-tech-funding-partnership-merger-acquisition-news-week-of-july-6-2020",
"additional_data": {
"financing_type": "Series A funding",
"funding_round": "Series A",
"financing_type_tags": [
"equity",
"series_a"
],
"amount": 12000000,
"article_title": "Latest Tech Funding, Partnership, Merger & Acquisition News: Week of July 6, 2020",
"article_sentence": "Developer favourite Prisma announced that the company had raised $12 million in Series A funding led by Amplify Partners.",
"article_source": "toolbox.com",
"article_published_at": "2020-07-08T13:00:40.000Z",
"confidence": "1.0"
}
},
"relationships": {}
},
{
"id": "fa51d3f9-edb6-4dc9-9274-b6de686b7649",
"type": "event",
"attributes": {
"categories": [
"launches"
],
"title": "Prisma launched Beta on Mar 31st 20'.",
"found_at": "2020-05-19T13:04:54Z",
"url": "https://solace.com/blog/build-app-pubsub-javascript-mqtt-postgres-prisma",
"additional_data": {
"product": "Beta",
"product_data": {
"full_text": "Beta",
"fuzzy_match": true
},
"date": "2020-03-31",
"article_title": "How to Build a Versatile Tech Stack Using PubSub+, JavaScript, MQTT, Postgres, and Prisma 2.0 | Solace",
"article_sentence": "Prisma is an open-source database toolkit that makes type-safe database access easy with an auto-generated query builder, and it finally launched its Beta at the end of March.",
"article_source": "solace.com",
"article_author": "Andrew Roberts",
"article_published_at": "2020-05-19T15:04:54.000Z",
"confidence": "0.7934"
}
},
"relationships": {}
},
{
"id": "82272f3e-d1ea-456b-bd81-d08691518510",
"type": "event",
"attributes": {
"categories": [
"launches"
],
"title": "Prisma launches improved release process with a dedicated beta period",
"found_at": "2018-05-28T22:00:00Z",
"url": "https://www.prisma.io/blog/improving-prismas-release-process-yaey8deiwaex/",
"additional_data": {
"product": "improved release process with a dedicated beta period",
"product_data": {
"full_text": "improved release process with a dedicated beta period",
"fuzzy_match": true,
"release_type": "improved release"
},
"article_title": "New Release Process for Prisma | Prisma",
"article_sentence": "Prisma is introducing an improved release process with a dedicated beta period to ensure high quality while shipping new features fast.",
"article_source": "prisma.io",
"article_published_at": "2018-05-29T00:00:00.000Z",
"confidence": "0.9486"
}
},
"relationships": {}
},
{
"id": "34c2be6f-8645-4724-a279-cb9f8640f51a",
"type": "event",
"attributes": {
"categories": [
"receives_financing"
],
"title": "Prisma received financing of $4.5M in seed round on May 24th 18'.",
"found_at": "2018-05-23T22:00:00Z",
"url": "https://www.prisma.io/blog/prisma-raises-4-5m-to-build-the-graphql-data-layer-for-all-databases-663484df0f60/",
"additional_data": {
"financing_type": "seed round",
"funding_round": "seed",
"financing_type_tags": [
"equity"
],
"amount": 4500000,
"date": "2018-05-24",
"article_title": "Prisma raises $4.5M to build the GraphQL data layer for all databases | Prisma",
"article_sentence": "Today, Prisma has some very exciting news to share: Prisma has raised a $4.5 million seed round led by Kleiner Perkins and are rebranding to Prisma.",
"article_source": "prisma.io",
"article_published_at": "2018-05-24T00:00:00.000Z",
"confidence": "0.9918"
}
},
"relationships": {}
},
{
"id": "b7d0c109-aeca-49a9-b675-e842a8a02ede",
"type": "event",
"attributes": {
"categories": [
"invests_into"
],
"title": "Kleiner Perkins invested into Prisma in $4.5M on May 24th 18'.",
"found_at": "2018-05-23T20:00:00Z",
"url": "https://www.prisma.io/blog/prisma-raises-4-5m-to-build-the-graphql-data-layer-for-all-databases-663484df0f60/",
"additional_data": {
"amount": 4500000,
"date": "2018-05-24",
"article_title": "Prisma raises $4.5M to build the GraphQL data layer for all databases | Prisma",
"article_sentence": "Today, Prisma has some very exciting news to share: Prisma has raised a $4.5 million seed round led by Kleiner Perkins and are rebranding to Prisma.",
"article_source": "prisma.io",
"article_published_at": "2018-05-24T00:00:00.000Z",
"confidence": "0.9892"
}
},
"relationships": {
"company1": {
"data": {
"id": "12462573",
"type": "company"
}
},
"company2": {
"data": {
"id": "4364432",
"type": "company"
}
}
}
},
{
"id": "12462573",
"type": "company",
"attributes": {
"domain": "kleinerperkins.com",
"company_name": "Kleiner Perkins",
"ticker": null
}
},
{
"id": "19973583-cac3-44f6-941d-5186e0f5601e",
"type": "event",
"attributes": {
"categories": [
"launches"
],
"title": "Prisma launches lightweight process for turning REST into GraphQL APIs",
"found_at": "2018-02-28T23:00:00Z",
"url": "https://www.prisma.io/blog/how-to-wrap-a-rest-api-with-graphql-8bf3fb17547d/",
"additional_data": {
"product": "lightweight process for turning REST into GraphQL APIs",
"product_tags": [
"online_technology"
],
"product_data": {
"full_text": "lightweight process for turning REST into GraphQL APIs",
"fuzzy_match": true
},
"article_title": "How to wrap a REST API with GraphQL",
"article_sentence": "In this article, Prisma is going to introduce a lightweight process for turning REST into GraphQL APIs.",
"article_source": "prisma.io",
"article_published_at": "2018-03-01T00:00:00.000Z",
"confidence": "0.8455"
}
},
"relationships": {}
},
{
"id": "556ec87c-8fa3-481f-8564-3682a06c1e48",
"type": "connection",
"attributes": {
"id": "556ec87c-8fa3-481f-8564-3682a06c1e48",
"category": "investor",
"source_category": "investor_page",
"source_url": "https://amplifypartners.com/portfolio/prisma",
"first_seen_at": "2021-01-30T09:10:30Z",
"last_seen_at": "2021-01-30T09:10:30Z"
},
"relationships": {
"company1": {
"data": {
"id": "1556626",
"type": "company"
}
},
"company2": {
"data": {
"id": "4364432",
"type": "company"
}
}
}
},
{
"id": "664778",
"type": "company",
"attributes": {
"domain": "typeform.com",
"company_name": "Typeform",
"ticker": null
}
},
{
"id": "dce627e6-34d2-45e7-8e09-3a1c75073b39",
"type": "connection",
"attributes": {
"id": "dce627e6-34d2-45e7-8e09-3a1c75073b39",
"category": "partner",
"source_category": "partner_page",
"source_url": "https://www.upgrow.io",
"first_seen_at": "2021-01-03T15:05:35Z",
"last_seen_at": "2021-01-29T01:13:32Z"
},
"relationships": {
"company1": {
"data": {
"id": "18124917",
"type": "company"
}
},
"company2": {
"data": {
"id": "4364432",
"type": "company"
}
}
}
},
{
"id": "18124917",
"type": "company",
"attributes": {
"domain": "upgrow.io",
"company_name": "Upgrow",
"ticker": null
}
},
{
"id": "f353d8d3-116b-4884-87d7-3115d715dbb7",
"type": "connection",
"attributes": {
"id": "f353d8d3-116b-4884-87d7-3115d715dbb7",
"category": "other",
"source_category": "undefined",
"source_url": "https://jere.co",
"first_seen_at": "2021-01-02T02:06:16Z",
"last_seen_at": "2021-02-02T16:53:27Z"
},
"relationships": {
"company1": {
"data": {
"id": "21091020",
"type": "company"
}
},
"company2": {
"data": {
"id": "4364432",
"type": "company"
}
}
}
},
{
"id": "21091020",
"type": "company",
"attributes": {
"domain": "jere.co",
"company_name": "Jere",
"ticker": null
}
},
{
"id": "0e1c1a3d-4997-459c-8c8f-e6f38ad2a04f",
"type": "connection",
"attributes": {
"id": "0e1c1a3d-4997-459c-8c8f-e6f38ad2a04f",
"category": "other",
"source_category": "undefined",
"source_url": "https://maxrohde.com",
"first_seen_at": "2020-12-18T17:43:47Z",
"last_seen_at": "2021-01-18T23:55:07Z"
},
"relationships": {
"company1": {
"data": {
"id": "2297960",
"type": "company"
}
},
"company2": {
"data": {
"id": "4364432",
"type": "company"
}
}
}
},
{
"id": "2297960",
"type": "company",
"attributes": {
"domain": "maxrohde.com",
"company_name": "Maxrohde",
"ticker": null
}
},
{
"id": "aee0edd6-5794-4429-b67a-0bcb16bd3c7a",
"type": "connection",
"attributes": {
"id": "aee0edd6-5794-4429-b67a-0bcb16bd3c7a",
"category": "vendor",
"source_category": "undefined",
"source_url": "https://www.prisma.io",
"first_seen_at": "2020-12-14T22:33:59Z",
"last_seen_at": "2021-01-29T10:01:25Z"
},
"relationships": {
"company1": {
"data": {
"id": "4364432",
"type": "company"
}
},
"company2": {
"data": {
"id": "21362477",
"type": "company"
}
}
}
},
{
"id": "21362477",
"type": "company",
"attributes": {
"domain": "pris.ly",
"company_name": null,
"ticker": null
}
},
{
"id": "a36ede3f-769d-43ef-9b35-df76b005911a",
"type": "connection",
"attributes": {
"id": "a36ede3f-769d-43ef-9b35-df76b005911a",
"category": "other",
"source_category": "undefined",
"source_url": "https://www.graph.cool",
"first_seen_at": "2018-07-27T21:42:48Z",
"last_seen_at": "2021-02-13T00:33:12Z"
},
"relationships": {
"company1": {
"data": {
"id": "2540133",
"type": "company"
}
},
"company2": {
"data": {
"id": "4364432",
"type": "company"
}
}
}
},
{
"id": "2540133",
"type": "company",
"attributes": {
"domain": "graph.cool",
"company_name": "Graph",
"ticker": null
}
},
{
"id": "bab98ca8-928f-4ac5-a1b1-4e19bc180bee",
"type": "connection",
"attributes": {
"id": "bab98ca8-928f-4ac5-a1b1-4e19bc180bee",
"category": "other",
"source_category": "footer",
"source_url": "https://www.prisma.io/",
"first_seen_at": "2018-07-07T13:21:17Z",
"last_seen_at": "2018-11-03T14:56:34Z"
},
"relationships": {
"company1": {
"data": {
"id": "4364432",
"type": "company"
}
},
"company2": {
"data": {
"id": "12460393",
"type": "company"
}
}
}
},
{
"id": "12460393",
"type": "company",
"attributes": {
"domain": "graphql-europe.org",
"company_name": "GraphQL Europe",
"ticker": null
}
},
{
"id": "12e88978-7867-42b3-8977-bf534f6cff7a",
"type": "connection",
"attributes": {
"id": "12e88978-7867-42b3-8977-bf534f6cff7a",
"category": "vendor",
"source_category": "undefined",
"source_url": "https://www.prisma.io",
"first_seen_at": "2018-07-07T13:21:17Z",
"last_seen_at": "2021-01-29T10:01:25Z"
},
"relationships": {
"company1": {
"data": {
"id": "4364432",
"type": "company"
}
},
"company2": {
"data": {
"id": "1451947",
"type": "company"
}
}
}
},
{
"id": "1451947",
"type": "company",
"attributes": {
"domain": "meetup.com",
"company_name": "MeetUp, Inc.",
"ticker": null
}
},
{
"id": "3b08089a-fca9-4e7d-b2fe-3ffb6d987742",
"type": "connection",
"attributes": {
"id": "3b08089a-fca9-4e7d-b2fe-3ffb6d987742",
"category": "other",
"source_category": "undefined",
"source_url": "https://betapage.co/",
"first_seen_at": "2018-05-17T12:39:40Z",
"last_seen_at": "2018-05-17T12:39:40Z"
},
"relationships": {
"company1": {
"data": {
"id": "1691637",
"type": "company"
}
},
"company2": {
"data": {
"id": "4364432",
"type": "company"
}
}
}
},
{
"id": "1691637",
"type": "company",
"attributes": {
"domain": "betapage.co",
"company_name": "BetaPage",
"ticker": null
}
},
{
"id": "190b23a1-ae9e-4b71-94bd-a40976239b59",
"type": "connection",
"attributes": {
"id": "190b23a1-ae9e-4b71-94bd-a40976239b59",
"category": "other",
"source_category": "undefined",
"source_url": "https://www.apollographql.com/",
"first_seen_at": "2018-04-14T01:30:32Z",
"last_seen_at": "2018-05-05T01:35:41Z"
},
"relationships": {
"company1": {
"data": {
"id": "2891405",
"type": "company"
}
},
"company2": {
"data": {
"id": "4364432",
"type": "company"
}
}
}
},
{
"id": "2891405",
"type": "company",
"attributes": {
"domain": "apollographql.com",
"company_name": "Apollo GraphQL",
"ticker": null
}
},
{
"id": "00000000-0000-0000-0000-000020202026",
"type": "subpage",
"attributes": {
"category": "blog",
"url": "https://prisma.io/blog",
"first_seen_at": "2018-07-07T15:21:17.765+02:00",
"last_seen_at": "2019-10-19T12:45:24.804+02:00"
},
"relationships": {}
},
{
"id": "6a571e46-9bf4-42d6-979a-157448b76f12",
"type": "subpage",
"attributes": {
"category": "blog",
"url": "https://www.prisma.io/blog",
"first_seen_at": "2020-07-29T11:22:52.005+02:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
},
{
"id": "16779426-b10d-44fe-b73a-eed29f65ca5a",
"type": "subpage",
"attributes": {
"category": "about",
"url": "https://www.prisma.io/docs/getting-started/quickstart-typescript",
"first_seen_at": "2021-01-30T23:37:39.328+01:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000020202025",
"type": "subpage",
"attributes": {
"category": "about",
"url": "https://www.prisma.io/about",
"first_seen_at": "2018-07-07T15:21:17.763+02:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000020202024",
"type": "subpage",
"attributes": {
"category": "jobs",
"url": "https://www.prisma.io/jobs",
"first_seen_at": "2018-07-07T15:21:17.760+02:00",
"last_seen_at": "2021-02-19T11:04:57.642+01:00"
},
"relationships": {}
},
{
"id": "68ed9e9a-955d-4644-b4af-cd9bcc163d36",
"type": "subpage",
"attributes": {
"category": "login",
"url": "https://app.prisma.io/login",
"first_seen_at": "2020-07-29T11:22:52.007+02:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000028075647",
"type": "subpage",
"attributes": {
"category": "login",
"url": "https://app.prisma.io",
"first_seen_at": "2018-12-07T07:53:30.569+01:00",
"last_seen_at": "2019-10-19T12:45:24.800+02:00"
},
"relationships": {}
},
{
"id": "df55800d-0453-47ac-811d-1a37a9445c74",
"type": "subpage",
"attributes": {
"category": "support",
"url": "https://www.prisma.io/docs/about/faq",
"first_seen_at": "2020-12-12T02:08:55.708+01:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
},
{
"id": "be27d8d7-8ece-4c4b-8d7b-4342c6455180",
"type": "subpage",
"attributes": {
"category": "support",
"url": "https://www.prisma.io/docs/more/faq",
"first_seen_at": "2020-07-29T11:22:52.000+02:00",
"last_seen_at": "2020-11-11T02:05:07.892+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000020202023",
"type": "subpage",
"attributes": {
"category": "support",
"url": "https://www.prisma.io/docs/faq",
"first_seen_at": "2018-07-07T15:21:17.758+02:00",
"last_seen_at": "2018-11-03T15:55:49.562+01:00"
},
"relationships": {}
},
{
"id": "6df1fa03-9d5c-4dae-80a5-9e0b7415a5ee",
"type": "subpage",
"attributes": {
"category": "main",
"url": "https://www.prisma.io",
"first_seen_at": "2018-07-10T14:37:34.794+02:00",
"last_seen_at": null
},
"relationships": {}
},
{
"id": "cee16ffc-ee74-476f-ab11-a3cf6495cd7a",
"type": "subpage",
"attributes": {
"category": "community",
"url": "https://www.prisma.io/community",
"first_seen_at": "2021-01-30T23:37:39.337+01:00",
"last_seen_at": "2021-02-19T11:04:57.641+01:00"
},
"relationships": {}
},
{...}
]
}
Returns all data points you are subscribed to for the requested domain name. Eg.: Events, Job Openings, Technologies, Connections and Website Evolution.
JSON format is also used when exporting via flat files. Two options for flat file exports:
A. Returned is one JSON formatted file with one website per line. Each line contains all data related to the website.
B. Returned is one JSON file per subscribed endpoint. Eg. if you’re subscribed to Jobs Openings and News Events then three files will be returned. One for each dataset and one additional file with company attributes data. In each file there will be one record per line: eg. one Job Opening per line.
If you’d like us to export in a different format please do let us know, we are flexible.
HTTP Request
GET https://predictleads.com/api/v2/companies/:domain
Request Parameters
Parameter | Description |
---|---|
with_job_descriptions |
boolean Set to true if you’d like jobs returned with their descriptions. |
limit |
string Limit the number of shown events per page. Default is 30, maximum is 100. |
List of event categories and more information on event object is available here.
To get more results use pagination.
Discover
Find companies by querying our database by various parameters.
Discover companies
curl -X POST "https://predictleads.com/api/v2/companies/discover?event_categories=is_developing&locations=CA"
{
"data": [
{
"id": "348068",
"type": "company",
"attributes": {
"domain": "boozallen.com",
"company_name": "Booz Allen Hamilton",
"friendly_company_name": "Booz Allen Hamilton",
"ticker": "NYSE:BAH"
}
},
{
"id": "1483919",
"type": "company",
"attributes": {
"domain": "thermofisher.com",
"company_name": "Thermo Fisher Scientific",
"friendly_company_name": "Thermo Fisher Scientific",
"ticker": "NYSE:TMO"
}
},
{
"id": "368539",
"type": "company",
"attributes": {
"domain": "imagine-one.com",
"company_name": "Imagine One",
"friendly_company_name": "Imagine One",
"ticker": null
}
},
{
"id": "17263540",
"type": "company",
"attributes": {
"domain": "somarylandjobs.com",
"company_name": "Somarylandjobs",
"friendly_company_name": "Somarylandjobs",
"ticker": null
}
},
{
"id": "18781851",
"type": "company",
"attributes": {
"domain": "newjobpursuit.co.uk",
"company_name": null,
"friendly_company_name": null,
"ticker": null
}
},
{
"id": "18248710",
"type": "company",
"attributes": {
"domain": "wificorp.com",
"company_name": "Perfectwifi, Inc.",
"friendly_company_name": "Perfectwifi",
"ticker": null
}
},
{
"id": "17916431",
"type": "company",
"attributes": {
"domain": "waterdistrictjobs.com",
"company_name": null,
"friendly_company_name": null,
"ticker": null
}
},
{
"id": "17509347",
"type": "company",
"attributes": {
"domain": "pilotjobs.io",
"company_name": "Pilothiring",
"friendly_company_name": "Pilothiring",
"ticker": null
}
},
{
"id": "17252621",
"type": "company",
"attributes": {
"domain": "employmentquest.net",
"company_name": "Employmentquest",
"friendly_company_name": "Employmentquest",
"ticker": null
}
},
{
"id": "16807112",
"type": "company",
"attributes": {
"domain": "hellohayward.com",
"company_name": "Hellohayward",
"friendly_company_name": "Hellohayward",
"ticker": null
}
}
],
"meta": {
"count": 21251
}
}
Returns a list of companies that satisfy given query parameters.
HTTP Request
POST https://predictleads.com/api/v2/companies/discover
Request Parameters
Parameter | Description |
---|---|
locations |
string List of company locations split by comma (,). Ie.: CA, FL, France. |
event_categories |
string List of event categories split by comma (,). Ie.: hires, launches, invests_into. |
event_tags |
string List of event tags split by comma (,). Ie.: mobile, future_tech, energy. |
job_categories |
string List of job categories split by comma (,). Ie.: marketing, education, software_development. |
technologies |
string List of technologies split by comma (,). Ie.: Salesforce, Gitlab, Slack. |
found_at_from |
date (ISO 8601) Signals found from specified date. |
found_at_until |
date (ISO 8601) Signals found until specified date. |
limit |
string Limit the number of shown events per page. Default is 10, maximum is 100. |
Use abbreviations for US states ie.: CA, FL and countries for other locations: Germany, China, Japan …
To get more results use pagination.
Discover via StartupPlatform
Find companies that are hiring or launching new products via Hacker News (news.ycombinator.com) and similar platforms.
curl -X GET "https://predictleads.com/api/v2/startup_platform_post/latest"
{
"data": [
{
"id": "247825",
"type": "startup_platform_post",
"attributes": {
"published_at": "2020-08-12 00:24:30 +0200",
"post_type": "job_hn",
"post_url": "https://news.ycombinator.com/item?id=24126709",
"company_domain": "repl.it",
"company_name": "Repl",
"fuzzy_match": false
}
},
{
"id": "247824",
"type": "startup_platform_post",
"attributes": {
"published_at": "2020-08-11 23:52:13 +0200",
"post_type": "show_hn",
"post_url": "https://news.ycombinator.com/item?id=24126465",
"company_domain": "apple.com",
"company_name": "Apple Inc.",
"fuzzy_match": false
}
},
{
"id": "247786",
"type": "startup_platform_post",
"attributes": {
"published_at": "2020-08-11 23:17:19 +0200",
"post_type": "job_hn",
"post_url": "https://news.ycombinator.com/item?id=24126080",
"company_domain": "iterable.com",
"company_name": "Iterable, Inc.",
"fuzzy_match": false
}
}
],
"meta":{
"count": 180013
}
}
curl -X GET "https://predictleads.com/api/v2/startup_platform_post/jobs_hn"
{
"data": [
{
"id": "247782",
"type": "startup_platform_post",
"attributes": {
"published_at": "2020-08-11 16:28:16 +0200",
"post_type": "job_hn",
"post_url": "https://news.ycombinator.com/item?id=24120589",
"company_domain": "forma.ai",
"company_name": "Forma AI, Inc.",
"fuzzy_match": false
}
},
{
"id": "247785",
"type": "startup_platform_post",
"attributes": {
"published_at": "2020-08-11 06:38:52 +0200",
"post_type": "job_hn",
"post_url": "https://news.ycombinator.com/item?id=24117205",
"company_domain": "raisely.com",
"company_name": "Raisely",
"fuzzy_match": false
}
}
],
"meta":{
"count": 65106
}
}
HTTP Request
GET https://predictleads.com/api/v2/startup_platform_post/jobs_hn
Returns companies that have posted a job opening on Hacker News.
HTTP Request
GET https://predictleads.com/api/v2/startup_platform_post/show_hn
Returns companies that have posted in Show HN format on Hacker News.
Request Parameters
Parameter | Description |
---|---|
post_datetime_from |
date (ISO 8601) Found HN posts from specified date. |
post_datetime_until |
date (ISO 8601) Found HN posts from specified date. |
min_score |
date (ISO 8601) Minimum required HN score (Coming soon …). |
limit |
string Limit the number of shown events per page. Default is 30, maximum is 100. |
Segments
Company segments enable our customers to personalize outreach and messaging. Leverage buying signals to identify new sets of companies. Eg.: you can create a segment of companies that use Salesforce and recently posted a job opening for iOS Developers.
You can specify a webhook URL to which we’ll be sending newly found companies that match the segment’s criteria on a regular basis.
Create segment
curl -X POST "https://predictleads.com/api/v2/segments"
-d '{"name":"New segment", "event_categories":"launches", "event_tags":"mobile,online_technology"}'
-H "Content-Type: application/json"
{
"data": {
"id":"721",
"type": "segments",
"attributes": {
"name": "New segment"
}
},
"meta": {
"message": "Segment successfully created.",
"message_type": "segment_created"
}
}
Creates a segment of companies with a set of query parameters.
HTTP Request
POST https://predictleads.com/api/v2/segments
Request Parameters
Parameter | Description |
---|---|
name |
string Name of the segment. |
subscription_url |
string We’ll send the data to this URL. |
active |
string Set to “false” to deactivate the segment. |
All /discover parameters can be used to create a segment.
Update segment
curl -X PUT "https://predictleads.com/api/v2/segments/721"
-d '{"subscription_url":"https://requestb.in/2983cn"}'
-H "Content-Type: application/json"
{
"data":{
"id":"721",
"type":"segments",
"attributes":{
"name": "New segment"
}
},
"meta":{
"message": "Segment successfully updated.",
"message_type": "segment_updated"
}
}
Updates the segment.
HTTP Request
PUT https://predictleads.com/api/v2/segments/:id
Request Parameters
Parameter | Description |
---|---|
id |
string ID of the segment. |
name |
string Name of the segment. |
subscription_url |
string We’ll send the data to this URL. |
active |
string Set to “false” to deactivate the segment. |
All /discover parameters can be used to update a segment.
Send data
curl -X GET "https://predictleads.com/api/v2/segments/:id/send_data?test=true"
{
"data": {
"id":"21",
"type": "segments",
"attributes": {
"name": "New segment"
}
},
"meta": {
"message": "Segment data successfully sent.",
"message_type": "segment_data_sent"
}
}
Example of data sent to subscription url
{
"data": [
{
"id": "41e1f820-9e0f-46b3-a2e0-49dbe4175859",
"type": "event",
"attributes": {
"categories": [
"hires"
],
"title": "Domo, Inc. hires Vita Shannon as vice president of demand center",
"found_at": "2021-03-01T16:15:12Z",
"url": "https://aithority.com/it-and-devops/cloud/domo-invests-for-growth-welcoming-new-executives-to-lead-companys-demand-engines/",
"additional_data": {
"contact": "Vita Shannon",
"job_title": "vice president of demand center",
"article_title": "Domo Invests for Growth, Welcoming New Executives to Lead Company’s Demand Engines",
"article_sentence": "Vita Shannon joins Domo from KPMG as vice president of partnerships and ecosystem, and Shelley Morrison joins from Accenture Interactive as Domo’s vice president of demand center.",
"article_source": "aithority.com",
"article_published_at": "2021-03-01T17:15:12.000Z",
"confidence": "0.7243"
}
},
"relationships": {
"company1": {
"data": {
"id": "1422300",
"type": "company"
}
}
}
}
],
"included": [
{
"id": "1422300",
"type": "company",
"attributes": {
"domain": "domo.com",
"company_name": "Domo, Inc.",
"ticker": null
}
}
],
"meta": {
"followed_company_ids": [
"1422300"
]
}
},
{
"data": [
{
"id": "9611d53b-4a71-4ad6-9184-39c478fc1114",
"type": "job_opening",
"attributes": {
"title": "Project Manager, Incode",
"url": "https://jobs.jobvite.com/tylertech/job/ozdjefw3",
"salary": null,
"contract_types": [
"contract"
],
"first_seen_at": "2021-01-28T11:23:32Z",
"last_seen_at": "2021-01-29T11:32:31Z",
"last_processed_at": "2021-03-04T11:42:47Z",
"job_opening_closed": true,
"location": null,
"categories": [
"management"
],
"additional_data": {
"job_title_seniority": "management",
"tags": [
"Microsoft",
"Facebook",
"Linkedin",
"Microsoft Word",
"Twitter",
"Jobvite",
"eSSential",
"Tyler Technologies",
"Amazon Web Services"
],
"location_data": null
}
},
"relationships": {
"company": {
"data": {
"id": "1487151",
"type": "company"
}
}
}
}
],
"included": [
{
"id": "1487151",
"type": "company",
"attributes": {
"domain": "tylertech.com",
"company_name": "Tyler Technologies Inc",
"ticker": "NYSE:TYL"
}
}
]
},
{
"data": [
{
"id": "86816ac0-e43f-42b0-82d9-720b22dc7c78",
"type": "connection",
"attributes": {
"category": "parent",
"source_category": "domain_redirect",
"source_url": null,
"first_seen_at": "2021-03-04T11:56:04Z",
"last_seen_at": "2021-03-04T11:56:04Z"
},
"relationships": {
"company1": {
"data": {
"id": "324979",
"type": "company"
}
},
"company2": {
"data": {
"id": "18612203",
"type": "company"
}
}
}
}
],
"included": [
{
"id": "324979",
"type": "company",
"attributes": {
"domain": "saucony.com",
"company_name": "Saucony, Inc.",
"ticker": null
}
},
{
"id": "18612203",
"type": "company",
"attributes": {
"domain": "saucony.co.uk",
"company_name": "Saucony",
"ticker": null
}
}
],
"meta": {
"followed_company_ids": [
"324979"
]
}
}
Sends a list of companies within the segment to the segment’s subscription url instantly. Set test
to “true” in sandbox mode.
HTTP Request
GET https://predictleads.com/api/v2/segments/:id/send_data
Request Parameters
Parameter | Description |
---|---|
id |
string ID of the segment. |
test |
string Set to “true” for testing purposes. |
Get data
curl -X GET "https://predictleads.com/api/v2/segments/:id/get_data"
Returns the list of companies within the segment
HTTP Request
GET https://predictleads.com/api/v2/segments/:id/get_data
Request Parameters
Parameter | Description |
---|---|
id |
string ID of the segment. |
Signal objects
Listed here are all types of returned signal objects.
Event
Examples of event objects
{
"data": [
{
"id": "7fd6446e-d552-4115-86ed-fd43393228ef",
"type": "event",
"attributes": {
"categories": [
"receives_financing"
],
"title": "Aquasec received financing of $62M in Series C funding round on Apr 3rd 19'.",
"found_at": "2019-04-03T04:20:42Z",
"url": "https://techbizweb.com/code-execution-dos-flaws-patched-in-advantech-webaccess/",
"additional_data": {
"financing_type": "Series C funding round",
"funding_round": "Series C",
"financing_type_tags": [
"equity"
],
"amount": 62000000,
"date": "2019-04-03",
"article_title": "Code Execution, DoS Flaws Patched in Advantech WebAccess",
"article_sentence": "Long equipment life cycles and other factors expose manufacturing companies to a wide range of threats, according to a new report published on Wednesday... Aqua Security, a company that specializes in protecting container-based applications, on Wednesday announced that it raised $62 million in a Series C funding round.",
"article_source": "techbizweb.com",
"article_published_at": "2019-04-03T14:01:00.000Z",
"confidence": "0.3212"
}
},
"relationships": {}
},
{
"id": "7f494808-1131-4040-bfaa-b555b439b537",
"type": "event",
"attributes": {
"categories": [
"invests_into"
],
"title": "Insight Partners invested into Aquasec in $62M on Apr 3rd 19'.",
"found_at": "2019-04-03T08:20:42Z",
"url": "https://techcrunch.com/2019/04/03/container-security-startup-aqua-lands-62m-series-c/",
"additional_data": {
"amount": 62000000,
"date": "2019-04-03",
"article_title": "Container security startup Aqua lands $62M Series C – TechCrunch",
"article_sentence": "Aqua Security, a startup that helps customers launch containers securely, announced a $62 million Series C investment today led by Insight Partners.",
"article_source": "techcrunch.com",
"article_published_at": "2019-04-03T10:20:42.000Z",
"confidence": "0.6164"
}
},
"relationships": {
"company1": {
"data": {
"id": "5734658",
"type": "company"
}
},
"company2": {
"data": {
"id": "2680287",
"type": "company"
}
}
}
},
{
"id": "4cfea9f7-5d35-4b14-9377-7c933a2f88ed",
"type": "event",
"attributes": {
"categories": [
"partners_with"
],
"title": "Aquasec partners with Datadog, Inc.",
"found_at": "2019-01-15T06:00:17Z",
"url": "https://containerjournal.com/2019/01/15/aqua-security-partners-with-datadog-to-advance-container-security/",
"additional_data": {
"article_title": "Aqua Security Partners with Datadog to Advance Container Security",
"article_sentence": "With that goal in mind, Aqua Security has partnered with Datadog, a provider of IT monitoring services, to make it easier to consume security metrics alongside IT operational data.",
"article_source": "containerjournal.com",
"article_author": "Mike Vizard",
"article_published_at": "2019-01-15T07:00:17.000Z",
"confidence": "0.8278"
}
},
"relationships": {
"company1": {
"data": {
"id": "2680287",
"type": "company"
}
},
"company2": {
"data": {
"id": "653124",
"type": "company"
}
}
}
},
{
"id": "10ba1a05-b4d8-4b7f-832d-970249d665fc",
"type": "event",
"attributes": {
"categories": [
"launches"
],
"title": "Aquasec launches two offerings for ECS: a Pay as You Go",
"found_at": "2018-11-27T18:00:57Z",
"url": "https://blog.aquasec.com/security-for-amazon-ecs-workloads",
"additional_data": {
"product": "two offerings for ECS: a Pay as You Go",
"product_data": {
"full_text": "two offerings for ECS: a Pay as You Go",
"fuzzy_match": true
},
"article_title": "How to Secure Amazon ECS Workloads On Demand",
"article_sentence": "Aqua has launched two offerings for ECS: a Pay as You Go (PAYG) offering and a Bring Your Own License (BYOL) offering.",
"article_source": "aquasec.com",
"article_author": "John Michealson",
"article_published_at": "2018-11-27T19:00:57.000Z",
"confidence": "1.0"
}
},
"relationships": {}
},
{
"id": "a5f6d7f7-c82d-4fd2-b624-d5ce125170ab",
"type": "event",
"attributes": {
"categories": [
"recognized_as"
],
"title": "Aquasec recognized as 2018 CRN Tech Innovator Awards finalist on Nov 12th 18'.",
"found_at": "2018-11-12T14:05:38Z",
"url": "http://www.sys-con.com/node/4344659",
"additional_data": {
"recognition": "2018 CRN Tech Innovator Awards finalist",
"date": "2018-11-12",
"article_title": "Aqua Security Named Finalist in the 2018 CRN® Tech Innovator Awards | SYS-CON MEDIA",
"article_sentence": "Aqua Security, the leading platform provider for securing container-based and cloud native applications, today announced that CRN, ® a brand of The Channel Company, has recognized Aqua as a 2018 CRN Tech Innovator Awards finalist.",
"article_source": "sys-con.com",
"article_published_at": "2018-11-12T15:05:38.000Z",
"confidence": "0.6412"
}
},
"relationships": {}
},
{
"id": "edca99aa-09d3-45b2-9006-02e6aaf23a30",
"type": "event",
"attributes": {
"categories": [
"launches"
],
"title": "Aquasec launched upgraded version of security platform for cloud known as 3.5 on Nov 1st 18'.",
"found_at": "2018-06-20T00:00:00Z",
"url": "https://markets.businessinsider.com/news/stocks/aqua-introduces-runtime-protection-against-zero-day-vulnerabilities-for-containerized-applications-1027377890",
"additional_data": {
"product": "upgraded version of security platform for cloud known as 3.5",
"product_tags": [
"online_technology",
"general_technology",
"security"
],
"product_data": {
"full_text": "upgraded version of security platform for cloud known as 3.5",
"fuzzy_match": true,
"release_type": "upgraded version"
},
"date": "2018-11-01",
"article_title": "Aqua Introduces Runtime Protection Against \"Zero Day\" Vulnerabilities for Containerized Applications | Markets Insider",
"article_sentence": "Aqua Security, the market-leading platform provider for securing container-based and cloud-native applications, today announced version 3.2 of its cloud-native security platform, featuring deep runtime protection capabilities and extended security and compliance controls across the cloud-native stack.",
"article_source": "businessinsider.com",
"article_published_at": "2018-07-18T12:59:09.000Z",
"confidence": "0.9797"
}
},
"relationships": {}
},
{
"id": "bfa61308-c731-47d5-8b2e-4841da4e49cb",
"type": "event",
"attributes": {
"categories": [
"launches"
],
"title": "Aquasec launches Pivotal Cloud Foundry service",
"found_at": "2018-10-12T14:49:59Z",
"url": "https://www.sdxcentral.com/articles/news/sdxcentrals-weekly-roundup-october-12-2018/2018/10/",
"additional_data": {
"product": "Pivotal Cloud Foundry service",
"product_tags": [
"online_technology"
],
"product_data": {
"full_text": "Pivotal Cloud Foundry service",
"fuzzy_match": true
},
"article_title": "SDxCentral's Weekly Roundup — October 12, 2018",
"article_sentence": "Aqua Security released general availability of its integrated Pivotal Cloud Foundry service.",
"article_source": "sdxcentral.com",
"article_published_at": "2018-10-12T16:49:59.000Z",
"confidence": "0.5188"
}
},
"relationships": {}
},
{
"id": "5ab545e1-2134-447c-8bd0-af5545162681",
"type": "event",
"attributes": {
"categories": [
"partners_with"
],
"title": "Hitachi Vantara Corp. partners with Aquasec",
"found_at": "2018-09-26T03:01:27Z",
"url": "https://channellife.co.nz/story/hitachi-vantara-announces-improved-container-security-and-multicloud-support-for-devops-and-data-services",
"additional_data": {
"article_title": "ChannelLife New Zealand",
"article_sentence": "Hitachi Vantara is partnering with Aqua Security to add security capabilities to the HEC Container Platform service that enable customers to safely move their mission-critical applications to an agile, cloud-native platform.",
"article_source": "channellife.co.nz",
"article_published_at": "2018-09-27T23:26:15.000Z",
"confidence": "0.5758"
}
},
"relationships": {
"company1": {
"data": {
"id": "2773207",
"type": "company"
}
},
"company2": {
"data": {
"id": "2680287",
"type": "company"
}
}
}
}
],
"included": [
{
"id": "5734658",
"type": "company",
"attributes": {
"domain": "insightpartners.net",
"company_name": "Insight Partners"
}
},
{
"id": "2680287",
"type": "company",
"attributes": {
"domain": "aquasec.com",
"company_name": "Aquasec"
}
},
{
"id": "653124",
"type": "company",
"attributes": {
"domain": "datadoghq.com",
"company_name": "Datadog, Inc."
}
},
{
"id": "2773207",
"type": "company",
"attributes": {
"domain": "hitachivantara.com",
"company_name": "Hitachi Vantara Corp."
}
},
{
"id": "1709177",
"type": "company",
"attributes": {
"domain": "google.com",
"company_name": "Google Inc."
}
}
]
}
Event signals are structured pieces of data found in press releases, news articles, blogs and other public documents.
Attribute | Description |
---|---|
id | UUID Unique signal identifier (unique across signal types). |
categories | array Type of the event - full list below. |
title | string Autogenerated title from the data. |
url | string Most relevant source URL. |
found_at | datetime Time & date (ISO 8601) of the published document. |
additional_data | hash Additional data regarding the signal. See attributes below. |
relationships | hash Associated Company information: Company IDs and connection order. IDs are referenced in the included object. |
included | array Includes references to the relationships object. It enables you to connect company IDs with related company domain name. |
Additional data
Attribute | Description |
---|---|
relationships > companies | array Array of company domains in the signal (max 2) When category involves two companies ie.: acquires. The order of the companies in the array is guaranteed so that the first company in the array is the acquirer and the second is the acquiree. Same goes for other categories like sells_assets_to, integrates_with … |
date | date Date (ISO 8601) of when the event happened. |
location | string Location of where the event happened or where the organization has expanded/relocated. |
location_data | hash Structured location data. Can include the following location attributes: city , state , country , fuzzy_match |
contact | string Full name of the person in the personnel change. |
job_title | string Full job title of the person in the personnel change. |
product | string Name of the product that was launched. |
product_tags | array List of tags regarding the product. |
amount | integer Total amount of the deal in $ (investments, acquisitions, new clients). |
recognition | string Name of recognition the company received. |
assets | string Company’s assets. |
asset_tags | array List of tags regarding the assets. |
headcount | integer Number of employees hired or let go. |
award | string Name of award the company received. |
financing_type | string Stage of the funding round (seed, Series A, Series B, …, Angel funding, …). |
financing_type_tags | array List of tags regarding the financing. |
funding_round | string Funding round type (Angel, Seed, Accelerator, Series A, Series B …) |
division | string Whether event concerns a specific division. |
conference | string Conference where the company received award or recognition. |
vulnerability | string Company issue |
planning | boolean Event is not set in stone. |
Event categories
Signal | Group | Description |
---|---|---|
hires |
leadership | Company hired new executive or senior personnel. |
promotes |
leadership | Company promoted existing executive or senior personnel. |
leaves |
leadership | Executive or senior personnel left the company. |
retires |
leadership | Executive or senior personnel retires from the company. |
acquires |
acquisition | Company acquired other company. |
merges_with |
acquisition | Company merges with other company. |
sells_assets_to |
acquisition | Company sells assets (like properties or warehouses) to other company. |
expands_offices_to |
expansion | Company opens new offices in another town, state, country or continent. |
expands_offices_in |
expansion | Company expands existing offices. |
expands_facilities |
expansion | Company opens new or expands existing facilities like warehouses, data centers, manufacturing plants etc. |
opens_new_location |
expansion | Company opens new service location like hotels, restaurants, bars, hospitals etc. |
increases_headcount_by |
expansion | Company offers new job vacancies. |
launches |
new_offering | Company launches new offering. |
integrates_with |
new_offering | Company integrates with other company. |
is_developing |
new_offering | Company begins development of a new offering. |
receives_financing |
investment | Company receives investment like venture funding, loan, grant etc. |
invests_into |
investment | Company invests into other company. |
invests_into_assets |
investment | Company invests into assets like property, trucks, facilities etc. |
goes_public |
investment | Company issues shares to the public for the first time. |
closes_offices |
cost_cutting | Company closes existing offices. |
decreases_headcount_by |
cost_cutting | Company lays off employees. |
partners_with |
partnership | Company partners with other company. |
receives_award |
recognition | Company or person at the company receives an award. |
recognized_as |
recognition | Company or person at the company receives recognition. |
signs_new_client |
contract | Company signs new client. |
files_suit_against |
corporate_challenges | Company files suit against other company. |
has_issues_with |
corporate_challenges | Company has vulnerability problems. |
identified_as_competitor_of |
relational | New or existing competitor was identified. |
Job opening
Examples of job_opening objects
[
{
"id": "e1a7d41f-91cd-43d3-98c6-400ea57d98b7",
"type": "job_opening",
"attributes": {
"title": "Salesforce Developer",
"url": "https://segment.com/jobs/1318493-Salesforce-Developer/",
"first_seen_at": "2018-12-19T23:38:24Z",
"last_seen_at": "2019-03-21T05:10:18Z",
"job_opening_closed": false,
"categories": [
"engineering",
"software_development"
],
"additional_data": {
"job_title": "Salesforce Developer",
"job_title_seniority": "undefined",
"tags": []
}
}
},
{
"id": "91888346-e8ab-4b7a-bd22-7a72ad31bd0d",
"type": "job_opening",
"attributes": {
"title": "Strategic Customer Success Manager",
"url": "https://segment.com/jobs/1414761-Strategic-Customer-Success-Manager/",
"first_seen_at": "2018-12-19T23:38:24Z",
"last_seen_at": "2019-03-20T03:16:39Z",
"job_opening_closed": false,
"categories": [
"sales",
"management"
],
"additional_data": {
"job_title": "Strategic Customer Success Manager",
"job_title_seniority": "management",
"tags": []
}
}
},
{
"id": "dd3f183e-85db-4290-9b3f-92dacd3d115b",
"type": "job_opening",
"attributes": {
"title": "Data Engineer",
"url": "https://segment.com/jobs/1409549-Data-Engineer/",
"first_seen_at": "2018-12-19T23:38:24Z",
"last_seen_at": "2018-12-19T23:38:24Z",
"job_opening_closed": false,
"categories": [
"engineering",
"information_technology",
"data_analysis"
],
"additional_data": {
"job_title": "Data Engineer",
"job_title_seniority": "undefined",
"tags": []
}
}
}
]
Attribute | Description |
---|---|
id | UUID Unique signal identifier (unique across signal types). |
type | string Signal type: “job_opening”. |
attributes | hash Includes different job opening attributes. |
title | string Job title |
url | string URL of the web page where the data was found. |
first_seen_at | datetime Time & date (ISO 8601) of when the job opening was first seen. |
last_seen_at | datetime Time & date (ISO 8601) of when the job opening was last seen. |
job_opening_closed | boolean True if keyword eg.: “job no longer available”, “vacancy listing expired”, “position filled” … is found on job opening site. Please also deem job opening as closed if last_seen_at is greater than 3 weeks ago. |
categories | array Array of categories - full list below. |
salary | string String eg.: “£40000 - £50000 GBP”. |
contract_types | array Array of strings eg.: [“full time”, “remote”] |
location | string Location |
location_data | hash Can include the following location attributes: city , state , country , fuzzy_match . |
Additional data
Attribute | Description |
---|---|
job_title_seniority | string Seniority inferred from job opening title. Possible values listed below. |
tags | array Includes keywords found under job opening descriptions. |
description | string Job opening description in a more raw form to enable searching by keywords. Unicode normalization form NFKD is used. |
Job opening can be deemed closed if “job_opening_closed” attribute is set to true or if last_seen_at data is over 3 months old. We check job websites once per month or even more frequently but sometimes website content might not load fully if eg. website is under load or if some other network error happens. We then retry them up to five times with ever longer retry delays. That is why we suggest a number as high as 3 months to be taken for the job to be deemed closed.
Job opening categories
["none", "administration", "chairmen", "health_care", "hospitality", "engineering", "education", "maintenance", "finance", "information_technology", "management", "operations", "partnerships", "human_resources", "publishing", "purchasing", "sales", "marketing", "transportation", "directors", "design", "software_development", "general_technology", "business_analysis", "support", "data_analysis"]
Job opening seniority
["undefined", "president", "upper_management", "middle_management", "lower_management", "management", "senior"]
Below keywords need to appear in the job title to return a seniority match.
president
: President, CEO, Chairman
upper_management
: Chief #{Something} Officer, Superintendent, Treasurer, Chief of Staff …
middle_management
: VP, Vice President
lower_management
: Director
management
: Manager
senior
: Senior, Sr.
Technology
Examples of technology objects
[
{
"id": "b0b2f9e9-faa0-418a-9de4-b2210a34c55a",
"type": "technology",
"attributes": {
"categories": [
"marketing",
"marketing_automation"
],
"domain": "pardot.com",
"first_seen_at": "2017-07-04T12:50:23Z",
"last_seen_at": "2017-07-04T12:50:23Z",
"url": "https://www.marketo.com",
"title": "Pardot"
}
},
{
"id": "c6d12857-d96c-4a80-a2b9-c40ce2206e31",
"type": "technology",
"attributes": {
"categories": [
"marketing_analytics",
"marketing_performance_measurement",
"marketing_automation",
"marketing",
"sales",
"inbound",
"crm"
],
"domain": "hubspot.com",
"first_seen_at": "2017-07-04T12:50:23Z",
"last_seen_at": "2017-07-04T12:50:23Z",
"url": "https://www.marketo.com",
"title": "HubSpot"
}
},
{
"id": "3cd39b75-3a68-4241-918b-5c070c7dd2f1",
"type": "technology",
"attributes": {
"categories": [
"programming_languages",
"operating_systems_&_computing_languages"
],
"domain": "scala-lang.org",
"first_seen_at": "2017-07-04T12:50:17Z",
"last_seen_at": "2017-07-04T12:50:17Z",
"url": "https://www.marketo.com",
"title": "Scala"
}
}
]
Attribute | Description |
---|---|
id | integer Unique trigger identifier (unique across all trigger types). |
categories | array Array of categories - full list below. |
title | string Technology name. |
url | string URL of the web page where the data was found. |
first_seen_at | datetime Time & date (ISO 8601) of when the technology was first seen. |
last_seen_at | datetime Time & date (ISO 8601) of when the technology was last seen. |
Technology categories
["cms", "ecommerce", "miscellaneous", "web_servers", "analytics", "advertising_networks", "widgets", "web_frameworks", "editors", "documentation_tools", "blogs", "cdn", "search_engines", "javascript_frameworks", "databases", "wikis", "message_boards", "dev_tools", "programming_languages", "issue_trackers", "database_managers", "video_players", "printers", "rich_text_editors", "operating_systems", "lms", "photo_galleries", "font_scripts", "javascript_graphics", "hosting_panels", "comment_systems", "marketing_automation", "mobile_frameworks", "build_ci_systems", "payment_processors", "maps", "cache_tools", "web_server_extensions", "tag_managers", "webcams", "network_devices", "remote_access", "document_management_systems", "media_servers", "captchas", "web_mail", "paywalls", "feed_readers", "control_systems", "network_storage", "landing_page_builders"]
Connection
Examples of connection objects
{
"data": [
{
"id": "14726429",
"type": "connection",
"attributes": {
"id": 14726429,
"category": "partner",
"source_category": "partner_page",
"source_url": "https://www.aquasec.com/partners/",
"first_seen_at": "2018-11-03T06:51:50Z",
"last_seen_at": "2019-03-26T22:47:37Z"
},
"relationships": {
"company1": {
"data": {
"id": "2680287",
"type": "company"
}
},
"company2": {
"data": {
"id": "1113576",
"type": "company"
}
}
}
},
{
"id": "15420791",
"type": "connection",
"attributes": {
"id": 15420791,
"category": "integration",
"source_category": "integration_page",
"source_url": "https://www.aquasec.com/integrations/",
"first_seen_at": "2019-01-17T18:41:50Z",
"last_seen_at": "2019-03-26T22:47:36Z"
},
"relationships": {
"company1": {
"data": {
"id": "2680287",
"type": "company"
}
},
"company2": {
"data": {
"id": "1399238",
"type": "company"
}
}
}
},
{
"id": "15420792",
"type": "connection",
"attributes": {
"id": 15420792,
"category": "other",
"source_category": "undefined",
"source_url": "https://www.aquasec.com/integrations/",
"first_seen_at": "2019-01-17T18:41:50Z",
"last_seen_at": "2019-03-26T22:47:36Z"
},
"relationships": {
"company1": {
"data": {
"id": "2680287",
"type": "company"
}
},
"company2": {
"data": {
"id": "1408745",
"type": "company"
}
}
}
},
...
],
"included": [
{
"id": "2680287",
"type": "company",
"attributes": {
"domain": "aquasec.com",
"company_name": "Aquasec"
}
},
{
"id": "1113576",
"type": "company",
"attributes": {
"domain": "accenture.com",
"company_name": "Accenture Inc."
}
},
{
"id": "1399238",
"type": "company",
"attributes": {
"domain": "amazon.com",
"company_name": "Amazon Inc."
}
},
{
"id": "1408745",
"type": "company",
"attributes": {
"domain": "brighttalk.com",
"company_name": "BrightTALK Ltd."
}
},
...
],
"meta": {
"count": 14
}
}
Attribute | Description |
---|---|
id | integer Unique connection identifier (unique across all trigger types). |
category | string Connection category. See full list below. |
companies > data | string Order of companies under data is guaranteed to be such that fits the category . |
source_url | string URL where connection was found. |
first_seen_at | datetime Time & date (ISO 8601) of when the connection was first seen. |
last_seen_at | datetime Time & date (ISO 8601) of when the connection was last seen. |
relationships | hash Company information: Company IDs and connection order. IDs are referenced in the included object. |
included | array Includes references to the relationships object. It enables you to connect company IDs with related company domain name. |
Connection category
Can be one of the following:
"partner", "vendor", "purchaser", "integration", "investor", "sponsor", "holding", "parent", "rebranding", "other"
Subpage
Examples of website evolution objects
{
"data": [
{
"id": "00000000-0000-0000-0000-000032715628",
"type": "subpage",
"attributes": {
"category": "blog",
"url": "https://fly.io/blog",
"first_seen_at": "2020-02-01T11:23:40.051+01:00",
"last_seen_at": "2021-02-13T04:24:15.251+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000008038601",
"type": "subpage",
"attributes": {
"category": "about",
"url": "https://fly.io/about",
"first_seen_at": "2018-01-24T00:31:55.374+01:00",
"last_seen_at": "2021-02-13T04:24:15.252+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000008038602",
"type": "subpage",
"attributes": {
"category": "login",
"url": "https://fly.io/app/sign-in",
"first_seen_at": "2018-01-24T00:31:55.378+01:00",
"last_seen_at": "2020-05-31T18:21:42.615+02:00"
},
"relationships": {}
},
{
"id": "c626a256-e9e6-461b-9d28-b9a1d0f67d71",
"type": "subpage",
"attributes": {
"category": "login",
"url": "https://fly.io/docs/hands-on/start",
"first_seen_at": "2020-07-05T18:25:39.792+02:00",
"last_seen_at": "2021-02-13T04:24:15.252+01:00"
},
"relationships": {}
},
{
"id": "c5b5b20b-b08f-4661-b9f5-0dbdd797d6bf",
"type": "subpage",
"attributes": {
"category": "login",
"url": "https://web.fly.io/app/sign-in",
"first_seen_at": "2021-02-18T09:03:30.530+01:00",
"last_seen_at": "2021-02-13T04:24:15.252+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000008038603",
"type": "subpage",
"attributes": {
"category": "support",
"url": "https://fly.io/docs/support",
"first_seen_at": "2018-01-24T00:31:55.381+01:00",
"last_seen_at": "2021-02-13T04:24:15.252+01:00"
},
"relationships": {}
},
{
"id": "00000000-0000-0000-0000-000008038600",
"type": "subpage",
"attributes": {
"category": "pricing",
"url": "https://fly.io/docs/pricing",
"first_seen_at": "2018-01-24T00:31:55.371+01:00",
"last_seen_at": "2021-02-13T04:24:15.251+01:00"
},
"relationships": {}
},
{
"id": "f243f8b5-724c-4629-aebf-ad4c35e9d344",
"type": "subpage",
"attributes": {
"category": "main",
"url": "https://fly.io",
"first_seen_at": "2018-07-16T19:52:47.802+02:00",
"last_seen_at": null
},
"relationships": {}
},
{
"id": "0d5d86d4-c7e9-4cd0-8e03-7dc2ad1d32c2",
"type": "subpage",
"attributes": {
"category": "terms",
"url": "https://fly.io/legal/privacy-policy/",
"first_seen_at": "2021-02-18T09:03:30.569+01:00",
"last_seen_at": "2021-02-13T04:24:15.252+01:00"
},
"relationships": {}
},
{
"id": "a81085e5-50cf-4d0a-8246-0c5c3eee9e5a",
"type": "subpage",
"attributes": {
"category": "terms",
"url": "https://fly.io/legal/terms-of-service/",
"first_seen_at": "2021-02-18T09:03:30.581+01:00",
"last_seen_at": "2021-02-13T04:24:15.252+01:00"
},
"relationships": {}
},
{
"id": "d0619519-51bd-4b23-84d3-0d793a93e2d2",
"type": "subpage",
"attributes": {
"category": "trust",
"url": "https://fly.io/docs/security",
"first_seen_at": "2021-02-18T09:03:30.549+01:00",
"last_seen_at": "2021-02-13T04:24:15.252+01:00"
},
"relationships": {}
},
{
"id": "d2dd0bcc-aa13-430a-9936-3465bf12ba72",
"type": "subpage",
"attributes": {
"category": "community",
"url": "https://community.fly.io",
"first_seen_at": "2021-02-18T09:03:30.557+01:00",
"last_seen_at": "2021-02-13T04:24:15.252+01:00"
},
"relationships": {}
}
]
}
Attribute | Description |
---|---|
id | integer Unique connection identifier (unique across all trigger types). |
type | string Type is: “subpage”. |
category | string Subpage category. See full list below. |
url | string Subpage URL. |
first_seen_at | datetime Time & date (ISO 8601) of when the subpage was first seen. |
last_seen_at | datetime Time & date (ISO 8601) of when the subpage was last seen. |
relationships | hash Since there are not relationships between companies in this dataset it will be blank. |
Subpage category
Can be one of the following:
'jobs', 'blog', 'news', 'press', 'pricing', 'case_studies', 'customers', 'testimonials', 'suppliers', 'partners', 'integrations',
'portfolio', 'contact', 'investors', 'leadership', 'support', 'login', 'products', 'solutions', 'status', 'demo',
'resources', 'events', 'developers', 'API', 'terms', 'privacy', 'trust', 'feedback', 'marketplace', 'store', 'community',
'retail', 'about'
Flag
If you come across any signal that seems wrong you can simply call the flag endpoint.
Optionally you can also append a message with the signal ID. The message can include info about why you flagged the product.
Our quality assurance analysts will review the signal and correct it.
curl -X POST “https://predictleads.com/api/v1/events/:id/flag?message=‘Just … plain … wrong! Get your sh** together boys!!!’”
{
"meta": "Event flagged"
}
Errors
Our API returns standard HTTP success or error status codes. For errors, we also include extra information about what went wrong encoded in the response as JSON.
Status Code | Meaning |
---|---|
200 | SUCCESS - Request was successfully processed. |
400 | BAD REQUEST - Request message framing was invalid. The server cannot or will not process the request. |
401 | UNAUTHORIZED ACCESS - Authentication failed. Check again your credentials or contact us. |
404 | NOT FOUND - Specified company is not in our database. Check again in 24h. |
500 | INTERNAL SERVER ERROR – We had a problem with our server. Try again later. |