Clutch reviews API documentation

We provide a simple to setup REST API that returns reviews in JSON format. Before integrating the API you should be aware of the following:

  • The Clutch API returns 10 reviews per request.
  • The order in which reviews are returned is by descending date(from newest to oldest).
  • You can get all reviews from a single place by using the offset parameter.

To get reviews from Wextractor you will need to perform GET requests against the https://wextractor.com/api/v1/reviews/clutch endpoint.

Reviews endpoint parameters:

Parameter Required Description Example
auth_token Required Your API token for authentication. Once you register to Wextractor you can extract this key from your account's setting page. -
id Required A textual identifier that uniquely identifies a profile in Clutch. This identifier can be taken from the url of the profile in Clutch. For example, if the url for the profile in Clutch is https://clutch.co/profile/eliftech the identifier is eliftech eliftech
offset Optional This parameter defines the result offset. It skips the given number of reviews. It's used for pagination. (e.g., 0 (default) is the first page of results, 10 is the 2nd page of results, 20 is the 3rd page of results, etc.). 10

Example usage:

https://wextractor.com/api/v1/reviews/clutch?id=eliftech&auth_token=XXXX&offset=0

Example response:

        {
            "totals": {
                "average_rating": "4.8",
                "review_count": 29
            },
            "reviews": [
                {
                    "id": "1914934",
                    "datetime": "2022-02-10 00:00:00",
                    "title": "They have been delivering on a reliable basis and the members have integrated well into our team.",
                    "feedback_summary": "The ElifTech team delivers results in a timely and commendable manner, and the members adapt well to the company. They provide skilled candidates for the internal development team. The members possess the right skills for the project and their level of expertise is especially impressive.",
                    "full_review": {
                        "questions": [
                            {
                                "question": "Please describe your company and your position there.",
                                "answer": "I’m CTO & Co-Founder at Passbase. We make user verification simple, giving developers the tools they need to verify new users faster, cheaper and with bank-level confidence. Our mission is to create a more privacy-centric future that gives people control over their data."
                            },
                            {
                                "question": "For what projects/services did your company hire ElifTech, and what were your goals?",
                                "answer": "We turned to ElifTech because we wanted to scale our internal tech resources faster."
                            },
                            {
                                "question": "How did you select this vendor and what were the deciding factors?",
                                "answer": "We looked for experienced companies that had the right skilled workers for this project."
                            },
                            {
                                "question": "Describe the scope of work in detail, including the project steps, key deliverables, and technologies used.",
                                "answer": "ElifTech helped with the interviewing process and provided skilled candidates for our internal development team."
                            },
                            {
                                "question": "How many people from the vendor's team worked with you, and what were their positions?",
                                "answer": "1-2"
                            },
                            {
                                "question": "Can you share any measurable outcomes of the project or general feedback about the deliverables?",
                                "answer": "It's been great so far working with them. They have been delivering on a reliable basis and the members have integrated well into our team."
                            },
                            {
                                "question": "Describe their project management style, including communication tools and timeliness.",
                                "answer": "We have an manager that helps us manage the resources."
                            },
                            {
                                "question": "What did you find most impressive or unique about this company?",
                                "answer": "The level of expertise of the senior engineers."
                            },
                            {
                                "question": "Are there any areas for improvement or something they could have done differently?",
                                "answer": "Not really"
                            }
                        ]
                    },
                    "rating": "5.0",
                    "rating_quality": "5.0",
                    "rating_schedule": "5.0",
                    "rating_cost": "4.0",
                    "rating_willing_to_refer": "5.0",
                    "reviewer": {
                        "name": "CTO, Passbase",
                        "industry": "IT Services",
                        "company_size": "11-50 Employees",
                        "location": "Berlin, Germany",
                        "review_type": "Online Review"
                    },
                    "project": {
                        "title": "Staff Augmentation for Product Security Company",
                        "service_lines": "Staff Augmentation",
                        "budget": "$50,000 to $199,999",
                        "timeline": "Oct. 2021 - Ongoing",
                        "summary": "A product security company teamed up with ElifTech in scaling the company's internal tech resources faster. The end goal was to develop a tool that gives users control over their data."
                    }
                },
                {
                    "id": "1910167",
                    "datetime": "2022-01-31 00:00:00",
                    "title": "Their professionalism was outstanding.",
                    "feedback_summary": "ElifTech's performance on the project was excellent. During the engagement, they were communicative and responsive. The team showed professionalism in their partnership with the client.",
                    "full_review": {
                        "questions": [
                            {
                                "question": "Please describe your company and your position there.",
                                "answer": "I'm the owner and former CEO"
                            },
                            {
                                "question": "For what projects/services did your company hire ElifTech, and what were your goals?",
                                "answer": "Creating a web version of our app service"
                            },
                            {
                                "question": "How did you select this vendor and what were the deciding factors?",
                                "answer": "Professionalism and time delivery"
                            },
                            {
                                "question": "Describe the scope of work in detail, including the project steps, key deliverables, and technologies used.",
                                "answer": "We use angular as a core technology."
                            },
                            {
                                "question": "How many people from the vendor's team worked with you, and what were their positions?",
                                "answer": "2 people, the designer and the backend"
                            },
                            {
                                "question": "Can you share any measurable outcomes of the project or general feedback about the deliverables?",
                                "answer": "They are good. Even though there's still work to do on it"
                            },
                            {
                                "question": "Describe their project management style, including communication tools and timeliness.",
                                "answer": "Very communicative."
                            },
                            {
                                "question": "What did you find most impressive or unique about this company?",
                                "answer": "Their professionalism was outstanding."
                            },
                            {
                                "question": "Are there any areas for improvement or something they could have done differently?",
                                "answer": "Is all ok"
                            }
                        ]
                    },
                    "rating": "4.5",
                    "rating_quality": "4.0",
                    "rating_schedule": "4.5",
                    "rating_cost": "4.5",
                    "rating_willing_to_refer": "4.5",
                    "reviewer": {
                        "name": "Owner, Company",
                        "industry": "Arts, Entertainment & Music",
                        "company_size": "1-10 Employees",
                        "location": "Valencia, Spain",
                        "review_type": "Online Review"
                    },
                    "project": {
                        "title": "Web Dev for Company",
                        "service_lines": "Web Development",
                        "budget": "Less than $10,000",
                        "timeline": "Sep. 2021 - Jan. 2022",
                        "summary": "A company collaborated with ElifTech for web development services. The goal was to create a web version of the client's app."
                    }
                },
                {
                    "id": "1793433",
                    "datetime": "2021-06-24 00:00:00",
                    "title": "We have review calls often and have worked closely together - this is what made the project so effective.",
                    "feedback_summary": "ElifTech has finished the project, and the client is happy with their work. They had often held review calls, working together to make an effective platform. Moreover, they had quickly understood the client's problems and solved them to create a solution that was useful for their target audience.",
                    "full_review": {
                        "questions": [
                            {
                                "question": "Please describe your company and your position there.",
                                "answer": "On Max Academy can STEM students find training exercises with detailed solutions to learn perfectly for their difficult exams. Max Academy is going to be a coach and partner of students for their studies and their job entry. STEM students find free learning materials to get better results and can get job orientation and even perfect fitting job offers from our company partners."
                            },
                            {
                                "question": "For what projects/services did your company hire ElifTech?",
                                "answer": "We needed a redesign of our landing page and a new webdesign for some new features and websites."
                            },
                            {
                                "question": "How did you select this vendor?",
                                "answer": "We got contacted from eliftech and we liked the offer and pricing. After a small research of other option we decided to try the collaboration with eliftech."
                            },
                            {
                                "question": "Describe the project in detail and walk through the stages of the project.",
                                "answer": "We already had planned the content and UX of the sites before the project startet. We discussed our ideas and everything what we need together witch a small team from eliftech and just started into execution. During the process the communication was very frequent to keep the designer aligned with our ideas and had every few days a review call."
                            },
                            {
                                "question": "How many resources from the vendor's team worked with you, and what were their positions?",
                                "answer": "We worked mostly with one UX/UI designer and a project manager."
                            },
                            {
                                "question": "Can you share any outcomes from the project that demonstrate progress or success?",
                                "answer": "The result is pretty much what we had in mind before. Therefor we are really happy with their work!"
                            },
                            {
                                "question": "How effective was the workflow between your team and theirs?",
                                "answer": "We have review calls often and have worked closely together - this is what made the project so effective."
                            },
                            {
                                "question": "What did you find most impressive or unique about this company?",
                                "answer": "They understood quickly the main challenges we have to solve on our websites and helped us to create a useful solution for our user."
                            },
                            {
                                "question": "Are there any areas for improvement or something they could have done differently?",
                                "answer": "There is not much to improve."
                            }
                        ]
                    },
                    "rating": "5.0",
                    "rating_quality": "4.0",
                    "rating_schedule": "5.0",
                    "rating_cost": "5.0",
                    "rating_willing_to_refer": "5.0",
                    "reviewer": {
                        "name": "Co-Founder, Max Academy",
                        "industry": "Education",
                        "company_size": "1-10 Employees",
                        "location": "Cologne",
                        "review_type": "Online Review"
                    },
                    "project": {
                        "title": "UI/UX Design for STEM Training Platform",
                        "service_lines": "UI/UX Design",
                        "budget": "Less than $10,000",
                        "timeline": "May - June 2021",
                        "summary": "ElifTech is redesigning a landing page for a STEM training platform. They have also been adding new features and websites for the client."
                    }
                },
                {
                    "id": "1783847",
                    "datetime": "2021-06-02 00:00:00",
                    "title": "The designs were very well-liked by the people.",
                    "feedback_summary": "With ElifTech skills, the designs were well-delivered and were very liked by the people. The team provided smooth communication and workflow for efficient project management. What stood out the most was their consistency in design quality that ensured a successful collaboration.",
                    "full_review": {
                        "questions": [
                            {
                                "question": "Please describe your company and your position there.",
                                "answer": "I am the Founder of Quickit, based in Denmark"
                            },
                            {
                                "question": "For what projects/services did your company hire ElifTech?",
                                "answer": "For prototype development of the user app"
                            },
                            {
                                "question": "How did you select this vendor?",
                                "answer": "One of my mentors vouched for Eliftech"
                            },
                            {
                                "question": "Describe the project in detail and walk through the stages of the project.",
                                "answer": "Quickit is an application and service to restaurants, that makes it possible for their guests to order and pay the bill through their own smartphone. The concept minimizes waiting time for the guests and it is very cost-efficient for the restaurants. It is also a direct marketing channel from restaurant to consumer, where they can send out messages and daily/weekly/monthly offers directly to their target groups."
                            },
                            {
                                "question": "How many resources from the vendor's team worked with you, and what were their positions?",
                                "answer": "two a designer and Iryna"
                            },
                            {
                                "question": "Can you share any outcomes from the project that demonstrate progress or success?",
                                "answer": "The designs were very well-liked by the people i've showed it to."
                            },
                            {
                                "question": "How effective was the workflow between your team and theirs?",
                                "answer": "It was good"
                            },
                            {
                                "question": "What did you find most impressive or unique about this company?",
                                "answer": "how consistent Iryna is"
                            },
                            {
                                "question": "Are there any areas for improvement or something they could have done differently?",
                                "answer": "No, i think it was a very smooth process"
                            }
                        ]
                    },
                    "rating": "5.0",
                    "rating_quality": "5.0",
                    "rating_schedule": "3.5",
                    "rating_cost": "5.0",
                    "rating_willing_to_refer": "5.0",
                    "reviewer": {
                        "name": "CEO, Restaurant Application",
                        "industry": "Food & Beverages",
                        "company_size": "1-10 Employees",
                        "location": "Copenhagen, Denmark",
                        "review_type": "Online Review"
                    },
                    "project": {
                        "title": "UI/UX Design for Restaurant Application",
                        "service_lines": "UI/UX Design",
                        "budget": "Less than $10,000",
                        "timeline": "Mar. - Apr. 2021",
                        "summary": "ElifTech provided UI and UX designs for a restaurant application. They were responsible for the overall designs of the user app’s prototype development."
                    }
                },
                {
                    "id": "1783778",
                    "datetime": "2021-06-02 00:00:00",
                    "title": "They really care about the happiness of the customer.",
                    "feedback_summary": "ElifTech detected multiple bugs in the system and identified the exact steps to reproduce such issues. They were very effective in providing direct communication through channels such as Slack, and always responded within minutes.",
                    "full_review": {
                        "questions": [
                            {
                                "question": "Please describe your company and your position there.",
                                "answer": "We are a small startup that develops a mobile app in which you can meet like-minded people nearby. I'm the CEO of the company."
                            },
                            {
                                "question": "For what projects/services did your company hire ElifTech?",
                                "answer": "They helped us doing the quality assurance for our mobile app. They were doing a full test trying to identify all bugs that were still in the app..."
                            },
                            {
                                "question": "How did you select this vendor and what were the deciding factors?",
                                "answer": "Price, flexibility, experience"
                            },
                            {
                                "question": "Describe the project in detail and walk through the stages of the project.",
                                "answer": "They were responsible for manually testing the app on Android & IOS on multiple devices:"
                            },
                            {
                                "question": "How many resources from the vendor's team worked with you, and what were their positions?",
                                "answer": "1. Write testcases"
                            },
                            {
                                "question": "Can you share any outcomes from the project that demonstrate progress or success?",
                                "answer": "They found multiple bugs in our system and identified the exact steps to reproduce them"
                            },
                            {
                                "question": "How effective was the workflow between your team and theirs?",
                                "answer": "Very effective they were directly communicating in our communication channel (Slack) with us and always responded within a few minutes"
                            },
                            {
                                "question": "What did you find most impressive or unique about this company?",
                                "answer": "They really care about the happiness of the customer."
                            },
                            {
                                "question": "Are there any areas for improvement or something they could have done differently?",
                                "answer": "no"
                            }
                        ]
                    },
                    "rating": "5.0",
                    "rating_quality": "5.0",
                    "rating_schedule": "5.0",
                    "rating_cost": "4.0",
                    "rating_willing_to_refer": "5.0",
                    "reviewer": {
                        "name": "CEO & Founder, Socotree GmbH",
                        "industry": "Social Networking",
                        "company_size": "1-10 Employees",
                        "location": "Berlin, Germany",
                        "review_type": "Online Review"
                    },
                    "project": {
                        "title": "Mobile App Quality Assurance for Mobile App Developer",
                        "service_lines": "Application Testing",
                        "budget": "Less than $10,000",
                        "timeline": "Mar. - Apr. 2021",
                        "summary": "Eliftech conducted manual application testing for Android and iOS mobile apps on multiple devices. The project involves writing test cases, testing on multiple devices, and creating tickets on Jira."
                    }
                },
                {
                    "id": "1758720",
                    "datetime": "2021-04-21 00:00:00",
                    "title": "They’re eager to help you by adapting to your needs.",
                    "feedback_summary": "Based on customer feedback and page load times, ElifTech has performed well over the course of the engagement. The client has given them a large workload, but they have done well in managing everything and making sure their digital services run smoothly. Their team is responsible and communicative.",
                    "full_review": {
                        "questions": [
                            {
                                "question": "Introduce your business and what you do there.",
                                "answer": "I’m the COO of a radio airplay tracking firm. We operate as a subscription service for musical artists and their representatives to track when songs are played on radio stations throughout the world."
                            },
                            {
                                "question": "What challenge were you trying to address with ElifTech?",
                                "answer": "When we started, we didn’t have a development team. We brought them in to help with developing our solution."
                            },
                            {
                                "question": "What was the scope of their involvement?",
                                "answer": "They handle front- and backend development for our client platform and dashboard. The platform is a web-based application that allows our clients to specify what songs they’d like tracked. It also lets us share data on these songs as we track them. They’ve also implemented a rewards system for referrals to the platform. We can also create reports based on information on the platform."
                            },
                            {
                                "question": "What is the team composition?",
                                "answer": "They’ve provided us with two developers."
                            },
                            {
                                "question": "How did you come to work with ElifTech?",
                                "answer": "The CEO of the company chose to work with them, but I can’t specifically say why he made that choice."
                            },
                            {
                                "question": "How much have you invested with them?",
                                "answer": "We’ve spent €1,500 (approximately $1,800 USD) with them each month since the start of the engagement."
                            },
                            {
                                "question": "What is the status of this engagement?",
                                "answer": "We’ve been working together since January 2017."
                            },
                            {
                                "question": "What evidence can you share that demonstrates the impact of the engagement?",
                                "answer": "We’ve measured customer complaints and page load times to gauge success on this project, and what they’ve delivered has been amazing. They’re so good at what they do despite the large workload we charge them with. They’ve made sure all our digital services run smoothly."
                            },
                            {
                                "question": "How did ElifTech perform from a project management standpoint?",
                                "answer": "They’re responsible and communicative. We communicate via Slack and use Monday for project management purposes."
                            },
                            {
                                "question": "What did you find most impressive about them?",
                                "answer": "They’re eager to help you by adapting to your needs. Because we don’t have a project manager on our side, they’ve been proactive in making sure they’re hitting all our requirements."
                            },
                            {
                                "question": "Are there any areas they could improve?",
                                "answer": "I don’t have anything. They do a good job providing the service we’ve contracted them to provide."
                            },
                            {
                                "question": "Do you have any advice for potential customers?",
                                "answer": "Work with them."
                            }
                        ]
                    },
                    "rating": "5.0",
                    "rating_quality": "4.0",
                    "rating_schedule": "4.0",
                    "rating_cost": "4.0",
                    "rating_willing_to_refer": "5.0",
                    "reviewer": {
                        "name": "COO, WARM",
                        "industry": "Arts, Entertainment & Music",
                        "company_size": "1-10 Employees",
                        "location": "Copenhagen, Denmark",
                        "review_type": "Phone Interview"
                    },
                    "project": {
                        "title": "Web Dev. for Radio Data Analytics Company",
                        "service_lines": "Web Development",
                        "budget": "$50,000 to $199,999",
                        "timeline": "Jan. 2017 - Ongoing",
                        "summary": "ElifTech serves as the web development partner to a radio airplay tracking firm. They handle front- and backend development for the client’s customer-facing platform and dashboard."
                    }
                },
                {
                    "id": "1731225",
                    "datetime": "2021-03-31 00:00:00",
                    "title": "They deliver on time and according to specification. It’s good-quality work.",
                    "feedback_summary": "ElifTech's API-focused work is delivered on-time and fits all required specifications. Personable and professional, their resources balance creating a comfortable atmosphere with strong adherence to deadlines. Their deep talent bench ensures customers are pleased with the provided resources.",
                    "full_review": {
                        "questions": [
                            {
                                "question": "Introduce your business and what you do there.",
                                "answer": "I’m the chief product officer of Media Tool World W AB. We provide a web-based SaaS product to brands and agencies where they can keep track of their marketing spend and the results and plan their marketing activities."
                            },
                            {
                                "question": "What challenge were you trying to address with ElifTech?",
                                "answer": "We needed to scale up our development team quite fast to meet some customer requirements."
                            },
                            {
                                "question": "What was the scope of their involvement?",
                                "answer": "We’ve mainly used them for developing new integrations into our SaaS product. Typically, they’re connecting third-party marketing and analytics services like LinkedIn marketing, Pinterest marketing, and Twitter marketing. APIs are used to make all these connections."
                            },
                            {
                                "question": "What is the team composition?",
                                "answer": "We may expand the scope moving forward, as we’re happy with what they’ve delivered."
                            },
                            {
                                "question": "How did you come to work with ElifTech?",
                                "answer": "We started with one developer from ElifTech and added on more in January."
                            },
                            {
                                "question": "How much have you invested with them?",
                                "answer": "A friend recommended them to us. They’d previously worked with ElifTech."
                            },
                            {
                                "question": "What is the status of this engagement?",
                                "answer": "We’ve spent around €30,000 (approximately $35,000 USD) so far."
                            },
                            {
                                "question": "What evidence can you share that demonstrates the impact of the engagement?",
                                "answer": "They deliver on time and according to specifications. It’s good-quality work. One of our developers was the project lead — we have one dedicated person we do standups with every day. The engagement is good."
                            },
                            {
                                "question": "How did ElifTech perform from a project management standpoint?",
                                "answer": "They’re involved in our weekly meetings to make them feel like part of the company. We use Slack and Clickup, as well as Google Meet."
                            },
                            {
                                "question": "What did you find most impressive about them?",
                                "answer": "They deliver very well and keep on delivering. The project lead from their side is very helpful. If I have any more needs, I feel very comfortable contacting them. They’ll set me up with great developers."
                            },
                            {
                                "question": "Are there any areas they could improve?",
                                "answer": "No, not right now. Everything has happened as expected, and we’re moving forward."
                            },
                            {
                                "question": "Do you have any advice for potential customers?",
                                "answer": "Be clear on what type of developer you need and what prior knowledge they should have. ElifTech is able to find anyone you need."
                            }
                        ]
                    },
                    "rating": "5.0",
                    "rating_quality": "5.0",
                    "rating_schedule": "5.0",
                    "rating_cost": "5.0",
                    "rating_willing_to_refer": "5.0",
                    "reviewer": {
                        "name": "Co-Founder & CPO, Media Tool World W AB",
                        "industry": "Information technology",
                        "company_size": "11-50 Employees",
                        "location": "Stockholm, Sweden",
                        "review_type": "Phone Interview"
                    },
                    "project": {
                        "title": "Custom Software Dev for Marketing Platform",
                        "service_lines": "Custom Software Development",
                        "budget": "$10,000 to $49,999",
                        "timeline": "Nov. 2020 - Ongoing",
                        "summary": "ElifTech provides ongoing web development, creating marketing integrations into a SaaS product with platforms like LinkedIn, Twitter, and Pinterest. They are also in negotiations to provide expanded services."
                    }
                },
                {
                    "id": "1725537",
                    "datetime": "2021-03-25 00:00:00",
                    "title": "We’re most impressed with the quality of their follow-ups.",
                    "feedback_summary": "By continuously producing high-quality deliverables, ElifTech fosters a lasting partnership. The team leverages project management tools to efficiently execute projects. They quickly respond to challenges with solutions. Their superior professionalism augments the engagement’s success.",
                    "full_review": {
                        "questions": [
                            {
                                "question": "Introduce your business and what you do there.",
                                "answer": "I’m the director of investments at Feelcapital. We’re a regulated financial advisor that provides a robotic advisor."
                            },
                            {
                                "question": "What challenge were you trying to address with ElifTech?",
                                "answer": "We turned to ElifTech because we had problems with our internal tech resources."
                            },
                            {
                                "question": "What was the scope of their involvement?",
                                "answer": "We started with a side project to our main business case. ElifTech initially developed an API for us. As it was a successful project, we then asked them to refactor our website, which was built using the MEAN stack. Our blog is on WordPress. For some components, ElifTech exchanged Angular.js for Ruby on Rails. All our instances are located on AWS."
                            },
                            {
                                "question": "What is the team composition?",
                                "answer": "For different projects, ElifTech creates different development teams. We’re currently working with a developer, a project manager, and a backup developer. We also communicate with their CEO."
                            },
                            {
                                "question": "How did you come to work with ElifTech?",
                                "answer": "When searching for an external developer in 2018, ElifTech contacted us. We asked them for a price, and they provided the most cost-competitive option. Their scope of work was also professional."
                            },
                            {
                                "question": "How much have you invested with them?",
                                "answer": "W spend on average $2,000 per month on their services. We also worked on separate projects with them that had additional costs."
                            },
                            {
                                "question": "What is the status of this engagement?",
                                "answer": "We started working with ElifTech in February 2018, and they started refactoring the website in November 2018. Since March 2019, their team has been our main tech provider."
                            },
                            {
                                "question": "What evidence can you share that demonstrates the impact of the engagement?",
                                "answer": "As all of their development is on-demand, we don’t have metrics. We continue working with them because we’re happy with them. Before working with them, we worked with three other tech companies. ElifTech is by far the most professional partner we’ve had."
                            },
                            {
                                "question": "How did ElifTech perform from a project management standpoint?",
                                "answer": "We started with Jira but moved to Trello to track progress. ElifTech uses tools that make them more efficient. We have weekly calls via Microsoft Teams to review their work and address questions but also communicate through Slack."
                            },
                            {
                                "question": "What did you find most impressive about them?",
                                "answer": "We’re most impressed with the quality of their follow-ups. If there’s an issue with a product or task, ElifTech quickly fixes or redirects them. We’re very pleased with their work."
                            },
                            {
                                "question": "Are there any areas they could improve?",
                                "answer": "No, we’re quite happy with ElifTech."
                            },
                            {
                                "question": "Do you have any advice for future clients of theirs?",
                                "answer": "Give them a try. After seeing how ElifTech performs, you’ll probably want to give them more work."
                            }
                        ]
                    },
                    "rating": "5.0",
                    "rating_quality": "5.0",
                    "rating_schedule": "5.0",
                    "rating_cost": "5.0",
                    "rating_willing_to_refer": "5.0",
                    "reviewer": {
                        "name": "Director of Investments, Feelcapital",
                        "industry": "Financial Services",
                        "company_size": "1-10 Employees",
                        "location": "Madrid, Spain",
                        "review_type": "Phone Interview"
                    },
                    "project": {
                        "title": "API & Web Dev for Regulated Financial Services Company",
                        "service_lines": "Web Development",
                        "budget": "$50,000 to $199,999",
                        "timeline": "Feb. 2018 - Ongoing",
                        "summary": "ElifTech supplements a regulated financial services company’s technical resources. After developing an API, ElifTech began refactoring the website. The team restructured Angular.js code in Ruby on Rails."
                    }
                },
                {
                    "id": "1718087",
                    "datetime": "2021-03-18 00:00:00",
                    "title": "“Their communication and project management were unbelievable.”",
                    "feedback_summary": "ElifTech’s work received high praise for its user-friendliness and easy navigation. While it’s still too early to gauge the full impact of the new sites, success in the American market bodes well. The team was nimble and accommodating throughout the entire project.",
                    "full_review": {
                        "questions": [
                            {
                                "question": "Introduce your business and what you do there.",
                                "answer": "I’m the co-founder and creative director of personalized baby blanket business."
                            },
                            {
                                "question": "What challenge were you trying to address with ElifTech?",
                                "answer": "We’re an Australian company that’s expanding into the US market. We needed a solution to help us manage our website in two countries. We also wanted to revamp our site."
                            },
                            {
                                "question": "What was the scope of their involvement?",
                                "answer": "They created brand new Australian and US Shopify websites for us. The team refreshed a lot of the creative elements and improved backend functionality to improve the experience. Everything is updated through a custom-built backend platform that they built for us."
                            },
                            {
                                "question": "What is the team composition?",
                                "answer": "I worked with Iryna (Partnership Executive) and Roman (Project Manager) was our main point of contact. They also had a team of 3–4 working on the project."
                            },
                            {
                                "question": "How did you come to work with ElifTech?",
                                "answer": "They were recommended by a friend."
                            },
                            {
                                "question": "How much have you invested with them?",
                                "answer": "We’ve spent $12,000–$15,000."
                            },
                            {
                                "question": "What is the status of this engagement?",
                                "answer": "We started working together in October 2020, and we wrapped up in January 2021."
                            },
                            {
                                "question": "What evidence can you share that demonstrates the impact of the engagement?",
                                "answer": "We’ve gotten feedback that our website is a lot easier to navigate. Users are able to find products a lot easier. It’s still too early to assess the full impact, but we’ve seen a lot of growth. We’re hoping the new US site will help us grow our presence in the States."
                            },
                            {
                                "question": "How did ElifTech perform from a project management standpoint?",
                                "answer": "Their communication and project management were unbelievable. They’re very professional and their reporting is top-notch. We communicated via Slack, Email, and a Google Doc."
                            },
                            {
                                "question": "What did you find most impressive about them?",
                                "answer": "ElifTech was very flexible and accommodating. They always made sure they found a solution. Shopify can be very restrictive on what’s possible. The team did a lot of research to make sure we got the right functionality."
                            },
                            {
                                "question": "Are there any areas they could improve?",
                                "answer": "The time difference was a bit of a challenge. We met at night, which was early in the morning for them. They were very accommodating throughout the process."
                            },
                            {
                                "question": "Do you have any advice for potential customers?",
                                "answer": "It’s a big project to undertake. Make sure you have a project manager to relay all the information between teams."
                            }
                        ]
                    },
                    "rating": "5.0",
                    "rating_quality": "5.0",
                    "rating_schedule": "5.0",
                    "rating_cost": "5.0",
                    "rating_willing_to_refer": "5.0",
                    "reviewer": {
                        "name": "Co-Founder & Creative Director, Namely Сo",
                        "industry": "Retail",
                        "company_size": "1-10 Employees",
                        "location": "Melbourne, Australia",
                        "review_type": "Phone Interview"
                    },
                    "project": {
                        "title": "Shopify Dev & Design for Baby Blanket Brand",
                        "service_lines": "Web Development",
                        "budget": "$10,000 to $49,999",
                        "timeline": "Oct. 2020 - Jan. 2021",
                        "summary": "ElifTech provided Shopify development services for a baby blanket business. They revamped their client's Australian site and created a corresponding US site to help gain traction in the American market."
                    }
                },
                {
                    "id": "1714641",
                    "datetime": "2021-03-16 00:00:00",
                    "title": "“If you challenge them, you’ll get an engaged, high-energy partner that will do their best to fulfill your objectives.”",
                    "feedback_summary": "So far, there hasn’t been any turnover, and the team continues to deliver quality work. They're an energetic group that responds well to project challenges, and they’re capable of producing sophisticated solutions. This makes them a great culture fit for startups and creative entrepreneurs.",
                    "full_review": {
                        "questions": [
                            {
                                "question": "Introduce your business and what you do there.",
                                "answer": "I’m the founder, co-owner, and COO of a software development consultancy. We’re a private limited Swedish company. While we don’t have our own products, we do engage with partners on client projects."
                            },
                            {
                                "question": "What challenge were you trying to address with ElifTech?",
                                "answer": "When we started our project, we wanted to find a company that had experience within a specific business domain and technology. It was more of a resource-based engagement — we needed people to augment our in-house team."
                            },
                            {
                                "question": "What was the scope of their involvement?",
                                "answer": "ElifTech’s software engineers joined our Swedish team as part of a joint-development project for our client. The selection process started with interviews to identify qualified candidates. Rather than general resources, we needed people with nice attitudes who had good technical skills within a specific technology focus."
                            },
                            {
                                "question": "What is the team composition?",
                                "answer": "We ended up choosing three people and met them in person when they initially came here for a short visit. They now continue to work remotely on this project, and we’ve also started another engagement with them."
                            },
                            {
                                "question": "How did you come to work with ElifTech?",
                                "answer": "We work with three senior software engineers."
                            },
                            {
                                "question": "How much have you invested in them?",
                                "answer": "I found ElifTech on Clutch and evaluated their team along with other companies. They ended up being the best fit for my needs at that moment, considering their company size, values, technical knowledge, and general approach."
                            },
                            {
                                "question": "What is the status of this engagement?",
                                "answer": "We spend between $100,000–$250,000 on a yearly basis."
                            },
                            {
                                "question": "What evidence can you share that demonstrates the impact of the engagement?",
                                "answer": "The best indicator of success is that we’ve been working with the same three software engineers since July 2019. That goes to show that their team is motivated to stay on our project, and everyone is mutually happy."
                            },
                            {
                                "question": "How did ElifTech perform from a project management standpoint?",
                                "answer": "It’s a win-win situation — we provide a nice working environment with challenging projects, and they deliver good-quality work on time in return. Our customer is happy to continue working with them, too."
                            },
                            {
                                "question": "What did you find most impressive about them?",
                                "answer": "They’re doing a good job with project management, and I’m satisfied."
                            },
                            {
                                "question": "Are there any areas they could improve?",
                                "answer": "Their company culture stands out the most to me. The team has an open, transparent company culture, and it seems like they value their employees. They do fun things for them, which makes people want to stay and do a good job."
                            },
                            {
                                "question": "Do you have any advice for potential customers?",
                                "answer": "ElifTech’s value delivered compared to their costs might not be the highest. They’re not the least expensive, but that usually goes hand in hand with quality. They deliver quality work, so they can charge higher rates. Having said that, some more flexibility in their rates might be beneficial."
                            }
                        ]
                    },
                    "rating": "5.0",
                    "rating_quality": "5.0",
                    "rating_schedule": "5.0",
                    "rating_cost": "4.0",
                    "rating_willing_to_refer": "5.0",
                    "reviewer": {
                        "name": "COO, Software Development Consultancy",
                        "industry": "Information technology",
                        "company_size": "11-50 Employees",
                        "location": "Sweden",
                        "review_type": "Phone Interview"
                    },
                    "project": {
                        "title": "Staff Augmentation for Software Consulting Company",
                        "service_lines": "Staff Augmentation",
                        "budget": "$200,000 to $999,999",
                        "timeline": "July 2019 - Ongoing",
                        "summary": "ElifTech has provided three software engineers to augment a development consultancy’s internal team. These resources boast strong technical skills and have experience in the end client’s specific industry."
                    }
                }
            ]
        }
    

Frequently asked questions:

  • How do I get all the reviews for a single place?
  • You need to perform multiple requests incrementing the offset until you get a response without any reviews in it.