Design your own sales machine by taking advantage of our APIs
API Reference
The ProspectWith API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
You can view code examples in the area to the right, and you can switch the programming language of the examples with the tabs in the top right. We provide examples in Curl, Ruby, PHP, Java - and for Events, JavaScript.
Authentication
The ProspectWith API uses API token to authenticate requests. You can manage your API tokens in your settings.
Your API tokens carry many privileges , so be sure to keep them secure! Do not share them in publicly accessible areas such as GitHub, client-side code, and so forth. Those authentication keys are permanent (they never expire). You can consider them safe for long-term purposes.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
There are two ways to authenticate your HTTP requests to the API:
- By adding an Authorization
header. The Authorization
header is
formatted as such: Authorization: Basic MY-API-TOKEN
(replace
MY-API-TOKEN
with one of yours).
- By sending the API token as a GET
parameter:
?token=MY-API-TOKEN
(mostly used for quick testing).
Errors
ProspectWith uses conventional HTTP response codes to indicate the success or failure of an
API request. In general: Codes in the 2xx
range indicate success. Codes in the
4xx
range indicate an error that failed given the information provided (e.g., a
required parameter was omitted, a charge failed, etc.). Codes in the 5xx
range
indicate an error with ProspectWith's servers (these are rare).
Some 4xx
errors that could be handled programmatically (e.g., a parameter is
missing) include an error code that briefly explains the error reported.
Attributes
Companies
An important thing to remember is that on ProspectWith, a company
object is
represented by a domain (e.g. amazon.com). This means that when we discover a new domain, we
will consider it as a new company.
For the time being, the API only allows you to search and retrieve companies. If you need additional endpoints, feel free to reach us in the chatbox. We are usually fast to implement them.
Search companies
Search companies in specific industries, using a particular technology, based in a given location… Combine our conditions and create powerful search queries.
To help you create your conditions, we have designed the generator below. Another way would be to check what the URL parameters looks like in the company directory .
Generate your query parameters
Query parameters
Response
Returns a paginated response including the companies that match with your search. When no
results can be found, the data
property will be an empty array.
Attributes
{
"data": [
{
"alexaRank": 67840,
"analyzedAt": "2020-09-30T19:28:38.000Z",
"businessType": null,
"city": {
"address": "Sector 63",
"code": "noida|uttar-pradesh|in",
"county": "Dadri",
"latitude": "28.5707841",
"longitude": "77.3271074",
"name": "Noida",
"state": "Uttar Pradesh",
"postcode": "201301"
},
"codeNaics": "54151",
"codeSic": "737",
"country": {
"code": "in",
"continent": "Asia",
"continentCode": "as",
"latitude": "22.3511148",
"longitude": "78.6677428",
"nameEn": "India",
"nameFr": "Inde",
"nameEs": "India"
},
"description": "Algoworks is a global outsourced IT Services company and our business is to make the offshore strategy work for ISVs and software enabled companies.\\\\Keeping pace with the rapidly increasing IT outsourcing, the various services that we provide include Software Product Engineering, Business Intelligence, Bespoke application development, Software Testing services, Smartphone Development Services and specialized consulting services around products like Alfresco, Liferay, Sharepoint, Salesforce, Microsoft Dynamics CRM, sugarCRM and many more.\\\\For all our Customers, software is the most essential part of their business where 'value for money' is far more important than low cost and 'time to market'. In this perspective for our customers, it is not about finding just a software outsourcing vendor, rather about having a trusted product development partner who can build commercial-grade, enterprise-strength software and help them succeed.\\\\We have extensive experience in IT outsourcing and have matured into a trusted outsourcing partner providing substantial value and savings to our clients, often exceeding savings up to 60 percent.\\\\Since 2006 when we were founded, we have been a trusted partner for hundreds of ISVs and software enabled companies across the globe. Many of these have been start-ups or funded companies looking at the beta launch of their product, while many others were mature ISVs and SaaS companies looking at the offshore strategy for long-term benefits.\\\\**Awards & Achievements**\\\\- SiliconIndia TOP100 MOBILE APPS Vendor India 2013\\- Deloitte Technology FAST50 India 2013, 2014 and 2015\\- Deloitte Technology FAST500 Asia 2013, 2014 and 2015\\- SiliconIndia recognized BEST COMPANIES To Work With 2015",
"domain": "algoworks.com",
"domainName": "algoworks",
"domainTld": "com",
"id": 740759,
"industries": [
"alfresco-consulting",
"computer-programming",
"crm",
"customization",
"data-processing",
"ecm-consulting-services",
"enterprise-software",
"information-technology",
"mobile-application",
"mobility",
"salesforce-consulting",
"services",
"software",
"software-product-engineering"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/algoworks.com.jpg",
"monthlyVisitors": "1m-10m",
"name": "Algoworks",
"phoneNumber": "+91 120 651 3162",
"revenue": "50m-100m",
"socialNetworks": {
"angellist": "http://angel.co/algoworks-technologies",
"behance": "https://behance.net/mobileappdevelop",
"dribbble": "https://dribbble.com/algoworks",
"facebook": "https://www.facebook.com/algoworkstech",
"instagram": "https://instagram.com/algoworks",
"linkedin": "https://www.linkedin.com/company/algoworks",
"pinterest": "https://in.pinterest.com/algoworks",
"twitter": "https://twitter.com/algoworks",
"youtube": "https://youtube.com/embed"
},
"technologies": [
"amazon-s3",
"bootstrap",
"chart-js",
"cloudflare",
"g-suite",
"google-analytics",
"google-font-api",
"google-tag-manager",
"gsap",
"intercom",
"jquery",
"modernizr",
"mysql",
"php",
"wordpress"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"analytics",
"animation-library",
"cdn",
"charting-library",
"cloud-storage",
"cms",
"collaboration",
"conversion-optimization",
"crm",
"database",
"email-service",
"font-library",
"javascript-library",
"live-chat",
"productivity",
"programming-language",
"tag-management",
"ticketing-system",
"ui-framework"
],
"totalEmployees": "200-500",
"yearFounded": 2006
},
{
"alexaRank": 345003,
"analyzedAt": "2020-10-02T11:02:58.000Z",
"businessType": null,
"city": {
"address": "B. Khmelnytskogo 16 22",
"code": "kyiv|ua",
"county": null,
"latitude": "50.4500336",
"longitude": "30.5241361",
"name": "Kyiv",
"state": null,
"postcode": null
},
"codeNaics": "5112",
"codeSic": "7372",
"country": {
"code": "ua",
"continent": "Europe",
"continentCode": "eu",
"latitude": "49.4871968",
"longitude": "31.2718321",
"nameEn": "Ukraine",
"nameFr": "Ukraine",
"nameEs": "Ucrania"
},
"description": "Redwerk is a custom software development agency founded back in 2005. For over twelve years we build digital solutions to help you solve the most complex business challenges. Products we create are flexible, efficient, easy to maintain, and operate faultlessly across browsers, operating systems and devices — your service can be everywhere your users are.\\\\Discovery to deployment, we ensure we are developing a solution that meets your business challenges and delivering the best possible experience to your visitors.\\\\Areas of Expertise:\\- eGovernment\\- Data Mining\\- Retail and eCommerce\\- Business Automation\\- Startups & Innovation\\- Media and Entertainment\\- Health & Fitness\\\\\\",
"domain": "redwerk.com",
"domainName": "redwerk",
"domainTld": "com",
"id": 954932,
"industries": [
"cloud-computing",
"computer-software",
"consulting",
"consumer-internet",
"dedicated-teams",
"digital-media",
"distributed-architecture",
"egovernment",
"enterprise-software",
"fixed-quote-projects",
"full-it-startup-lifecycle",
"government-innovation",
"information-technology",
"internet",
"it-consulting",
"it-outsourcing",
"it-outstaffing",
"it-specialists-in-ukraine",
"maintenance",
"managed-services",
"mobile",
"mobile-application-development",
"mobile-applications",
"prepackaged-software",
"saas",
"software",
"software-development",
"support"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/redwerk.com.jpg",
"monthlyVisitors": "50k-100k",
"name": "Redwerk",
"phoneNumber": "+380 73 403 6422",
"revenue": "1m-10m",
"socialNetworks": {
"angellist": "http://angel.co/redwerk",
"behance": "https://behance.net/redwerk",
"facebook": "https://www.facebook.com/redwerkit/",
"github": "https://github.com/redwerk",
"instagram": "https://instagram.com/redwerkit",
"linkedin": "https://www.linkedin.com/company/redwerk",
"pinterest": "https://pinterest.com/redwerkit",
"twitter": "https://twitter.com/redwerk",
"youtube": "https://youtube.com/c/redwerkit"
},
"technologies": [
"cloudflare",
"facebook-social-plugins",
"font-awesome",
"google-analytics",
"google-font-api",
"google-tag-manager",
"hotjar",
"jquery",
"mysql",
"php",
"section-io",
"tawk-to",
"varnish",
"wordpress",
"yoast-seo"
],
"technologyCategories": [
"analytics",
"caching",
"cdn",
"cms",
"conversion-optimization",
"database",
"feedback-and-survey",
"font-library",
"heatmap",
"javascript-library",
"live-chat",
"programming-language",
"seo",
"session-recording",
"social-widget",
"tag-management",
"web-server",
"wordpress-plugin"
],
"totalEmployees": "50-200",
"yearFounded": 2005
},
{
"alexaRank": 71875,
"analyzedAt": "2020-09-24T13:41:55.000Z",
"businessType": null,
"city": {
"address": "41 farnsworth street",
"code": "boston|massachusetts|us",
"county": "Suffolk County",
"latitude": "42.3602534",
"longitude": "-71.0582912",
"name": "Boston",
"state": "Massachusetts",
"postcode": null
},
"codeNaics": "522220",
"codeSic": "36",
"country": {
"code": "us",
"continent": "North America",
"continentCode": "na",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameFr": "États-Unis",
"nameEs": "Estados Unidos"
},
"description": "GE (NYSE: GE) is the world's Digital Industrial Company, transforming industry with software-defined machines and solutions that are connected, responsive and predictive. GE is organized around a global exchange of knowledge, the 'GE Store,' through which each business shares and accesses the same technology, markets, structure and intellect. Each invention further fuels innovation and application across our industrial sectors. With people, services, technology and scale, GE delivers better outcomes for customers by speaking the language of industry. www.ge.com",
"domain": "ge.com",
"domainName": "ge",
"domainTld": "com",
"id": 45359,
"industries": [
"appliances",
"aviation",
"capital",
"components",
"digital",
"electrical",
"electricians",
"electronic",
"electronic-manufacturing",
"energy-management",
"healthcare",
"home-services",
"intelligent-platforms",
"lighting",
"oil-gas",
"other-electrical-equipment",
"power",
"power-water",
"renewable-energy",
"transportation",
"utilities"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/ge.com.jpg",
"monthlyVisitors": "1m-10m",
"name": "General Electric",
"phoneNumber": "(502) 452-4311",
"revenue": "over-1b",
"socialNetworks": {
"angellist": "http://angel.co/general-electric",
"facebook": "http://www.facebook.com/ge",
"github": "https://github.com/afarkas/lazysizes",
"instagram": "https://instagram.com/generalelectric",
"linkedin": "https://www.linkedin.com/company/ge",
"pinterest": "https://pinterest.com/generalelectric",
"snapchat": "https://snapchat.com/add/generalelectric",
"twitter": "http://www.twitter.com/generalelectric",
"youtube": "https://youtube.com/c/ge"
},
"technologies": [
"akamai",
"amazon-cloudfront",
"amazon-elb",
"amazon-s3",
"angularjs",
"apache",
"bootstrap",
"chart-js",
"cloudflare",
"crazy-egg",
"drupal",
"express",
"font-awesome",
"google-analytics",
"google-tag-manager",
"jquery",
"jquery-ui",
"new-relic",
"node-js",
"php",
"varnish"
],
"technologyCategories": [
"analytics",
"application-performance",
"caching",
"cdn",
"charting-library",
"cms",
"conversion-optimization",
"font-library",
"heatmap",
"javascript-framework",
"javascript-library",
"load-balancer",
"node-js-framework",
"programming-language",
"tag-management",
"ui-framework",
"web-server"
],
"totalEmployees": "over-10k",
"yearFounded": 1892
},
{
"alexaRank": 568027,
"analyzedAt": "2020-10-10T00:53:17.000Z",
"businessType": null,
"city": {
"address": "Suite 4a 4b & 6a House 6/14 Block A Lalmatia",
"code": "dhaka|dhaka-division|bd",
"county": null,
"latitude": "23.810651",
"longitude": "90.4126466",
"name": "Dhaka",
"state": "Dhaka Division",
"postcode": "1230"
},
"codeNaics": "54151",
"codeSic": "737",
"country": {
"code": "bd",
"continent": "Asia",
"continentCode": "as",
"latitude": "24.4768783",
"longitude": "90.2932426",
"nameEn": "Bangladesh",
"nameFr": "Bangladesh",
"nameEs": "Bangladesh"
},
"description": "IT service and product company with focus on web applications. Ruby on Rails, PHP, .net, Mobile applications are its proven track record. Superior customer service and high value for customers' investment are their promise. You are welcome to contact Nascenia for your next IT project.\\\\- BASIS outsourcing award winner 2015 and 2014\\- 2013 Red Herring top 100 Asia winner\\- 2012 Red Herring top Asia finalist\\- eAsia ( www.e-asia.org ) award winner in 2011\\- Grameen Phone - Microsoft Alo Asbei award winner in 2010",
"domain": "nascenia.com",
"domainName": "nascenia",
"domainTld": "com",
"id": 2020388,
"industries": [
"big-data",
"computer-programming",
"data-processing",
"information-technology",
"modx",
"net",
"php",
"ruby-on-rails",
"scrum",
"services",
"software",
"uiux-design",
"web-applications",
"web-designing",
"wordpress"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/nascenia.com.jpg",
"monthlyVisitors": "10k-50k",
"name": "Nascenia",
"phoneNumber": "+880 9666-789978",
"revenue": "1m-10m",
"socialNetworks": {
"behance": "https://behance.net/nascenia",
"dribbble": "https://dribbble.com/nascenia",
"facebook": "http://www.facebook.com/nascenia",
"github": "https://github.com/nascenia",
"linkedin": "https://www.linkedin.com/company/nascenia-it",
"pinterest": "https://pinterest.com/nascenia",
"twitter": "http://twitter.com/nasceniaIT",
"youtube": "https://youtube.com/user/nascenia"
},
"technologies": [
"addtoany",
"font-awesome",
"g-suite",
"google-analytics",
"google-font-api",
"google-tag-manager",
"hotjar",
"jquery",
"jquery-ui",
"mysql",
"nginx",
"php",
"w3-total-cache",
"wordpress",
"yoast-seo"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"analytics",
"caching",
"cloud-storage",
"cms",
"collaboration",
"conversion-optimization",
"database",
"email-service",
"feedback-and-survey",
"font-library",
"heatmap",
"javascript-library",
"productivity",
"programming-language",
"seo",
"session-recording",
"social-widget",
"tag-management",
"ui-framework",
"web-server",
"wordpress-plugin"
],
"totalEmployees": "200-500",
"yearFounded": 2010
},
{
"alexaRank": 474400,
"analyzedAt": "2020-10-08T00:28:12.000Z",
"businessType": null,
"city": {
"address": "730 clementina street",
"code": "san-francisco|california|us",
"county": "San Francisco",
"latitude": "37.7790262",
"longitude": "-122.419906",
"name": "San Francisco",
"state": "California",
"postcode": null
},
"codeNaics": "5112",
"codeSic": "7372",
"country": {
"code": "us",
"continent": "North America",
"continentCode": "na",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameFr": "États-Unis",
"nameEs": "Estados Unidos"
},
"description": "Yeti partners with industry leading companies to research, design and develop innovative digital products. Out of our studio in San Francisco, we guide our clients through the product development process from strategy sessions and prototyping to producing ready-to-release mobile and web applications.\\\\Our team of designers and developers has worked on cutting edge projects for clients such as MIT, Google, Qualcomm, Hershey's, Safeway and Harmon/Kardon. By following a well-honed agile process of Strategy, Design, Development and Iteration we are able to deliver effective software products that return value not only for users but also our clients. We share our expertise in these areas through workshops, classes and in-person developer training.",
"domain": "yeti.co",
"domainName": "yeti",
"domainTld": "co",
"id": 1730821,
"industries": [
"computer-software",
"consumer-goods",
"consumers",
"developer-tools",
"development",
"development-platforms",
"enterprise-software",
"geolocation",
"graphic-design",
"information-technology",
"innovation",
"iot-development",
"mobile-application-design",
"mobile-application-development",
"new-product-development",
"prepackaged-software",
"product-strategy",
"professional-services",
"research",
"social-applications",
"social-integrations",
"software",
"software-development",
"web-design",
"web-development"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/yeti.co.jpg",
"monthlyVisitors": "50k-100k",
"name": "Yeti",
"phoneNumber": "(415) 766-4198",
"revenue": "1m-10m",
"socialNetworks": {
"angellist": "http://angel.co/yeti",
"dribbble": "https://dribbble.com/yeti",
"facebook": "http://www.facebook.com/yetillc",
"github": "https://github.com/yeti",
"instagram": "https://instagram.com/yetillc",
"linkedin": "https://www.linkedin.com/company/yeti-llc",
"twitter": "http://twitter.com/yetillc",
"youtube": "https://youtube.com/channel/ucqxrn5cgalpgyp1nj_g6haq"
},
"technologies": [
"adroll",
"bootstrap",
"facebook-social-plugins",
"font-awesome",
"g-suite",
"google-analytics",
"google-tag-manager",
"gsap",
"hubspot",
"jquery",
"matomo",
"nginx",
"react"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"advertising",
"analytics",
"animation-library",
"cloud-storage",
"collaboration",
"email-service",
"font-library",
"javascript-framework",
"javascript-library",
"marketing",
"marketing-automation",
"productivity",
"retargeting",
"social-widget",
"tag-management",
"ui-framework",
"web-server"
],
"totalEmployees": "10-50",
"yearFounded": 2010
},
{
"alexaRank": 199530,
"analyzedAt": "2020-10-01T04:16:42.000Z",
"businessType": null,
"city": {
"address": "Plac Europejski 6",
"code": "warsaw|masovian-voivodeship|pl",
"county": null,
"latitude": "52.2319581",
"longitude": "21.0067249",
"name": "Warsaw",
"state": "Masovian Voivodeship",
"postcode": null
},
"codeNaics": "54151",
"codeSic": "737",
"country": {
"code": "pl",
"continent": "Europe",
"continentCode": "eu",
"latitude": "52.215933",
"longitude": "19.134422",
"nameEn": "Poland",
"nameFr": "Pologne",
"nameEs": "Polonia"
},
"description": "A Warsaw based company that develops Ruby on Rails web applications, feature-rich iOS and Android applications for clients in Western Europe and USA, seamlessly combining intuitive design, functionality and rock solid stability.\\\\We engineer technology Startups from the ground up, using Agile and Lean methodologies.\\\\EL Passion is among the first to accept Bitcoin payments, and the first company in Poland to offer the choice of Bitcoin salaries to its employees. \\\\Besides having fun with cryptocurrencies, other benefits of working for EL Passion are: flexible hours, great health insurance, remote work, FIFA breaks, your own Macbook, hackathons, free food and drinks, attending conferences, free books, free gym membership and a lot more.",
"domain": "elpassion.com",
"domainName": "elpassion",
"domainTld": "com",
"id": 787012,
"industries": [
"agile-software-development",
"android",
"android-app-development",
"computer-programming",
"consumer-internet",
"data-processing",
"engineering-startups",
"graphic-design",
"information-technology",
"internet",
"ios",
"ios-app-development",
"iphone",
"mobile",
"ruby-on-rails-development",
"ui-design",
"ux-design",
"web-design"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/elpassion.com.jpg",
"monthlyVisitors": "500k-1m",
"name": "EL Passion",
"phoneNumber": "+48 792 541 588",
"revenue": "1m-10m",
"socialNetworks": {
"angellist": "http://angel.co/el-passion",
"behance": "https://behance.net/elpassion",
"dribbble": "https://dribbble.com/elpassion",
"facebook": "https://www.facebook.com/elpassion",
"github": "https://github.com/elpassion",
"instagram": "https://instagram.com/elpassion",
"linkedin": "https://www.linkedin.com/company/el-passion",
"twitter": "https://twitter.com/elpassion"
},
"technologies": [
"amazon-cloudfront",
"amazon-s3",
"cloudflare",
"g-suite",
"google-analytics",
"google-tag-manager",
"hotjar",
"hubspot",
"jquery",
"matomo",
"nginx",
"section-io",
"varnish"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"analytics",
"caching",
"cdn",
"cloud-storage",
"collaboration",
"conversion-optimization",
"email-service",
"feedback-and-survey",
"heatmap",
"javascript-library",
"marketing",
"marketing-automation",
"productivity",
"session-recording",
"tag-management",
"web-server"
],
"totalEmployees": "50-200",
"yearFounded": 2007
},
{
"alexaRank": 137560,
"analyzedAt": "2020-09-25T21:57:04.000Z",
"businessType": null,
"city": {
"address": "C 127 Basement Phase 8 Industrial Area",
"code": "sahibzada-ajit-singh-nagar|punjab|in",
"county": "S.A.S. Nagar (Mohali) Tahsil",
"latitude": "30.7047049",
"longitude": "76.7178146",
"name": "Sahibzada Ajit Singh Nagar",
"state": "Punjab",
"postcode": "160059"
},
"codeNaics": "54151",
"codeSic": "737",
"country": {
"code": "in",
"continent": "Asia",
"continentCode": "as",
"latitude": "22.3511148",
"longitude": "78.6677428",
"nameEn": "India",
"nameFr": "Inde",
"nameEs": "India"
},
"description": "Apptunix is a software development and designing service provider company. Apptunix is the perfect blend of knowledge with innovation. We are specialists in mobile app development and have carried this badge of honour with pride. The creativity comes from the creative mind of a young entrepreneur and his utter determination to stride to deliver amazing Mobile Apps to the clients.\\\\Our vision is to establish our self as the next generation development company offering top of the line solutions. Our core values revolve around 6 key principles-\\\\Honesty\\Integrity\\Accountability\\Quality\\‘Results'\\\\Our team is our strength and their ability to deliver things under budget and on time can easily be appraised by our client manifestations & testimonies.\\\\Our offerings span across :-\\\\Native Apps development (iOS/Android/Windows)\\Cross-Platform Apps development (Xamarin/Titanium/Phonegap)\\Games Development (Unity3D/Cocos2D)\\Web development (Php, .Net, Wordpress, Magento, Joomla)\\Web Designing (Graphics, UI, Illustration, Photosop)",
"domain": "apptunix.com",
"domainName": "apptunix",
"domainTld": "com",
"id": 195906,
"industries": [
"android",
"blackbarry",
"computer-programming",
"data-processing",
"information-technology",
"ios",
"java",
"mobile",
"phonegap",
"services",
"web-design",
"web-development"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/apptunix.com.jpg",
"monthlyVisitors": "500k-1m",
"name": "Apptunix",
"phoneNumber": "+91 172 400 8203",
"revenue": "1m-10m",
"socialNetworks": {
"angellist": "http://angel.co/apptunix",
"behance": "https://behance.net/apptunix",
"dribbble": "https://dribbble.com/apptunixtech",
"facebook": "https://www.facebook.com/apptunixs",
"github": "https://github.com/twbs/bootstrap/blob/master/license)",
"instagram": "https://instagram.com/apptunixus",
"linkedin": "https://linkedin.com/company/3514203",
"twitter": "https://twitter.com/Apptunix",
"youtube": "https://youtube.com/channel/ucngiswqkfjeb39cgk8erjpa"
},
"technologies": [
"cloudflare",
"facebook-social-plugins",
"g-suite",
"google-analytics",
"google-font-api",
"jquery",
"microsoft-asp-net",
"mysql",
"nginx",
"php",
"wordpress",
"wp-engine",
"yoast-seo"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"analytics",
"cdn",
"cloud-storage",
"cms",
"collaboration",
"database",
"dot-net-framework",
"email-service",
"font-library",
"javascript-library",
"productivity",
"programming-language",
"seo",
"social-widget",
"web-hosting",
"web-server",
"wordpress-plugin"
],
"totalEmployees": "10-50",
"yearFounded": 2013
},
{
"alexaRank": 473022,
"analyzedAt": "2020-09-28T10:48:25.000Z",
"businessType": null,
"city": {
"address": "7661 Melrose Ave",
"code": "los-angeles|california|us",
"county": null,
"latitude": "34.0536909",
"longitude": "-118.242766",
"name": "Los Angeles",
"state": "California",
"postcode": null
},
"codeNaics": "54151",
"codeSic": "737",
"country": {
"code": "us",
"continent": "North America",
"continentCode": "na",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameFr": "États-Unis",
"nameEs": "Estados Unidos"
},
"description": "ATTN: is a media company that gets people to care about the world around them. \\\\We exist at the intersection of context and entertainment to inform and inspire a young audience around their most passionate points of interest. \\\\We are looking for passionate, forward thinking and creative individuals to join our growing team. At ATTN: you will work hard, learn a ton, and have a big impact on our company.\\",
"domain": "attn.com",
"domainName": "attn",
"domainTld": "com",
"id": 458852,
"industries": [
"branded-content",
"computer-programming",
"consumer-internet",
"data-processing",
"digital-media",
"entertainment",
"information-technology",
"internet",
"media",
"news",
"online-media",
"social-media",
"video"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/attn.com.jpg",
"monthlyVisitors": "50k-100k",
"name": "ATTN:",
"phoneNumber": "1-202-660-1333",
"revenue": "1m-10m",
"socialNetworks": {
"angellist": "http://angel.co/attn",
"facebook": "http://www.facebook.com/attn",
"instagram": "https://instagram.com/attndotcom",
"linkedin": "https://www.linkedin.com/company/attn",
"snapchat": "https://snapchat.com/add/attndotcom",
"tiktok": "https://tiktok.com/@attn",
"twitter": "http://www.twitter.com/attndotcom",
"youtube": "https://youtube.com/c/attn"
},
"technologies": [
"babel",
"cloudflare",
"font-awesome",
"g-suite",
"gatsby",
"google-analytics",
"google-tag-manager",
"mariadb",
"nginx",
"pantheon",
"php",
"react",
"sentry",
"varnish",
"webpack"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"analytics",
"caching",
"cdn",
"cloud-storage",
"collaboration",
"database",
"email-service",
"error-tracking",
"font-library",
"javascript-bundler",
"javascript-compiler",
"javascript-framework",
"productivity",
"programming-language",
"tag-management",
"web-hosting",
"web-server"
],
"totalEmployees": "50-200",
"yearFounded": 2014
},
{
"alexaRank": 266341,
"analyzedAt": "2020-09-26T15:29:05.000Z",
"businessType": null,
"city": {
"address": "40 wooster street",
"code": "london|england|gb",
"county": null,
"latitude": "51.5073219",
"longitude": "-0.1276474",
"name": "London",
"state": "England",
"postcode": null
},
"codeNaics": "7111",
"codeSic": "79",
"country": {
"code": "gb",
"continent": "Europe",
"continentCode": "eu",
"latitude": "54.7023545",
"longitude": "-3.2765753",
"nameEn": "United Kingdom",
"nameFr": "Royaume-Uni",
"nameEs": "Reino Unido"
},
"description": "Sofar Sounds reimagines the live event experience through curated, secret performances in more than 350 cities around the world.\\\\Cofounded in London in 2009 by Rafe Offer and Rocky Start, Sofar brings guests and artists together in unique locations, without the distractions that plague other live events. Sofar shows begin as a secret: guests sign on for three unnamed performances at undisclosed locations, hosted by community members in everyday spaces — from living rooms and rooftops, to retail stores. Through the transformation of these spaces into captivating venues, Sofar serves as a platform for artists to connect with engaged audiences in cities around the world. Sofar invites guests to discover new artists, spaces, people, neighborhoods and cities, whether at home or abroad, creating an inclusive and accessible global community where people make genuine connections. To learn more about Sofar Sounds check us out at www.sofarsounds.com or follow the conversation on social media at @sofarsounds or using #sofarsounds.\\",
"domain": "sofarsounds.com",
"domainName": "sofarsounds",
"domainTld": "com",
"id": 247405,
"industries": [
"amusement",
"consumer-internet",
"information-technology",
"internet",
"music",
"recreation-services"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/sofarsounds.com.jpg",
"monthlyVisitors": "100k-500k",
"name": "Sofar Sounds",
"phoneNumber": "+44 20 3417 6539",
"revenue": "100m-200m",
"socialNetworks": {
"angellist": "http://angel.co/sofar-sounds",
"facebook": "http://www.facebook.com/sofarsounds",
"instagram": "https://instagram.com/sofarsounds",
"linkedin": "https://www.linkedin.com/company/sofarsounds",
"pinterest": "https://pinterest.com/sofarsounds",
"soundcloud": "https://soundcloud.com/sofarsounds",
"twitter": "http://twitter.com/@sofarsounds",
"youtube": "https://youtube.com/sofarsounds"
},
"technologies": [
"amazon-cloudfront",
"amazon-s3",
"apollo",
"cowboy",
"erlang",
"facebook-social-plugins",
"google-analytics",
"google-tag-manager",
"hotjar",
"nginx",
"react",
"section-io",
"segment",
"sqreen",
"stripe",
"varnish",
"webpack"
],
"technologyCategories": [
"analytics",
"application-performance",
"caching",
"cdn",
"conversion-optimization",
"feedback-and-survey",
"graphql-library",
"heatmap",
"javascript-bundler",
"javascript-framework",
"payment-processor",
"programming-language",
"security",
"session-recording",
"social-widget",
"tag-management",
"web-server"
],
"totalEmployees": "50-200",
"yearFounded": 2009
},
{
"alexaRank": 12941,
"analyzedAt": "2020-09-24T07:01:28.000Z",
"businessType": null,
"city": {
"address": "1416 Nw 46th St Ste 105 Pmb 246",
"code": "seattle|washington|us",
"county": "King County",
"latitude": "47.6038321",
"longitude": "-122.3300624",
"name": "Seattle",
"state": "Washington",
"postcode": null
},
"codeNaics": "54151",
"codeSic": "737",
"country": {
"code": "us",
"continent": "North America",
"continentCode": "na",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameFr": "États-Unis",
"nameEs": "Estados Unidos"
},
"description": "GeekWire is an online news source and community of geeks, focused on Seattle-based innovation from seed-stage startups to the giants of technology in our region. Whether analyzing the impact of technology on society, reviewing investment trends, identifying and reporting on breaking tech deals, or profiling players from executive leadership to \"geek of the week,\" GeekWire aspires to shine a light on the inner workings of the technology community, both giving it a voice and catalyzing conversation.",
"domain": "geekwire.com",
"domainName": "geekwire",
"domainTld": "com",
"id": 12664,
"industries": [
"computer-programming",
"data-processing",
"entrepreneurship",
"online-media",
"tech-news",
"tech-startup-news"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/geekwire.com.jpg",
"monthlyVisitors": "10m-50m",
"name": "GeekWire",
"phoneNumber": "(206) 913-7926",
"revenue": "10m-50m",
"socialNetworks": {
"angellist": "http://angel.co/geekwire",
"facebook": "http://www.facebook.com/pages/GeekHealth/610727308957325",
"instagram": "https://instagram.com/geekwire",
"linkedin": "https://www.linkedin.com/company/geekwire",
"pinterest": "https://pinterest.com/geekwire",
"soundcloud": "https://soundcloud.com/geekwire",
"twitter": "http://www.twitter.com/techmergers",
"youtube": "https://youtube.com/user/geekwire"
},
"technologies": [
"amazon-cloudfront",
"amazon-s3",
"apache",
"apache-traffic-server",
"centos",
"cloudflare",
"comscore",
"disqus",
"facebook-social-plugins",
"google-adsense",
"google-analytics",
"google-font-api",
"google-tag-manager",
"jquery",
"modernizr",
"mysql",
"nginx",
"php",
"quantcast",
"twitter-widgets",
"varnish",
"wordpress"
],
"technologyCategories": [
"advertising",
"analytics",
"caching",
"cdn",
"cms",
"comment-system",
"conversion-optimization",
"database",
"font-library",
"javascript-library",
"operating-system",
"programming-language",
"publisher-ad-server",
"social-widget",
"tag-management",
"web-server"
],
"totalEmployees": "10-50",
"yearFounded": 2011
}
],
"meta": {
"currentPage": 1,
"firstPage": 1,
"firstPageUrl": null,
"lastPage": 1000,
"lastPageUrl": null,
"nextPageUrl": null,
"perPage": 10,
"previousPageUrl": null,
"total": 10000
}
}
Find a company by domain name
Retrieve the company profile information by providing a domain name. We have more than 50 data points including the industries, the revenue, the technologies…
Query parameters
Response
Returns a company with all the information for the provided domain name. When no company matches, a 404 responses will be returned. Make sure to handle this case in your code.
Attributes
{
"alexaRank": 9,
"analyzedAt": "2020-09-22T15:49:41.000Z",
"businessType": null,
"city": {
"address": "2127 7th avenue",
"code": "seattle|washington|us",
"county": "King County",
"latitude": "47.6038321",
"longitude": "-122.3300624",
"name": "Seattle",
"state": "Washington",
"postcode": null
},
"codeNaics": null,
"codeSic": null,
"country": {
"code": "us",
"continent": "North America",
"continentCode": "na",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameFr": "États-Unis",
"nameEs": "Estados Unidos"
},
"description": "Amazon strives to be Earth's most customer-centric company where people can find and discover virtually anything they want to buy online. By giving customers more of what they want - low prices, vast selection, and convenience - Amazon continues to grow and evolve as a world-class e-commerce platform.\\\\Founded by Jeff Bezos, the Amazon.com website started in 1995 as a place to buy books because of the unique customer experience the Web could offer book lovers. Bezos believed that only the Internet could offer customers the convenience of browsing a selection of millions of book titles in a single sitting. During the first 30 days of business, Amazon fulfilled orders for customers in 50 states and 45 countries - all shipped from his Seattle-area garage.\\\\Amazon's evolution from Web site to e-commerce partner to development platform is driven by the spirit of innovation that is part of the company's DNA. The world's brightest technology minds come to Amazon.com to research and develop technology that improves the lives of shoppers and sellers around the world.",
"domain": "amazon.com",
"domainName": "amazon",
"domainTld": "com",
"id": 5130216,
"industries": [
"consumer-goods",
"consumer-internet",
"consumers",
"e-commerce",
"ebooks",
"ecommerce",
"information-technology",
"internet",
"internet-infrastructure",
"operations",
"retail",
"shopping"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/amazon.com.jpg",
"monthlyVisitors": "over-1b",
"name": "Amazon",
"phoneNumber": "(206) 266-1000",
"revenue": "over-1b",
"socialNetworks": {
"angellist": "http://angel.co/amazon",
"facebook": "http://www.facebook.com/Amazon",
"linkedin": "https://www.linkedin.com/company/amazon",
"twitter": "http://twitter.com/amazon"
},
"technologies": [
"apache",
"jquery",
"lodash"
],
"technologyCategories": [
"javascript-library",
"web-server"
],
"totalEmployees": "over-10k",
"yearFounded": 1994
}
Find a company by name
Retrieve the company profile information by providing its name. We have more than 50 data points including the industries, the revenue, the technologies…
Query parameters
Response
Returns an array containing the companies that match with the name. When no companies match, an empty array will be returned. Make sure to handle this case in your code. Also, use something like encodeURI() to encode the name property properly.
Attributes
{
"data": [
{
"alexaRank": 9,
"analyzedAt": "2020-09-22T15:49:41.000Z",
"businessType": null,
"city": {
"address": "2127 7th avenue",
"code": "seattle|washington|us",
"county": "King County",
"latitude": "47.6038321",
"longitude": "-122.3300624",
"name": "Seattle",
"state": "Washington",
"postcode": null
},
"codeNaics": null,
"codeSic": null,
"country": {
"code": "us",
"continent": "North America",
"continentCode": "na",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameFr": "États-Unis",
"nameEs": "Estados Unidos"
},
"description": "Amazon strives to be Earth's most customer-centric company where people can find and discover virtually anything they want to buy online. By giving customers more of what they want - low prices, vast selection, and convenience - Amazon continues to grow and evolve as a world-class e-commerce platform.\\\\Founded by Jeff Bezos, the Amazon.com website started in 1995 as a place to buy books because of the unique customer experience the Web could offer book lovers. Bezos believed that only the Internet could offer customers the convenience of browsing a selection of millions of book titles in a single sitting. During the first 30 days of business, Amazon fulfilled orders for customers in 50 states and 45 countries - all shipped from his Seattle-area garage.\\\\Amazon's evolution from Web site to e-commerce partner to development platform is driven by the spirit of innovation that is part of the company's DNA. The world's brightest technology minds come to Amazon.com to research and develop technology that improves the lives of shoppers and sellers around the world.",
"domain": "amazon.com",
"domainName": "amazon",
"domainTld": "com",
"id": 5130216,
"industries": [
"consumer-goods",
"consumer-internet",
"consumers",
"e-commerce",
"ebooks",
"ecommerce",
"information-technology",
"internet",
"internet-infrastructure",
"operations",
"retail",
"shopping"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/amazon.com.jpg",
"monthlyVisitors": "over-1b",
"name": "Amazon",
"phoneNumber": "(206) 266-1000",
"revenue": "over-1b",
"socialNetworks": {
"angellist": "http://angel.co/amazon",
"facebook": "http://www.facebook.com/Amazon",
"linkedin": "https://www.linkedin.com/company/amazon",
"twitter": "http://twitter.com/amazon"
},
"technologies": [
"apache",
"jquery",
"lodash"
],
"technologyCategories": [
"javascript-library",
"web-server"
],
"totalEmployees": "over-10k",
"yearFounded": 1994
}
],
"meta": {
"currentPage": 1,
"firstPage": 1,
"firstPageUrl": null,
"lastPage": 848,
"lastPageUrl": null,
"nextPageUrl": null,
"perPage": 1,
"previousPageUrl": null,
"total": 848
}
}
Find email patterns for a company
Retrieve all email patterns used by a given company. Our database includes verified information for more than 400 million domains.
Query parameters
How to read the pattern attributes
Response
Returns an array including all the email patterns and their usage percentage for the provided domain name. When no company matches, an empty array will be returned. Make sure to handle this case in your code.
Attributes
[
{
"emailsCount": 42146,
"pattern": "[F][L1]",
"usagePercentage": 67.9577
},
{
"emailsCount": 15988,
"pattern": "[F1][L]",
"usagePercentage": 25.7796
},
{
"emailsCount": 1400,
"pattern": "[L]",
"usagePercentage": 2.2574
},
{
"emailsCount": 1102,
"pattern": "[F][L]",
"usagePercentage": 1.7769
},
{
"emailsCount": 891,
"pattern": "[F]",
"usagePercentage": 1.4367
},
{
"emailsCount": 322,
"pattern": "[L][F1]",
"usagePercentage": 0.5192
},
{
"emailsCount": 90,
"pattern": "[L1][F]",
"usagePercentage": 0.1451
},
{
"emailsCount": 33,
"pattern": "[F].[L]",
"usagePercentage": 0.0532
},
{
"emailsCount": 31,
"pattern": "[L][F]",
"usagePercentage": 0.05
}
]
Lists
Your lists are the main way to manage your companies and prospects. The API lets you retrieve the lists you have created as well as the companies and the prospects you have added to them.
Fetch lists
This endpoint lets you retrieve all the lists that belong to your team.
Query parameters
Response
Returns a paginated response including the cities that match with your search. When no results can be found, the data property will be an empty array.
Attributes
{
"data": [
{
"analytics": {
"companiesCount": 1771
},
"companyList": null,
"createdAt": "2022-04-01T13:07:14.000+00:00",
"dynamic": false,
"id": 4246,
"imported": false,
"integrations": [
{
"apiKey": "My_AP1_T0k3n",
"id": 14,
"slug": "pipedrive",
"status": "connected",
"statusDetails": null
}
],
"invisible": false,
"name": "French NodeJS Companies",
"processActive": false,
"processInitialized": true,
"processPriority": 0,
"processUrlsGeneratedToday": 0,
"processUrlsGeneratedTotal": 0,
"processingAt": "2022-04-01T13:07:15.000+00:00",
"query": [
{
"attribute": "technologies",
"blockedOperator": false,
"operator": "or",
"sign": "equals",
"values": [
"node-js"
]
},
{
"attribute": "country.code",
"blockedOperator": true,
"operator": "or",
"sign": "equals",
"values": [
"fr"
]
}
],
"type": "companies"
},
{
"analytics": {
"prospectsCount": 983,
"prospectsWithEmailCount": 480,
"prospectsWithEmailPercentage": 49,
"prospectsWithGuessedEmailCount": 201,
"prospectsWithIdentifiedEmailCount": 187,
"prospectsWithVerifiedEmailCount": 92
},
"companyList": {
"id": 3837,
"dynamic": false,
"imported": false,
"invisible": false,
"name": "Edtech Companies",
"processActive": false,
"processInitialized": true,
"processPriority": 0,
"processUrlsGeneratedToday": 0,
"processUrlsGeneratedTotal": 0,
"query": [
{
"attribute": "industries",
"blockedOperator": false,
"operator": "or",
"sign": "equals",
"values": [
"edtech"
]
}
],
"type": "companies",
"createdAt": "2022-02-22T07:23:52.000+00:00",
"processingAt": "2022-02-22T07:23:53.000+00:00"
},
"createdAt": "2022-02-22T07:23:53.000+00:00",
"dynamic": false,
"id": 3838,
"imported": false,
"integrations": [
{
"apiKey": "My_AP1_T0k3n",
"id": 14,
"slug": "la-growth-machine",
"status": "connected",
"statusDetails": null
}
],
"invisible": false,
"name": "Edtech Ceos & Founders",
"processActive": false,
"processInitialized": true,
"processPriority": 0,
"processUrlsGeneratedToday": 0,
"processUrlsGeneratedTotal": 36,
"processingAt": "2022-02-22T07:23:53.000+00:00",
"query": [
{
"attribute": "jobTitles",
"blockedOperator": true,
"operator": "or",
"sign": "equals",
"values": [
"ceo",
"founder",
"fondateur",
"cto",
"lead-developer"
]
}
],
"type": "prospects"
},
{
"analytics": {
"companiesCount": 943
},
"companyList": null,
"createdAt": "2022-02-22T07:23:52.000+00:00",
"dynamic": false,
"id": 3837,
"imported": false,
"integrations": [],
"invisible": false,
"name": "Edtech Companies",
"processActive": false,
"processInitialized": true,
"processPriority": 0,
"processUrlsGeneratedToday": 0,
"processUrlsGeneratedTotal": 0,
"processingAt": "2022-02-22T07:23:53.000+00:00",
"query": [
{
"attribute": "industries",
"blockedOperator": false,
"operator": "or",
"sign": "equals",
"values": [
"edtech"
]
}
],
"type": "companies"
}
],
"meta": {
"total": 4,
"perPage": 10,
"currentPage": 1,
"lastPage": 1,
"firstPage": 1,
"firstPageUrl": "/?page=1",
"lastPageUrl": "/?page=1",
"nextPageUrl": null,
"previousPageUrl": null
}
}
Fetch companies for a given list
This endpoint allows you to retrieve the companies you have added to a given list.
Query parameters
Response
Returns a paginated response of the companies you have added to the list.
Attributes
{
"data": [
{
"alexaRank": 55726,
"analyzedAt": "2020-09-24T08:40:05.000Z",
"businessType": null,
"city": {
"address": "90 Avenue Des Ternes",
"code": "paris|ile-de-france|fr",
"county": "Paris",
"latitude": "48.8566969",
"longitude": "2.3514616",
"name": "Paris",
"state": "Ile-de-France",
"postcode": null
},
"codeNaics": "334",
"codeSic": "737",
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameFr": "France",
"nameEs": "Francia"
},
"description": "Blade was created in 2015 to design and develop a new type of Cloud computers, with a simple vision: Computer power should be mutualized. \\\\Tablets, smartphones and other connected devices have redefined our relationship to computing. Yet we struggle to move our contents and applications seamlessly across our devices. Cloud computing has fostered major evolutions in the way we use technology. Yet our PCs remain idle on our desks most of the time. \\\\This is poised to change. \\\\In the future, computer power will be allocated smartly. Our computers will be in the cloud. And we will be able to access them from any device. \\\\We want to be at the forefront of this revolution. \\\\Blade employs a team of passionate, highly skilled developers, as well as experts in business, law, marketing and distribution, and gaming. If you would like to know more about our company, please feel free to call us, or even stop by our office. We will be delighted to offer you coffee, and tell you more about our business.",
"domain": "shadow.tech",
"domainName": "shadow",
"domainTld": "tech",
"id": 20035,
"industries": [
"cloud-computing",
"computer-hardware",
"computer-programming",
"computer-software",
"data-processing",
"enterprise-software",
"gaming",
"hardware",
"information-technology",
"pc",
"pc-gaming",
"software"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/shadow.tech.jpg",
"monthlyVisitors": "1m-10m",
"name": "Blade - Shadow",
"phoneNumber": "(888) 890-6714",
"revenue": "1m-10m",
"socialNetworks": {
"angellist": "http://angel.co/blade-6",
"facebook": "https://business.facebook.com/ShadowTechOfficial",
"instagram": "https://instagram.com/netoussgaming",
"linkedin": "https://www.linkedin.com/company/shadowpc",
"twitter": "https://twitter.com/Shadow_France",
"youtube": "https://youtube.com/user/lukyboys2"
},
"technologies": [
"amazon-cloudfront",
"amazon-s3",
"cloudflare",
"express",
"google-tag-manager",
"mailchimp",
"next-js",
"nginx",
"node-js",
"react",
"sentry",
"webpack"
],
"technologyCategories": [
"cdn",
"email-service",
"error-tracking",
"feedback-and-survey",
"javascript-bundler",
"javascript-framework",
"marketing",
"marketing-automation",
"node-js-framework",
"static-site-generator",
"tag-management",
"web-server"
],
"totalEmployees": "50-200",
"yearFounded": 2015
},
{
"alexaRank": 602519,
"analyzedAt": "2020-10-26T02:32:34.000Z",
"businessType": null,
"city": {
"address": "55 Bis Rue Planchat",
"code": "paris|ile-de-france|fr",
"county": "Paris",
"latitude": "48.8566969",
"longitude": "2.3514616",
"name": "Paris",
"state": "Ile-de-France",
"postcode": null
},
"codeNaics": "54199",
"codeSic": "7299",
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameFr": "France",
"nameEs": "Francia"
},
"description": "Cocolis.fr favorise les pratiques économes, écologiques et sociales en mettant en relation les particuliers qui ont besoin d'envoyer un objet et ceux qui ont de la place dans leur coffre ou dans leur valise. Les uns payent leur envoi jusqu'à 80% moins cher et les autres remboursent une partie de leurs frais de transport, tout en rendant service.",
"domain": "cocolis.fr",
"domainName": "cocolis",
"domainTld": "fr",
"id": 3992518,
"industries": [
"collaborative-consumption",
"communaute-en-ligne",
"crowdshipping",
"economie-collaborative",
"internet",
"miscellaneous-personal-services",
"shipping",
"startups"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/cocolis.fr.jpg",
"monthlyVisitors": "10k-50k",
"name": "Cocolis",
"phoneNumber": "+33 6 68 03 06 94",
"revenue": "under-1m",
"socialNetworks": {
"angellist": "http://angel.co/cocolis-1",
"facebook": "https://www.facebook.com/cocolisfr/",
"instagram": "https://instagram.com/cocolis.fr",
"linkedin": "https://www.linkedin.com/company/cocolis",
"twitter": "https://twitter.com/cocolis_fr",
"youtube": "https://youtube.com/channel/ucyesmc3ibzc7mdisvgpvghw"
},
"technologies": [
"cowboy",
"erlang",
"facebook-social-plugins",
"google-analytics",
"google-tag-manager",
"hotjar",
"next-js",
"nginx",
"node-js",
"react",
"sentry",
"sucuri",
"webpack"
],
"technologyCategories": [
"analytics",
"conversion-optimization",
"error-tracking",
"feedback-and-survey",
"heatmap",
"javascript-bundler",
"javascript-framework",
"node-js-framework",
"programming-language",
"security",
"session-recording",
"social-widget",
"static-site-generator",
"tag-management",
"web-server"
],
"totalEmployees": "1-10",
"yearFounded": 2015
},
{
"alexaRank": 26730,
"analyzedAt": "2020-09-22T17:03:55.000Z",
"businessType": null,
"city": {
"address": "8-10 rue street",
"code": "levallois-perret|ile-de-france|fr",
"county": "Hauts-de-Seine",
"latitude": "48.892956",
"longitude": "2.2881683",
"name": "Levallois-Perret",
"state": "Ile-de-France",
"postcode": "92300"
},
"codeNaics": "54151",
"codeSic": "737",
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameFr": "France",
"nameEs": "Francia"
},
"description": "Doctissimo.fr est le premier portail dédié au bien-être et à la santé destiné au grand public\\Doctissimo.fr est le premier portail dédié au bien-être et à la santé destiné au grand public\\Doctissimo.fr est le premier portail dédié au bien-être et à la santé destiné au grand public\\Doctissimo.fr est le premier portail dédié au bien-être et à la santé destiné au grand public",
"domain": "doctissimo.fr",
"domainName": "doctissimo",
"domainTld": "fr",
"id": 3264,
"industries": [
"computer-programming",
"data-processing",
"medias",
"mobile",
"online-media",
"web"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/doctissimo.fr.jpg",
"monthlyVisitors": "10m-50m",
"name": "Doctissimo",
"phoneNumber": "33 1 41 34 99 00",
"revenue": null,
"socialNetworks": {
"facebook": "https://www.facebook.com/doctissimo",
"github": "https://github.com/emn178/js-sha256%7D",
"instagram": "https://instagram.com/doctissimo",
"linkedin": "https://www.linkedin.com/company/doctissimo.fr",
"pinterest": "https://fr.pinterest.com/doctissimo",
"twitter": "https://twitter.com/doctissimo",
"youtube": "https://youtube.com/user/doctissimo"
},
"technologies": [
"amazon-cloudfront",
"amazon-s3",
"apache",
"bootstrap",
"cloudflare",
"doubleclick-for-publishers",
"envoy-proxy",
"express",
"g-suite",
"google-analytics",
"google-cloud",
"google-font-api",
"google-tag-manager",
"jquery",
"microsoft-asp-net",
"nginx",
"node-js",
"varnish"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"advertising",
"analytics",
"caching",
"cdn",
"cloud-paas",
"cloud-storage",
"collaboration",
"dot-net-framework",
"email-service",
"font-library",
"javascript-library",
"node-js-framework",
"productivity",
"reverse-proxy",
"tag-management",
"ui-framework",
"web-hosting",
"web-server"
],
"totalEmployees": "50-200",
"yearFounded": 2000
},
{
"alexaRank": 315076,
"analyzedAt": "2020-09-28T06:22:00.000Z",
"businessType": null,
"city": {
"address": "1 Avenue Spinoza Zac De Malnoue",
"code": "torcy|ile-de-france|fr",
"county": "Seine-et-Marne",
"latitude": "48.8515",
"longitude": "2.65265",
"name": "Torcy",
"state": "Ile-de-France",
"postcode": "77200"
},
"codeNaics": "453",
"codeSic": "59",
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameFr": "France",
"nameEs": "Francia"
},
"description": "BUT, une enseigne qui a le vent en poupe\\\\Créé en 1972, BUT possède aujourd'hui le plus dense réseau de magasins de mobilier, de décoration, de literie, de cuisine, d'électroménager et d'image et son en France. L'enseigne compte plus de 300 magasins répartis sur l'ensemble du territoire et déclinés sous trois formats : BUT, BUT CITY (concept citadin) et BUT COSY (concept rurbain).\\Chaque jour, plus de 7000 salariés contribuent à faire de BUT un référent incontournable de la distribution des biens d'équipement du foyer.\\De la cuisine avec une expertise sans cesse réaffirmée au salon ou à la chambre, de la décoration avec des collections conçues par des designers et renouvelées chaque année à l'électroménager ou l'électroloisir avec un large choix de produits, l'enseigne s'attache depuis toujours à répondre aux envies, aux besoins et aux budgets de chacun.\\Depuis 7 années consécutives, BUT affiche une progression de ses parts de marché atteignant 13,1%. L'enseigne est aujourd'hui n°3 sur le marché du meuble.",
"domain": "but.fr",
"domainName": "but",
"domainTld": "fr",
"id": 437253,
"industries": [
"ameublement",
"cuisine",
"decoration",
"electromenager",
"miscellaneous-retail",
"retail"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/but.fr.jpg",
"monthlyVisitors": "50k-100k",
"name": "BUT",
"phoneNumber": "+33 1 64 61 26 26",
"revenue": "200m-1b",
"socialNetworks": {
"facebook": "https://www.facebook.com/but",
"instagram": "https://instagram.com/but",
"linkedin": "https://www.linkedin.com/company/574472",
"pinterest": "https://pinterest.com/magasinsbut",
"twitter": "https://www.twitter.com/but",
"youtube": "https://youtube.com/user/but"
},
"technologies": [
"amazon-cloudfront",
"amazon-s3",
"apache",
"babel",
"datadome",
"express",
"google-adsense",
"google-analytics",
"google-cloud",
"google-font-api",
"google-tag-manager",
"jquery",
"jquery-ui",
"matomo",
"microsoft-iis",
"nginx",
"node-js",
"office-365",
"polyfill-io",
"react",
"ubuntu",
"varnish",
"webpack",
"windows-server"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"advertising",
"analytics",
"caching",
"cdn",
"cloud-paas",
"cloud-storage",
"collaboration",
"email-service",
"font-library",
"javascript-bundler",
"javascript-compiler",
"javascript-framework",
"javascript-library",
"node-js-framework",
"operating-system",
"productivity",
"publisher-ad-server",
"security",
"tag-management",
"ui-framework",
"web-hosting",
"web-server"
],
"totalEmployees": "500-1k",
"yearFounded": 1972
},
{
"alexaRank": 631114,
"analyzedAt": "2020-09-30T18:09:57.000Z",
"businessType": null,
"city": {
"address": "232 Bois D'achelles",
"code": "paris|ile-de-france|fr",
"county": "Paris",
"latitude": "48.8566969",
"longitude": "2.3514616",
"name": "Paris",
"state": "Ile-de-France",
"postcode": null
},
"codeNaics": "54199",
"codeSic": "7299",
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameFr": "France",
"nameEs": "Francia"
},
"description": "L'aventure de Tediber a démarré fin 2015. \\\\Les quatre co-fondateurs, Julien Sylvain, entrepreneur, Juan Pablo Naranjo et Jean-Christophe Orthlieb designers et Aude du Colombier ex-Directrice Marketing de Google France ont une ambition toute simple : changer la vie de milliers de gens, en rendant accessible à tous, facilement et simplement un incroyable matelas. \\\\En quelques mois la jeune start-up française a révolutionné le marché opaque et compliqué du matelas : En vendant, exclusivement sur www.tediber.com, sans intermédiaires et à un prix juste, un modèle unique de très haute qualité, fabriqué en Belgique et disponible en différentes tailles. Combinant le meilleur de trois technologies - du latex micro-perforé, de la mousse à mémoire de forme et de la mousse haute résilience Tediber, le matelas Tediber est le seul matelas ferme et accueillant à la fois, conçu pour s'adapter à tous les dormeurs. \\Il est livré gratuitement en express, comprimé et roulé dans sa boite, avec 100 nuits d'essai. Portée par un bouche à oreille extrêmement positif, avec plus de 7600 avis clients sur son site et une excellente note de satisfaction de 4.7/5, la start-up a déjà vendu plus de 30.000 matelas.\\\\Tediber qui a réalisé une levée de fonds auprès de 360 Capital Partners en mai 2016 et s'est lancé fin décembre, en Espagne et en Italie, ambitionne de réaliser 25M€ de chiffre d'affaire en 2017 et de devenir la marque lifestyle online de référence en Europe dans l'univers du sommeil et du bien-être. Depuis janvier 2017, Tediber a lancé trois nouveaux produits : l'oreiller, la couette et Tedi l'incroyable petit matelas pour enfants, tous designés et fabriqués en France. En avril 2017, la start-up a ouvert son showroom, 1 bis Cité Paradis, dans ses bureaux à Paris.\\",
"domain": "tediber.com",
"domainName": "tediber",
"domainTld": "com",
"id": 735339,
"industries": [
"ameublement",
"bedding",
"consumer-goods",
"ebusiness",
"ecommerce",
"literie",
"matelas",
"mattress",
"miscellaneous-personal-services"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/tediber.com.jpg",
"monthlyVisitors": "10k-50k",
"name": "Tediber",
"phoneNumber": "+33 1 86 95 47 10",
"revenue": "1m-10m",
"socialNetworks": {
"facebook": "https://www.facebook.com/tediberFR/",
"instagram": "https://instagram.com/tediber_fr",
"linkedin": "https://www.linkedin.com/company/tediber",
"twitter": "https://twitter.com/tediber",
"youtube": "https://youtube.com/channel/ucwzki7yddnqdok9pq8eg6na"
},
"technologies": [
"amazon-cloudfront",
"amazon-s3",
"appnexus",
"envoy-proxy",
"facebook-social-plugins",
"font-awesome",
"google-analytics",
"google-cloud",
"google-font-api",
"google-maps",
"google-tag-manager",
"netlify",
"nginx",
"node-js",
"nuxt-js",
"polyfill-io",
"sentry",
"ubuntu",
"vue-js",
"webpack"
],
"technologyCategories": [
"advertising",
"analytics",
"cdn",
"ci-cd",
"cloud-paas",
"error-tracking",
"font-library",
"javascript-bundler",
"javascript-framework",
"javascript-library",
"mapping",
"node-js-framework",
"operating-system",
"reverse-proxy",
"social-widget",
"static-site-generator",
"tag-management",
"web-hosting",
"web-server"
],
"totalEmployees": "10-50",
"yearFounded": 2015
},
{
"alexaRank": 344626,
"analyzedAt": "2020-10-02T03:22:02.000Z",
"businessType": null,
"city": {
"address": "Lieu Dit Beau Rivage",
"code": "sevremoine|pays-de-la-loire|fr",
"county": "Maine-et-Loire",
"latitude": "47.08775155",
"longitude": "-1.0821288289702786",
"name": "Sèvremoine",
"state": "Pays de la Loire",
"postcode": null
},
"codeNaics": "522293",
"codeSic": "6111",
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameFr": "France",
"nameEs": "Francia"
},
"description": "Société familiale et indépendante, FAMILLE MARY crée en 1921 par Jean MARY, au moulin de Beau Rivage en Anjou, entre Nantes et Angers, est dirigée depuis 2000 par Benoit MARY. \\Récoltant sélectionneur de Miels depuis 3 générations, avec ses 1200 ruches sur le Val de Loire, cette PME conçoit, fabrique et distribue 150 produits naturels à base de trésors des abeilles et plantes, avec une offre d'alimentation fonctionnelle et gourmande, les compléments alimentaires et la diététique à base de Gelée Royale bio, et les Cosmétiques bio à base de miel et gelée royale . \\En vente directe via notre réseau de magasins et Vente à distance, retrouvez les marques Famille Mary® et Abellie®. En réseaux spécialisés, Meltonic® (sports, runnings et cyclo), et Secrets de Ruche® (magasins bio). Depuis 2015, Famille Mary soutient la filière apicole Française, avec « Merci pour les Abeille » en reversant 1% de son chiffre d'affaires de miel à l'Union Nationale de l'Apiculture Française*. \\Son développement s'est toujours accompagné de la volonté de concilier économie et éthique au sein d'une démarche environnementale et sociétale. « Notre mission est de contribuer à l'équilibre de vie grâce aux abeilles, en respectant la planète, car sans les abeilles, notre entreprise est coupée de ses vivres ». \\Benoit MARY - Président",
"domain": "famillemary.fr",
"domainName": "famillemary",
"domainTld": "fr",
"id": 912997,
"industries": [
"cosmetique",
"development",
"ecommerce",
"federal",
"federally-sponsored-credit",
"gelee-royale",
"international-trade",
"luxe",
"miel",
"nutrition",
"pollen",
"propolis",
"retail",
"spa",
"sport"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/famillemary.fr.jpg",
"monthlyVisitors": "50k-100k",
"name": "Famille Mary",
"phoneNumber": "+33 2 41 55 35 79",
"revenue": "10m-50m",
"socialNetworks": {
"facebook": "https://www.facebook.com/pages/Famille-Mary/105219982846701",
"instagram": "https://instagram.com/famille_mary",
"linkedin": "https://www.linkedin.com/company/famille-mary",
"twitter": "https://twitter.com/famillemary",
"youtube": "https://youtube.com/channel/uc4mq3ssx2bczijrxqdqqquw"
},
"technologies": [
"amazon-cloudfront",
"amazon-s3",
"azure-cdn",
"criteo",
"express",
"facebook-social-plugins",
"google-analytics",
"google-cloud",
"google-tag-manager",
"hotjar",
"jquery",
"jquery-ui",
"lodash",
"microsoft-asp-net",
"microsoft-iis",
"nginx",
"node-js",
"polyfill-io",
"section-io",
"windows-server"
],
"technologyCategories": [
"advertising",
"analytics",
"cdn",
"cloud-paas",
"conversion-optimization",
"dot-net-framework",
"feedback-and-survey",
"heatmap",
"javascript-library",
"node-js-framework",
"operating-system",
"retargeting",
"session-recording",
"social-widget",
"tag-management",
"ui-framework",
"web-hosting",
"web-server"
],
"totalEmployees": "50-200",
"yearFounded": 1921
},
{
"alexaRank": 109179,
"analyzedAt": "2020-10-03T01:10:39.000Z",
"businessType": null,
"city": {
"address": "2 Avenue Galilée",
"code": "bordeaux|new-aquitaine|fr",
"county": "Gironde",
"latitude": "44.841225",
"longitude": "-0.5800364",
"name": "Bordeaux",
"state": "New Aquitaine",
"postcode": null
},
"codeNaics": "53",
"codeSic": "65",
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameFr": "France",
"nameEs": "Francia"
},
"description": "Rhinov est une start-up qui met la technologie 3D au service de la décoration d'intérieur. Graphistes 3D, designers d'espace, ingénieurs en informatique et décorateurs travaillent à la réalisation de projets d'aménagements virtuels. \\\\Rhinov s'adresse à une clientèle de particuliers en manque d'inspiration déco mais également aux professionnels de l'immobilier en recherche de valorisation de biens. \\\\Rhinov c'est aussi une équipe jeune, dynamique et motivée qui ne cesse de s'agrandir. Alors rejoins-nous !\\\\www.rhinov.fr",
"domain": "rhinov.fr",
"domainName": "rhinov",
"domainTld": "fr",
"id": 1034138,
"industries": [
"home-furniture",
"home-staging",
"interior-design",
"real-estate",
"realite-virtuelle",
"virtual-reality",
"virtual-staging"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/rhinov.fr.jpg",
"monthlyVisitors": "500k-1m",
"name": "Rhinov",
"phoneNumber": "+33 9 72 45 52 39",
"revenue": "1m-10m",
"socialNetworks": {
"facebook": "https://www.facebook.com/rhinov.fr/",
"instagram": "https://instagram.com/rhinov_",
"linkedin": "https://www.linkedin.com/company/rhinov",
"pinterest": "https://fr.pinterest.com/rhinov_",
"twitter": "https://twitter.com/rhinov_"
},
"technologies": [
"amazon-cloudfront",
"amazon-s3",
"angular",
"apache",
"cloudflare",
"crisp",
"criteo",
"envoy-proxy",
"express",
"facebook-social-plugins",
"g-suite",
"google-analytics",
"google-tag-manager",
"hotjar",
"jquery",
"lua",
"mysql",
"nginx",
"node-js",
"openresty",
"php",
"sails-js",
"section-io",
"varnish",
"webpack",
"wordpress"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"advertising",
"analytics",
"caching",
"cdn",
"cloud-storage",
"cms",
"collaboration",
"conversion-optimization",
"database",
"email-service",
"feedback-and-survey",
"heatmap",
"javascript-bundler",
"javascript-framework",
"javascript-library",
"live-chat",
"node-js-framework",
"productivity",
"programming-language",
"retargeting",
"reverse-proxy",
"session-recording",
"social-widget",
"tag-management",
"web-server"
],
"totalEmployees": "10-50",
"yearFounded": 2013
},
{
"alexaRank": 729,
"analyzedAt": "2020-09-22T16:32:45.000Z",
"businessType": null,
"city": {
"address": "22 Avenue Montaigne",
"code": "paris|ile-de-france|fr",
"county": "Paris",
"latitude": "48.8566969",
"longitude": "2.3514616",
"name": "Paris",
"state": "Ile-de-France",
"postcode": null
},
"codeNaics": "4483",
"codeSic": "594",
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameFr": "France",
"nameEs": "Francia"
},
"description": "For more than 150 years, men and women at Louis Vuitton have shared the same spirit of excellence and passion, reaffirming their expertise every day, the world over. With us, every career is a journey, filled with excitement and challenge, desire and daring. There is no better way to reveal your potential. Explore, develop, innovate, create... Every journey is unique. Today, Louis Vuitton invites you to discover your own.",
"domain": "louisvuitton.com",
"domainName": "louisvuitton",
"domainTld": "com",
"id": 2147,
"industries": [
"accessories",
"communication",
"craftmanship",
"crm",
"design",
"digital",
"excellence",
"eyewear",
"fashion",
"high-jewelry",
"information-system",
"international-career",
"jewelry",
"leather-goods",
"leathergoods",
"luxury-goods",
"manufacturing",
"miscellaneous-shopping-goods-stores",
"opticians",
"ready-wear",
"retail",
"shoe-stores",
"shoes",
"shopping",
"stores",
"sunglasses",
"supply-chain",
"watch",
"womens-clothing"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/louisvuitton.com.jpg",
"monthlyVisitors": "500m-1b",
"name": "Louis Vuitton",
"phoneNumber": "(207) 998-6286",
"revenue": "over-1b",
"socialNetworks": {
"angellist": "http://angel.co/louis-vuitton",
"facebook": "https://www.facebook.com/LouisVuitton/",
"linkedin": "https://www.linkedin.com/company/louis-vuitton",
"twitter": "https://www.twitter.com/louisvuitton"
},
"technologies": [
"akamai",
"amazon-cloudfront",
"amazon-s3",
"apache",
"azure-cdn",
"express",
"google-cloud",
"google-pagespeed",
"jquery",
"node-js",
"tealium"
],
"technologyCategories": [
"application-performance",
"cdn",
"cloud-paas",
"javascript-library",
"node-js-framework",
"tag-management",
"web-hosting",
"web-server"
],
"totalEmployees": "over-10k",
"yearFounded": 1854
},
{
"alexaRank": 528153,
"analyzedAt": "2020-05-05T17:44:13.000Z",
"businessType": null,
"city": {
"address": "24 Rue Beaubourg",
"code": "paris|ile-de-france|fr",
"county": "Paris",
"latitude": "48.8566969",
"longitude": "2.3514616",
"name": "Paris",
"state": "Ile-de-France",
"postcode": null
},
"codeNaics": "54151",
"codeSic": "737",
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameFr": "France",
"nameEs": "Francia"
},
"description": "Based in London, New York, Mexico, Lagos and Paris, Konbini® is a new generation media platform bringing Millennials together since 2008. Konbini built a community around its 100% pop culture angle, before progressively expanding to include news and society topics. Now with over 80 million unique visitors and more than 2.5 million Facebook followers, Konbini's success is proof that people under 30 have a voracious appetite for news and culture.",
"domain": "konbini.com",
"domainName": "konbini",
"domainTld": "com",
"id": 15466,
"industries": [
"advertising",
"branded-content",
"computer-programming",
"content-marketing",
"creative-content",
"data-processing",
"digital-media",
"marketing",
"online-media",
"social-media",
"webtv"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/konbini.com.jpg",
"monthlyVisitors": "10k-50k",
"name": "Konbini",
"phoneNumber": "33 1 42 77 93 61",
"revenue": "1m-10m",
"socialNetworks": {
"facebook": "http://www.facebook.com/konbini",
"instagram": "https://instagram.com/savewithstories",
"linkedin": "https://www.linkedin.com/company/konbini",
"twitter": "http://twitter.com/konbini"
},
"technologies": [
"amazon-cloudfront",
"amazon-s3",
"cloudflare",
"doubleclick-campaign-manager",
"facebook-social-plugins",
"google-adsense",
"google-analytics",
"google-cloud",
"google-tag-manager",
"jquery",
"next-js",
"nginx",
"node-js",
"react",
"webpack"
],
"technologyCategories": [
"advertising",
"analytics",
"cdn",
"cloud-paas",
"javascript-bundler",
"javascript-framework",
"javascript-library",
"node-js-framework",
"publisher-ad-server",
"social-widget",
"static-site-generator",
"tag-management",
"web-hosting",
"web-server"
],
"totalEmployees": "50-200",
"yearFounded": 2008
},
{
"alexaRank": 32195,
"analyzedAt": "2020-09-24T11:11:22.000Z",
"businessType": null,
"city": {
"address": null,
"code": "paris|ile-de-france|fr",
"county": "Paris",
"latitude": "48.8566969",
"longitude": "2.3514616",
"name": "Paris",
"state": "Ile-de-France",
"postcode": null
},
"codeNaics": null,
"codeSic": null,
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameFr": "France",
"nameEs": "Francia"
},
"description": "World renowned in jewellery and prestige watchmaking, Cartier has combined expertise and excellence since 1847.\\Cartier has made its creations into legends, with a team of men and women who make their passion their career.\\If you would like to live your passion as part of Cartier, please see the career opportunities we offer.",
"domain": "cartier.com",
"domainName": "cartier",
"domainTld": "com",
"id": 32826,
"industries": [
"accessories",
"fashion",
"jewellery",
"jewelry",
"luxury-goods",
"shopping",
"watches",
"watchmaking"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/cartier.com.jpg",
"monthlyVisitors": "10m-50m",
"name": "Cartier",
"phoneNumber": "(800) 227-8437",
"revenue": "over-1b",
"socialNetworks": {
"facebook": "http://www.facebook.com/Cartier",
"instagram": "https://instagram.com/cartier",
"linkedin": "https://www.linkedin.com/company/cartier",
"pinterest": "https://pinterest.com/cartier",
"twitter": "http://twitter.com/cartier",
"youtube": "https://youtube.com/cartier"
},
"technologies": [
"adobe-experience-manager",
"akamai",
"algolia",
"amazon-cloudfront",
"amazon-s3",
"apache",
"bootstrap",
"cloudflare",
"envoy-proxy",
"express",
"facebook-social-plugins",
"google-analytics",
"google-cloud",
"google-tag-manager",
"hammer-js",
"handlebars",
"hotjar",
"java",
"jetty",
"jquery",
"microsoft-asp-net",
"microsoft-iis",
"modernizr",
"nginx",
"node-js",
"plesk",
"section-io",
"sizmek",
"varnish",
"webpack",
"windows-server"
],
"technologyCategories": [
"advertising",
"analytics",
"caching",
"cdn",
"cloud-paas",
"cms",
"conversion-optimization",
"creative-optimization",
"dot-net-framework",
"feedback-and-survey",
"heatmap",
"javascript-bundler",
"javascript-library",
"node-js-framework",
"operating-system",
"programming-language",
"reverse-proxy",
"session-recording",
"site-search",
"social-widget",
"tag-management",
"ui-framework",
"web-hosting",
"web-server"
],
"totalEmployees": "5k-10k",
"yearFounded": 1847
}
],
"meta": {
"total": 1771,
"perPage": 10,
"currentPage": 1,
"lastPage": 178,
"firstPage": 1,
"firstPageUrl": "/?page=1",
"lastPageUrl": "/?page=178",
"nextPageUrl": "/?page=2",
"previousPageUrl": null
}
}
Fetch prospects for a given list
This endpoint allows you to retrieve the prospects you have added to a given list.
Query parameters
Response
Returns a paginated response of the prospects you have added to the list.
Attributes
{
"data": [
{
"company": {
"alexaRank": null,
"analyzedAt": "2020-05-09T07:40:14.000Z",
"businessType": null,
"city": {
"address": "2415 third street",
"code": "san-francisco|california|us",
"county": "San Francisco",
"latitude": "37.7790262",
"longitude": "-122.419906",
"name": "San Francisco",
"postcode": null,
"state": "California"
},
"codeNaics": null,
"codeSic": null,
"country": {
"code": "us",
"continent": "North America",
"continentCode": "na",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"description": "== myBlee Math | Elementary Maths K-6 in French, English and Spanish\\myBlee Math creates high-quality educational applications for elementary and middle school children. It offers over 1,000 step-by-step and in-depth lessons on K-6 math topics. By recognising a child's handwriting and movements, myBlee Math app can offer audio and visual guidance and corrections. It can adapt by itself to the knowledge and speed at which a child is making progress. myBlee Math is created by a team of experienced teachers and carefully tested with children to ensure that learning is always interactive, rewarding and fun. myBlee Math It is aligned with the Common Core State Standards for elementary school mathematics and is already used by one million children at home and in schools all over the world.\\Download on the App Store and try it for free!\\\\== What Teachers are saying...\\'I noticed an excitement about math that wasn't there before. Students were asking to come in before school so they could spend more time working on myBlee. I usually have a full classroom of students volunteering to work on math 30 minutes or more before school actually begins! myBlee motivates learners to succeed by allowing them to work on their own level at their own pace and offering immediate feedback on their work.(…)I feel that myBlee has allowed me to improve my effectiveness in the classroom as well. I am more able to work with small groups or individuals knowing that the other students are on-task and learning, evident by their self-motivation.'\\Ellen\\3rd, 4th, 5th grades teacher\\\\'I was able to use myBlee Math for summer school with my first graders and they loved it!!(...)They loved how they earned trophies & and puzzle pieces!! Now that I am off for a few weeks I have let my 6 year old and my 10 year old use myBlee Math and they both LOVE it!!! I sometimes find them on their iPads playing myBlee Math rather than Minecraft or other games they have on the iPad!!!'\\Kim\\1st grade Teacher",
"domain": "mybleemath.com",
"domainName": "mybleemath",
"domainTld": "com",
"id": 6196316,
"industries": [
"adaptive-learning",
"big-data",
"edtech",
"education",
"education-technology",
"homeschooling",
"k-12-education",
"kids",
"learning-app-design",
"mobile-application",
"primary",
"secondary-education",
"tactile"
],
"logo": null,
"monthlyVisitors": "under-10k",
"name": "myBlee Math",
"phoneNumber": null,
"revenue": "1m-10m",
"socialNetworks": {
"angellist": "http://angel.co/myblee",
"facebook": "http://www.facebook.com/myBlee",
"linkedin": "https://www.linkedin.com/company/myblee",
"twitter": "http://twitter.com/@myBlee1"
},
"technologies": [],
"technologyCategories": [],
"totalEmployees": "10-50",
"yearFounded": 2011
},
"createdAt": "2022-02-23T10:46:10.000+00:00",
"email": "[email protected]",
"emailPattern": "[F].[L]",
"emailStatus": "verified-already",
"firstName": "Laetitia",
"fullName": "Laetitia Grail",
"gender": "female",
"id": 407189,
"lastName": "Grail",
"linkedinId": "ACwAAAOS8rsB2beDqL6fL-shMU9M3q7sWoo3dA8",
"listId": 3838,
"locationCity": "Paris",
"locationCityPostcode": null,
"locationContinent": "Europe",
"locationContinentCode": "eu",
"locationCountry": "France",
"locationCountryCode": "fr",
"locationCounty": "Paris",
"locationLatitude": "48.8566969",
"locationLongitude": "2.3514616",
"locationState": "Ile-de-France",
"middleName": null,
"title": "CEO & Founder"
},
{
"company": {
"alexaRank": null,
"analyzedAt": "2020-10-11T06:38:35.000Z",
"businessType": null,
"city": {
"address": null,
"code": "berlin|berlin|de",
"county": null,
"latitude": "52.5170365",
"longitude": "13.3888599",
"name": "Berlin",
"postcode": "10117",
"state": "Berlin"
},
"codeNaics": null,
"codeSic": null,
"country": {
"code": "de",
"continent": "Europe",
"continentCode": "eu",
"latitude": "51.0834196",
"longitude": "10.4234469",
"nameEn": "Germany",
"nameEs": "Alemania",
"nameFr": "Allemagne"
},
"description": "Edkimo is a fun and easy-to-use feedback app for the classroom.",
"domain": "edkimo.com",
"domainName": "edkimo",
"domainTld": "com",
"id": 2192240,
"industries": [
"e-learning",
"edtech",
"education",
"feedback",
"government-schools",
"information-technology",
"k-12-education",
"learning",
"questionnaire",
"school",
"school-development",
"services",
"survey",
"teaching"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/edkimo.com.jpg",
"monthlyVisitors": "under-10k",
"name": "Edkimo",
"phoneNumber": "+49 30 84591340",
"revenue": null,
"socialNetworks": {
"angellist": "http://angel.co/edkimo",
"facebook": "http://facebook.com/edkimoapp",
"linkedin": "https://www.linkedin.com/company/edkimo",
"twitter": "http://twitter.com/edkimo_app"
},
"technologies": [
"apache",
"bootstrap",
"jquery",
"matomo",
"mysql",
"php",
"wordpress",
"yoast-seo"
],
"technologyCategories": [
"analytics",
"cms",
"database",
"javascript-library",
"programming-language",
"seo",
"ui-framework",
"web-server",
"wordpress-plugin"
],
"totalEmployees": "1-10",
"yearFounded": 2014
},
"createdAt": "2022-02-23T10:43:53.000+00:00",
"email": "[email protected]",
"emailPattern": "[F].[L]",
"emailStatus": "verified-already",
"firstName": "Sebastian",
"fullName": "Sebastian Waack",
"gender": "male",
"id": 407134,
"lastName": "Waack",
"linkedinId": "ACwAAAYwXmMBnXOcB2DnWwPuK1ym8_xCN2CCM9I",
"listId": 3838,
"locationCity": "Berlin",
"locationCityPostcode": "10117",
"locationContinent": "Europe",
"locationContinentCode": "eu",
"locationCountry": "Germany",
"locationCountryCode": "de",
"locationCounty": null,
"locationLatitude": "52.5170365",
"locationLongitude": "13.3888599",
"locationState": "Berlin",
"middleName": null,
"title": "Co-Founder & CEO"
},
{
"company": {
"alexaRank": null,
"analyzedAt": "2020-10-05T19:06:48.000Z",
"businessType": null,
"city": null,
"codeNaics": null,
"codeSic": null,
"country": null,
"description": "Founded by Imran Aziz in 1999 RAD Corporation is a global Company having it's headquarter in Pakistan. It comprises over 10 operating companies in several business sectors: Information Technology, B2B, Online Education, Design and Multimedia to name a few. RAD Corporation has operations in 3 countries and providing services to over 70 countries.",
"domain": "radcorporation.com",
"domainName": "radcorporation",
"domainTld": "com",
"id": 1422965,
"industries": [
"computer-software",
"edtech",
"elearning",
"software-development",
"technology-development",
"training-skills-development"
],
"logo": null,
"monthlyVisitors": "under-10k",
"name": "RAD Corporation",
"phoneNumber": "(888) 545-8517",
"revenue": null,
"socialNetworks": {
"linkedin": "https://www.linkedin.com/company/rad-corporation"
},
"technologies": [
"font-awesome",
"google-font-api",
"google-maps",
"gravity-forms",
"jquery",
"mysql",
"php",
"varnish",
"wordpress"
],
"technologyCategories": [
"caching",
"cms",
"database",
"font-library",
"javascript-library",
"mapping",
"online-form",
"programming-language",
"web-server",
"wordpress-plugin"
],
"totalEmployees": "10-50",
"yearFounded": 1999
},
"createdAt": "2022-02-23T11:03:42.000+00:00",
"email": "[email protected]",
"emailPattern": "[F]",
"emailStatus": "verified",
"firstName": "Imran",
"fullName": "Imran Aziz",
"gender": "male",
"id": 407455,
"lastName": "Aziz",
"linkedinId": "ACwAAABXCOYBK4lQz5ZzJnHqYSnEVh5TE0uq0ck",
"listId": 3838,
"locationCity": "Ajman",
"locationCityPostcode": "3456",
"locationContinent": "Asia",
"locationContinentCode": "as",
"locationCountry": "United Arab Emirates",
"locationCountryCode": "ae",
"locationCounty": null,
"locationLatitude": "25.3936557",
"locationLongitude": "55.4451432",
"locationState": "Ajman Emirate",
"middleName": null,
"title": "Founder / Director"
},
{
"company": {
"alexaRank": null,
"analyzedAt": "2021-12-22T19:21:18.000Z",
"businessType": null,
"city": {
"address": null,
"code": "paris|ile-de-france|fr",
"county": "Paris",
"latitude": "48.8566969",
"longitude": "2.3514616",
"name": "Paris",
"postcode": null,
"state": "Ile-de-France"
},
"codeNaics": null,
"codeSic": null,
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameEs": "Francia",
"nameFr": "France"
},
"description": "At Brother Tongue, we do language acquisition. We make it happen. By chat.\\\\Please, check our website.",
"domain": "brothertongue.com",
"domainName": "brothertongue",
"domainTld": "com",
"id": 5590751,
"industries": [
"edtech",
"education-management",
"language-learning"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/brothertongue.com.jpg",
"monthlyVisitors": "under-10k",
"name": "Brother Tongue",
"phoneNumber": null,
"revenue": null,
"socialNetworks": {
"linkedin": "https://www.linkedin.com/company/brother-tongue"
},
"technologies": [
"animate-css",
"babel",
"bootstrap",
"font-awesome",
"g-suite",
"google-analytics",
"google-font-api",
"google-tag-manager",
"jquery",
"tornado-server"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"analytics",
"animation-library",
"cloud-storage",
"collaboration",
"css-library",
"email-service",
"font-library",
"javascript-compiler",
"javascript-library",
"productivity",
"python-framework",
"tag-management",
"ui-framework"
],
"totalEmployees": "1-10",
"yearFounded": 2016
},
"createdAt": "2022-02-23T11:03:42.000+00:00",
"email": "[email protected]",
"emailPattern": "[F]",
"emailStatus": "verified",
"firstName": "RéMY",
"fullName": "RéMY Beharaing",
"gender": "male",
"id": 407457,
"lastName": "Beharaing",
"linkedinId": "ACwAAAB9yG4BKh1SHQhXlIgkCfDzxuN2V0pwOfk",
"listId": 3838,
"locationCity": "Paris",
"locationCityPostcode": null,
"locationContinent": "Europe",
"locationContinentCode": "eu",
"locationCountry": "France",
"locationCountryCode": "fr",
"locationCounty": "Paris",
"locationLatitude": "48.8566969",
"locationLongitude": "2.3514616",
"locationState": "Ile-de-France",
"middleName": null,
"title": "Co-Founder"
},
{
"company": {
"alexaRank": null,
"analyzedAt": "2021-12-22T17:40:40.000Z",
"businessType": null,
"city": {
"address": null,
"code": "chicago|illinois|us",
"county": "Cook County",
"latitude": "41.8755616",
"longitude": "-87.6244212",
"name": "Chicago",
"postcode": null,
"state": "Illinois"
},
"codeNaics": null,
"codeSic": null,
"country": {
"code": "us",
"continent": "North America",
"continentCode": "na",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"description": "The only productivity tool built for academic research.",
"domain": "powernotes.com",
"domainName": "powernotes",
"domainTld": "com",
"id": 4449513,
"industries": [
"edtech",
"education-technology",
"internet"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/powernotes.com.jpg",
"monthlyVisitors": "under-10k",
"name": "PowerNotes",
"phoneNumber": null,
"revenue": "1m-10m",
"socialNetworks": {
"angellist": "http://angel.co/powernotes",
"linkedin": "https://www.linkedin.com/company/powernotes"
},
"technologies": [
"amazon-cloudfront",
"facebook-social-plugins",
"g-suite",
"google-analytics",
"jquery",
"nginx",
"php",
"webpack"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"analytics",
"cdn",
"cloud-storage",
"collaboration",
"email-service",
"javascript-bundler",
"javascript-library",
"productivity",
"programming-language",
"social-widget",
"web-server"
],
"totalEmployees": "10-50",
"yearFounded": 2012
},
"createdAt": "2022-02-23T11:01:59.000+00:00",
"email": "[email protected]",
"emailPattern": "[F]",
"emailStatus": "verified",
"firstName": "Wilson",
"fullName": "Wilson Tsu",
"gender": "male",
"id": 407428,
"lastName": "Tsu",
"linkedinId": "ACwAAAAFZHsBx6t-UtPxwYWzyJcfVr1UakdhKM4",
"listId": 3838,
"locationCity": null,
"locationCityPostcode": null,
"locationContinent": "North America",
"locationContinentCode": "na",
"locationCountry": "United States",
"locationCountryCode": "us",
"locationCounty": null,
"locationLatitude": "39.7837304",
"locationLongitude": "-100.4458825",
"locationState": null,
"middleName": null,
"title": "Founder"
},
{
"company": {
"alexaRank": null,
"analyzedAt": "2020-05-21T04:06:38.000Z",
"businessType": null,
"city": {
"address": null,
"code": "austin|texas|us",
"county": "Travis County",
"latitude": "30.2711286",
"longitude": "-97.7436995",
"name": "Austin",
"postcode": null,
"state": "Texas"
},
"codeNaics": null,
"codeSic": null,
"country": {
"code": "us",
"continent": "North America",
"continentCode": "na",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"description": "Educandi LLC, headquartered in Austin, Texas, is a global boutique edtech advocacy and consultancy company, providing expertise in edtech tools, resources, implementation projects, professional development workshops and training. For more information or to book a consult appointment, please visit: http://www.educandi.us",
"domain": "educandi.us",
"domainName": "educandi",
"domainTld": "us",
"id": 6425684,
"industries": [
"advocacy",
"assistive-technology",
"consultancy",
"edtech",
"education",
"higher-education",
"information-technology",
"services",
"special-education",
"technology"
],
"logo": null,
"monthlyVisitors": "under-10k",
"name": "Educandi",
"phoneNumber": null,
"revenue": null,
"socialNetworks": {
"linkedin": "https://www.linkedin.com/company/educandi-llc"
},
"technologies": [],
"technologyCategories": [],
"totalEmployees": "1-10",
"yearFounded": 2012
},
"createdAt": "2022-02-23T11:01:59.000+00:00",
"email": "[email protected]",
"emailPattern": "[F]",
"emailStatus": "verified",
"firstName": "Marlene",
"fullName": "Marlene Limon Ma",
"gender": "female",
"id": 407432,
"lastName": "Ma",
"linkedinId": "ACwAAAB7d5QBfSTomR8djcHJtNeMnigCKib_OiE",
"listId": 3838,
"locationCity": "Austin",
"locationCityPostcode": null,
"locationContinent": "North America",
"locationContinentCode": "na",
"locationCountry": "United States",
"locationCountryCode": "us",
"locationCounty": "Travis County",
"locationLatitude": "30.2711286",
"locationLongitude": "-97.7436995",
"locationState": "Texas",
"middleName": "Limon",
"title": "Founder + CEO"
},
{
"company": {
"alexaRank": null,
"analyzedAt": "2020-10-08T23:48:02.000Z",
"businessType": null,
"city": {
"address": null,
"code": "neuilly-sur-seine|ile-de-france|fr",
"county": "Hauts-de-Seine",
"latitude": "48.884683",
"longitude": "2.2695658",
"name": "Neuilly-sur-Seine",
"postcode": "92200",
"state": "Ile-de-France"
},
"codeNaics": null,
"codeSic": null,
"country": {
"code": "fr",
"continent": "Europe",
"continentCode": "eu",
"latitude": "46.603354",
"longitude": "1.8883335",
"nameEn": "France",
"nameEs": "Francia",
"nameFr": "France"
},
"description": "Créée en 2010, WATURA est une entreprise de formation technique indépendante spécialisée dans le secteur de l'eau et de l'assainissement. La société est basée à Neuilly sur Seine et dirigée par Sébastien Rigal, son fondateur. Ses principaux clients sont les collectivités et les grandes entreprises de traitement et de distribution d'eau. WATURA compte parmi ses clients les principales majors de l'eau : SUEZ, SAUR et VINCI. WATURA dispose aujourd'hui d'un réseau d'une quinzaine de formateurs de haut niveau, pour un catalogue d'environ 40 formations professionnelles. Jusqu'à aujourd'hui, toutes ces formations sont réalisées en présentiel.\\\\En 2018, la société envisage d'opérer un virage technologique afin de répondre efficacement et de façon la plus profitable possible aux opportunités actuelles en proposant une offre mixte (blended learning) présentielle et distancielle. En concevant la première plateforme intelligente de formation à distance dans les métiers techniques de l'eau, la société ambitionne d'apporter à ses clients une solution pour former plus rapidement, à moindre coût, tout en garantissant une formation homogène et qualitative.",
"domain": "watura.net",
"domainName": "watura",
"domainTld": "net",
"id": 6519350,
"industries": [
"clean-energy",
"cleantech",
"edtech",
"environmental-services",
"formation",
"water"
],
"logo": null,
"monthlyVisitors": "under-10k",
"name": "WATURA",
"phoneNumber": null,
"revenue": null,
"socialNetworks": {
"linkedin": "https://www.linkedin.com/company/watura"
},
"technologies": [],
"technologyCategories": [],
"totalEmployees": "1-10",
"yearFounded": 2010
},
"createdAt": "2022-02-23T11:01:58.000+00:00",
"email": "[email protected]",
"emailPattern": "[F].[L]",
"emailStatus": "verified",
"firstName": "Sebastien",
"fullName": "Sebastien Rigal",
"gender": "male",
"id": 407422,
"lastName": "Rigal",
"linkedinId": "ACwAAABiSt0B6j7-A5PW1JpzgtrqGvY9o7QdYZs",
"listId": 3838,
"locationCity": "Paris",
"locationCityPostcode": null,
"locationContinent": "Europe",
"locationContinentCode": "eu",
"locationCountry": "France",
"locationCountryCode": "fr",
"locationCounty": "Paris",
"locationLatitude": "48.8566969",
"locationLongitude": "2.3514616",
"locationState": "Ile-de-France",
"middleName": null,
"title": "CEO & Founder"
},
{
"company": {
"alexaRank": null,
"analyzedAt": null,
"businessType": null,
"city": {
"address": null,
"code": "helsinki|southern-finland|fi",
"county": "Uusimaa",
"latitude": "60.1674881",
"longitude": "24.9427473",
"name": "Helsinki",
"postcode": null,
"state": "Southern Finland"
},
"codeNaics": null,
"codeSic": null,
"country": {
"code": "fi",
"continent": "Europe",
"continentCode": "eu",
"latitude": "63.2467777",
"longitude": "25.9209164",
"nameEn": "Finland",
"nameEs": "Finlandia",
"nameFr": "Finlande"
},
"description": "Olemme digitalisaatioon ja tiedolla johtamiseen erikoistunut asiantuntijayritys. Meillä on erityisosaamista valtakunnallisten tietovarantojen, avoimen datan ja julkisten rajapintojen hyödyntämisestä digitaalisissa palveluissa ja tiedolla johtamisessa.",
"domain": "rapida.fi",
"domainName": "rapida",
"domainTld": "fi",
"id": 4840934,
"industries": [
"academic-analytics",
"analytics",
"api",
"business-intelligence",
"data-architecture",
"data-integration",
"edtech",
"information-technology",
"learning-analytics",
"open-data",
"services",
"visualization"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/rapida.fi.jpg",
"monthlyVisitors": "under-10k",
"name": "Rapida Oy",
"phoneNumber": null,
"revenue": null,
"socialNetworks": {
"facebook": "https://facebook.com/rapidafi",
"linkedin": "https://www.linkedin.com/company/rapidaoy"
},
"technologies": [
"g-suite",
"google-analytics",
"google-font-api",
"google-tag-manager",
"jquery",
"mysql",
"nginx",
"php",
"wordpress",
"yoast-seo"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"analytics",
"cloud-storage",
"cms",
"collaboration",
"database",
"email-service",
"font-library",
"javascript-library",
"productivity",
"programming-language",
"seo",
"tag-management",
"web-server",
"wordpress-plugin"
],
"totalEmployees": "1-10",
"yearFounded": 2017
},
"createdAt": "2022-02-23T11:00:39.000+00:00",
"email": "[email protected]",
"emailPattern": "[F].[L]",
"emailStatus": "verified",
"firstName": "Teemu",
"fullName": "Teemu Ajalin",
"gender": "male",
"id": 407402,
"lastName": "Ajalin",
"linkedinId": "ACwAACFwSeABsRCWg1vue-5_RcHxhXbns2HGND4",
"listId": 3838,
"locationCity": "Lohja",
"locationCityPostcode": null,
"locationContinent": "Europe",
"locationContinentCode": "eu",
"locationCountry": "Finland",
"locationCountryCode": "fi",
"locationCounty": "Uusimaa",
"locationLatitude": "60.2526036",
"locationLongitude": "24.0684575",
"locationState": "Southern Finland",
"middleName": null,
"title": "CEO And Co-Founder"
},
{
"company": {
"alexaRank": null,
"analyzedAt": "2020-10-01T15:19:17.000Z",
"businessType": null,
"city": null,
"codeNaics": null,
"codeSic": null,
"country": {
"code": "us",
"continent": "North America",
"continentCode": "na",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"description": "The NROC Project (NROC) is changing the way college and career readiness is approached and supported.\\\\NROC partners with educators to create courses and tools designed to recognize every student's unique learning needs and preferences. EdReady, HippoCampus, NROC Math, and NROC English can be adapted and scaled to meet programmatic goals in a variety of instructional settings.\\\\",
"domain": "nroc.org",
"domainName": "nroc",
"domainTld": "org",
"id": 851748,
"industries": [
"adult-basic-education",
"career-readiness",
"college",
"college-readiness",
"e-learning",
"edtech",
"educational-technology",
"english",
"higher-education",
"information-technology",
"math",
"personalized-learning",
"postsecondary",
"professional-development",
"professional-learning",
"secondary",
"services",
"teaching-materials"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/nroc.org.jpg",
"monthlyVisitors": "under-10k",
"name": "The NROC Project",
"phoneNumber": null,
"revenue": null,
"socialNetworks": {
"facebook": "https://facebook.com/thenrocproject",
"linkedin": "https://www.linkedin.com/company/thenrocproject",
"twitter": "https://twitter.com/thenrocproject"
},
"technologies": [
"g-suite",
"google-analytics",
"google-tag-manager",
"jquery",
"lua",
"nginx",
"openresty",
"twitter-widgets",
"varnish",
"webflow"
],
"technologyCategories": [
"Calendar & Scheduling",
"Video Conferencing",
"analytics",
"caching",
"cloud-storage",
"cms",
"collaboration",
"email-service",
"javascript-library",
"productivity",
"programming-language",
"social-widget",
"tag-management",
"web-server",
"website-builder"
],
"totalEmployees": "10-50",
"yearFounded": 2003
},
"createdAt": "2022-02-23T11:00:39.000+00:00",
"email": "[email protected]",
"emailPattern": "[F1][L]",
"emailStatus": "verified",
"firstName": "Gary",
"fullName": "Gary Lopez",
"gender": "male",
"id": 407408,
"lastName": "Lopez",
"linkedinId": "ACwAAAIsL2ABpkj9aVfRfHxB2-TJoaA6CUVkCVA",
"listId": 3838,
"locationCity": "Monterey",
"locationCityPostcode": null,
"locationContinent": "North America",
"locationContinentCode": "na",
"locationCountry": "United States",
"locationCountryCode": "us",
"locationCounty": "Monterey County",
"locationLatitude": "36.600256",
"locationLongitude": "-121.8946388",
"locationState": "California",
"middleName": null,
"title": "Founder And CEO"
},
{
"company": {
"alexaRank": 200384,
"analyzedAt": "2020-09-24T15:00:20.000Z",
"businessType": null,
"city": null,
"codeNaics": null,
"codeSic": null,
"country": {
"code": "gb",
"continent": "Europe",
"continentCode": "eu",
"latitude": "54.7023545",
"longitude": "-3.2765753",
"nameEn": "United Kingdom",
"nameEs": "Reino Unido",
"nameFr": "Royaume-Uni"
},
"description": null,
"domain": "tutorful.co.uk",
"domainName": "tutorful",
"domainTld": "co.uk",
"id": 51805,
"industries": [
"e-learning"
],
"logo": "https://poweredwith.nyc3.cdn.digitaloceanspaces.com/images/companies/tutorful.co.uk.jpg",
"monthlyVisitors": "100k-500k",
"name": "Tutorful",
"phoneNumber": null,
"revenue": null,
"socialNetworks": {
"angellist": "https://angel.co/tutora",
"facebook": "https://www.facebook.com/tutorfulgb",
"linkedin": "https://www.linkedin.com/company/tutorful",
"twitter": "https://twitter.com/tutorfulgb"
},
"technologies": [
"amazon-cloudfront",
"amazon-s3",
"babel",
"backbone-js",
"bugsnag",
"cloudflare",
"facebook-social-plugins",
"font-awesome",
"google-analytics",
"google-cloud",
"google-font-api",
"google-tag-manager",
"hammer-js",
"hotjar",
"jquery",
"laravel",
"lodash",
"marionette-js",
"modernizr",
"nginx",
"php",
"section-io",
"stripe",
"varnish",
"vue-js",
"webpack"
],
"technologyCategories": [
"analytics",
"application-performance",
"caching",
"cdn",
"cloud-paas",
"conversion-optimization",
"error-tracking",
"feedback-and-survey",
"font-library",
"heatmap",
"javascript-bundler",
"javascript-compiler",
"javascript-framework",
"javascript-library",
"payment-processor",
"php-framework",
"programming-language",
"session-recording",
"social-widget",
"tag-management",
"web-hosting",
"web-server"
],
"totalEmployees": "10-50",
"yearFounded": 2015
},
"createdAt": "2022-02-23T11:00:38.000+00:00",
"email": "[email protected]",
"emailPattern": "[F]",
"emailStatus": "verified",
"firstName": "Dave",
"fullName": "Dave Porter",
"gender": "male",
"id": 407401,
"lastName": "Porter",
"linkedinId": "ACwAAAAtJaoB6_BSpamXYM8YUdLFjjmAJTZQdSM",
"listId": 3838,
"locationCity": "Sheffield",
"locationCityPostcode": null,
"locationContinent": "Europe",
"locationContinentCode": "eu",
"locationCountry": "United Kingdom",
"locationCountryCode": "gb",
"locationCounty": null,
"locationLatitude": "53.3806626",
"locationLongitude": "-1.4702278",
"locationState": "England",
"middleName": null,
"title": "CTO"
}
],
"meta": {
"currentPage": 1,
"firstPage": 1,
"firstPageUrl": "/?page=1",
"lastPage": 99,
"lastPageUrl": "/?page=99",
"nextPageUrl": "/?page=2",
"perPage": 10,
"previousPageUrl": null,
"total": 983
}
}
Locations
The following endpoints will let you search and browse all available locations on ProspectWith: cities, counties, states, countries and continents.
You can use these endpoints to display a list of locations on your website to filter your results while fetching companies.
Search cities
Search our database of cities so you can use it with our other endpoints like our segmentation engine.
Query parameters
Response
Returns a paginated response including the cities that match with your search. When no
results can be found, the data
property will be an empty array.
Attributes
{
"data": [
{
"code": "mountain-view|california|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"county": {
"code": "santa-clara-county|us",
"latitude": "37.2333253",
"longitude": "-121.6846349",
"name": "Santa Clara County"
},
"latitude": "37.3893889",
"longitude": "-122.0832101",
"name": "Mountain View",
"postcode": null,
"state": {
"code": "california|us",
"latitude": "36.7014631",
"longitude": "-118.755997",
"name": "California"
}
},
{
"code": "san-bruno|california|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"county": {
"code": "san-mateo-county|us",
"latitude": "37.496904",
"longitude": "-122.3330573",
"name": "San Mateo County"
},
"latitude": "37.6261715",
"longitude": "-122.4332435",
"name": "San Bruno",
"postcode": null,
"state": {
"code": "california|us",
"latitude": "36.7014631",
"longitude": "-118.755997",
"name": "California"
}
},
{
"code": "hangzhou-city|zhejiang|cn",
"continent": {
"code": "as",
"latitude": "51.2086975",
"longitude": "89.2343748",
"nameEn": "Asia",
"nameEs": "Asia",
"nameFr": "Asie"
},
"country": {
"code": "cn",
"latitude": "35.000074",
"longitude": "104.999927",
"nameEn": "China",
"nameEs": "China",
"nameFr": "Chine"
},
"county": null,
"latitude": "30.2489634",
"longitude": "120.2052342",
"name": "Hangzhou City",
"postcode": null,
"state": {
"code": "zhejiang|cn",
"latitude": "29.0000001",
"longitude": "119.9999999",
"name": "Zhejiang"
}
},
{
"code": "menlo-park|california|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"county": {
"code": "san-mateo-county|us",
"latitude": "37.496904",
"longitude": "-122.3330573",
"name": "San Mateo County"
},
"latitude": "37.4519671",
"longitude": "-122.1779927",
"name": "Menlo Park",
"postcode": null,
"state": {
"code": "california|us",
"latitude": "36.7014631",
"longitude": "-118.755997",
"name": "California"
}
},
{
"code": "beijing|beijing|cn",
"continent": {
"code": "as",
"latitude": "51.2086975",
"longitude": "89.2343748",
"nameEn": "Asia",
"nameEs": "Asia",
"nameFr": "Asie"
},
"country": {
"code": "cn",
"latitude": "35.000074",
"longitude": "104.999927",
"nameEn": "China",
"nameEs": "China",
"nameFr": "Chine"
},
"county": null,
"latitude": "39.906217",
"longitude": "116.3912757",
"name": "Beijing",
"postcode": "100010",
"state": {
"code": "beijing|cn",
"latitude": "39.906217",
"longitude": "116.3912757",
"name": "Beijing"
}
},
{
"code": "sunnyvale|california|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"county": {
"code": "santa-clara-county|us",
"latitude": "37.2333253",
"longitude": "-121.6846349",
"name": "Santa Clara County"
},
"latitude": "37.3688301",
"longitude": "-122.036349",
"name": "Sunnyvale",
"postcode": null,
"state": {
"code": "california|us",
"latitude": "36.7014631",
"longitude": "-118.755997",
"name": "California"
}
},
{
"code": "sedgemoor|england|gb",
"continent": {
"code": "eu",
"latitude": "51",
"longitude": "10",
"nameEn": "Europe",
"nameEs": "Europa",
"nameFr": "Europe"
},
"country": {
"code": "gb",
"latitude": "54.7023545",
"longitude": "-3.2765753",
"nameEn": "United Kingdom",
"nameEs": "Reino Unido",
"nameFr": "Royaume-Uni"
},
"county": {
"code": "somerset|gb",
"latitude": "51.161750850000004",
"longitude": "-3.0753867062227487",
"name": "Somerset"
},
"latitude": "51.0809122",
"longitude": "-2.8806444",
"name": "Sedgemoor",
"postcode": null,
"state": {
"code": "england|gb",
"latitude": "52.5310214",
"longitude": "-1.2649062",
"name": "England"
}
},
{
"code": "seattle|washington|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"county": {
"code": "king-county|us",
"latitude": "33.588178",
"longitude": "-100.2178972",
"name": "King County"
},
"latitude": "47.6038321",
"longitude": "-122.3300624",
"name": "Seattle",
"postcode": null,
"state": {
"code": "washington|us",
"latitude": "38.8950368",
"longitude": "-77.0365427",
"name": "Washington"
}
},
{
"code": "chaoyang-city|liaoning|cn",
"continent": {
"code": "as",
"latitude": "51.2086975",
"longitude": "89.2343748",
"nameEn": "Asia",
"nameEs": "Asia",
"nameFr": "Asie"
},
"country": {
"code": "cn",
"latitude": "35.000074",
"longitude": "104.999927",
"nameEn": "China",
"nameEs": "China",
"nameFr": "Chine"
},
"county": null,
"latitude": "41.5754767",
"longitude": "120.4390738",
"name": "Chaoyang City",
"postcode": null,
"state": {
"code": "liaoning|cn",
"latitude": "40.9324168",
"longitude": "122.24074788191257",
"name": "Liaoning"
}
},
{
"code": "los-gatos|california|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"county": {
"code": "santa-clara-county|us",
"latitude": "37.2333253",
"longitude": "-121.6846349",
"name": "Santa Clara County"
},
"latitude": "37.226611",
"longitude": "-121.9746797",
"name": "Los Gatos",
"postcode": null,
"state": {
"code": "california|us",
"latitude": "36.7014631",
"longitude": "-118.755997",
"name": "California"
}
}
],
"meta": {
"currentPage": 1,
"firstPage": 1,
"firstPageUrl": null,
"lastPage": 1000,
"lastPageUrl": null,
"nextPageUrl": null,
"perPage": 10,
"previousPageUrl": null,
"total": 10000
}
}
Search counties
Search our database of counties so you can use it with our other endpoints like our segmentation engine.
Query parameters
Response
Returns a paginated response including the counties that match with your search. When no
results can be found, the data
property will be an empty array.
Attributes
{
"data": [
{
"code": "santa-clara-county|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"latitude": "37.2333253",
"longitude": "-121.6846349",
"name": "Santa Clara County",
"state": {
"code": "california|us",
"latitude": "36.7014631",
"longitude": "-118.755997",
"name": "California"
}
},
{
"code": "san-mateo-county|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"latitude": "37.496904",
"longitude": "-122.3330573",
"name": "San Mateo County",
"state": {
"code": "california|us",
"latitude": "36.7014631",
"longitude": "-118.755997",
"name": "California"
}
},
{
"code": "somerset|gb",
"continent": {
"code": "eu",
"latitude": "51",
"longitude": "10",
"nameEn": "Europe",
"nameEs": "Europa",
"nameFr": "Europe"
},
"country": {
"code": "gb",
"latitude": "54.7023545",
"longitude": "-3.2765753",
"nameEn": "United Kingdom",
"nameEs": "Reino Unido",
"nameFr": "Royaume-Uni"
},
"latitude": "51.161750850000004",
"longitude": "-3.0753867062227487",
"name": "Somerset",
"state": {
"code": "england|gb",
"latitude": "52.5310214",
"longitude": "-1.2649062",
"name": "England"
}
},
{
"code": "king-county|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"latitude": "33.588178",
"longitude": "-100.2178972",
"name": "King County",
"state": {
"code": "washington|us",
"latitude": "38.8950368",
"longitude": "-77.0365427",
"name": "Washington"
}
},
{
"code": "san-francisco|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"latitude": "37.7790262",
"longitude": "-122.419906",
"name": "San Francisco",
"state": {
"code": "california|us",
"latitude": "36.7014631",
"longitude": "-118.755997",
"name": "California"
}
},
{
"code": "bangalore-north|in",
"continent": {
"code": "as",
"latitude": "51.2086975",
"longitude": "89.2343748",
"nameEn": "Asia",
"nameEs": "Asia",
"nameFr": "Asie"
},
"country": {
"code": "in",
"latitude": "22.3511148",
"longitude": "78.6677428",
"nameEn": "India",
"nameEs": "India",
"nameFr": "Inde"
},
"latitude": "13.07284355",
"longitude": "77.53217172328687",
"name": "Bangalore North",
"state": {
"code": "karnataka|in",
"latitude": "14.5203896",
"longitude": "75.7223521",
"name": "Karnataka"
}
},
{
"code": "gwangju-si|kr",
"continent": {
"code": "as",
"latitude": "51.2086975",
"longitude": "89.2343748",
"nameEn": "Asia",
"nameEs": "Asia",
"nameFr": "Asie"
},
"country": {
"code": "kr",
"latitude": "36.638392",
"longitude": "127.6961188",
"nameEn": "South Korea",
"nameEs": "Corea del Sur",
"nameFr": "Corée du Sud"
},
"latitude": "37.4002885",
"longitude": "127.29188396709918",
"name": "Gwangju-si",
"state": null
},
{
"code": "kent|gb",
"continent": {
"code": "eu",
"latitude": "51",
"longitude": "10",
"nameEn": "Europe",
"nameEs": "Europa",
"nameFr": "Europe"
},
"country": {
"code": "gb",
"latitude": "54.7023545",
"longitude": "-3.2765753",
"nameEn": "United Kingdom",
"nameEs": "Reino Unido",
"nameFr": "Royaume-Uni"
},
"latitude": "51.20707485",
"longitude": "0.7210361813401444",
"name": "Kent",
"state": {
"code": "england|gb",
"latitude": "52.5310214",
"longitude": "-1.2649062",
"name": "England"
}
},
{
"code": "pima-county|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"latitude": "32.1112624",
"longitude": "-111.6546163",
"name": "Pima County",
"state": {
"code": "arizona|us",
"latitude": "34.395342",
"longitude": "-111.763275",
"name": "Arizona"
}
},
{
"code": "orange-county|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"latitude": "33.7500378",
"longitude": "-117.8704931",
"name": "Orange County",
"state": {
"code": "california|us",
"latitude": "36.7014631",
"longitude": "-118.755997",
"name": "California"
}
}
],
"meta": {
"currentPage": 1,
"firstPage": 1,
"firstPageUrl": null,
"lastPage": 855,
"lastPageUrl": null,
"nextPageUrl": null,
"perPage": 10,
"previousPageUrl": null,
"total": 8545
}
}
Search states
Search our database of states so you can use it with our other endpoints like our segmentation engine.
Query parameters
Response
Returns a paginated response including the states that match with your search. When no
results can be found, the data
property will be an empty array.
Attributes
{
"data": [
{
"code": "california|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"latitude": "36.7014631",
"longitude": "-118.755997",
"name": "California"
},
{
"code": "zhejiang|cn",
"continent": {
"code": "as",
"latitude": "51.2086975",
"longitude": "89.2343748",
"nameEn": "Asia",
"nameEs": "Asia",
"nameFr": "Asie"
},
"country": {
"code": "cn",
"latitude": "35.000074",
"longitude": "104.999927",
"nameEn": "China",
"nameEs": "China",
"nameFr": "Chine"
},
"latitude": "29.0000001",
"longitude": "119.9999999",
"name": "Zhejiang"
},
{
"code": "beijing|cn",
"continent": {
"code": "as",
"latitude": "51.2086975",
"longitude": "89.2343748",
"nameEn": "Asia",
"nameEs": "Asia",
"nameFr": "Asie"
},
"country": {
"code": "cn",
"latitude": "35.000074",
"longitude": "104.999927",
"nameEn": "China",
"nameEs": "China",
"nameFr": "Chine"
},
"latitude": "39.906217",
"longitude": "116.3912757",
"name": "Beijing"
},
{
"code": "england|gb",
"continent": {
"code": "eu",
"latitude": "51",
"longitude": "10",
"nameEn": "Europe",
"nameEs": "Europa",
"nameFr": "Europe"
},
"country": {
"code": "gb",
"latitude": "54.7023545",
"longitude": "-3.2765753",
"nameEn": "United Kingdom",
"nameEs": "Reino Unido",
"nameFr": "Royaume-Uni"
},
"latitude": "52.5310214",
"longitude": "-1.2649062",
"name": "England"
},
{
"code": "washington|us",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "us",
"latitude": "39.7837304",
"longitude": "-100.4458825",
"nameEn": "United States",
"nameEs": "Estados Unidos",
"nameFr": "États-Unis"
},
"latitude": "38.8950368",
"longitude": "-77.0365427",
"name": "Washington"
},
{
"code": "liaoning|cn",
"continent": {
"code": "as",
"latitude": "51.2086975",
"longitude": "89.2343748",
"nameEn": "Asia",
"nameEs": "Asia",
"nameFr": "Asie"
},
"country": {
"code": "cn",
"latitude": "35.000074",
"longitude": "104.999927",
"nameEn": "China",
"nameEs": "China",
"nameFr": "Chine"
},
"latitude": "40.9324168",
"longitude": "122.24074788191257",
"name": "Liaoning"
},
{
"code": "jiangsu|cn",
"continent": {
"code": "as",
"latitude": "51.2086975",
"longitude": "89.2343748",
"nameEn": "Asia",
"nameEs": "Asia",
"nameFr": "Asie"
},
"country": {
"code": "cn",
"latitude": "35.000074",
"longitude": "104.999927",
"nameEn": "China",
"nameEs": "China",
"nameFr": "Chine"
},
"latitude": "33.0000001",
"longitude": "119.9999999",
"name": "Jiangsu"
},
{
"code": "nuevo-leon|mx",
"continent": {
"code": "na",
"latitude": "51.0000002",
"longitude": "-109",
"nameEn": "North America",
"nameEs": "América del Norte",
"nameFr": "Amérique du Nord"
},
"country": {
"code": "mx",
"latitude": "19.4326296",
"longitude": "-99.1331785",
"nameEn": "Mexico",
"nameEs": "México",
"nameFr": "Mexique"
},
"latitude": "26.2384363",
"longitude": "-99.8873",
"name": "Nuevo León"
},
{
"code": "saint-petersburg|ru",
"continent": {
"code": "eu",
"latitude": "51",
"longitude": "10",
"nameEn": "Europe",
"nameEs": "Europa",
"nameFr": "Europe"
},
"country": {
"code": "ru",
"latitude": "64.6863136",
"longitude": "97.7453061",
"nameEn": "Russia",
"nameEs": "Rusia",
"nameFr": "Russie"
},
"latitude": "59.938732",
"longitude": "30.316229",
"name": "Saint Petersburg"
},
{
"code": "hong-kong|cn",
"continent": {
"code": "as",
"latitude": "51.2086975",
"longitude": "89.2343748",
"nameEn": "Asia",
"nameEs": "Asia",
"nameFr": "Asie"
},
"country": {
"code": "cn",
"latitude": "35.000074",
"longitude":