diff --git a/_companies/serpapi.md b/_companies/serpapi.md index b635a2a3..ed15deb2 100644 --- a/_companies/serpapi.md +++ b/_companies/serpapi.md @@ -8,8 +8,6 @@ intro: | logo: /assets/images/logo-serpapi.png exturl: https://serpapi.com/ company_type: Private -stock_ticker: -valuation: founded_date: 2017 headquarters: "**Austin, TX**" employees_range: "36" @@ -36,11 +34,6 @@ github_contributions: url: "https://github.com/serpapi/uule_converter" - name: "google-local-results-ai-parser " url: "https://github.com/serpapi/google-local-results-ai-parser" -contribution_string: community: | -SerpApi is also active in the wider developer community, organizing and sponsoring events such as IDSW.dev and PyCon Indonesia, as well as: -[Riverhacks x NASA Space Apps Challenge hackathon](https://riverhacks2025.devpost.com/) -[Multimodal Search AI (Hybrid) Hackathon](https://paris.aitinkerers.org/p/ai-hackathon-real-time-search-powered-by-serpapi-hybrid) -case_study_blurb: -case_study_url: + SerpApi is also active in the wider developer community, organizing and sponsoring events such as IDSW.dev and PyCon Indonesia, as well as [Riverhacks x NASA Space Apps Challenge hackathon](https://riverhacks2025.devpost.com/) and [Multimodal Search AI (Hybrid) Hackathon](https://paris.aitinkerers.org/p/ai-hackathon-real-time-search-powered-by-serpapi-hybrid) --- diff --git a/_pages/foundation.html b/_pages/foundation.html index 1ca838ac..396f4643 100644 --- a/_pages/foundation.html +++ b/_pages/foundation.html @@ -249,6 +249,7 @@

Our Members.

SerpApi diff --git a/_posts/2025-11-11-serpapi-joins-rails-foundation.markdown b/_posts/2025-11-11-serpapi-joins-rails-foundation.markdown index 119662ee..fee3d8b2 100644 --- a/_posts/2025-11-11-serpapi-joins-rails-foundation.markdown +++ b/_posts/2025-11-11-serpapi-joins-rails-foundation.markdown @@ -16,6 +16,7 @@ Founded in 2017, SerpApi enables developers and companies to scrape search engin >We at SerpApi have used Rails since our earliest days. I’m grateful for how easy it is to maintain and improve our product with it. I’m also inspired by how Rails helped make the MVC pattern a global standard in web development.
>
_Illia Zub, Operations Engineer, SerpApi_
> + SerpApi’s API, frontend, and background jobs all run on Ruby on Rails. Their app is a majestic monolith, deployed on a cluster of AWS EC2 instances from their automation scripts from CI. SerpApi relies on a wide range of gems including **Mongoid**, **Sidekiq**, **Redis**, **Puma**, **Stripe-Rails**, **Airbrake**, **AWS SDK**, **HTTP.rb**, **Nokogiri**, **Nokolexbor**, and **Geokdtree**. For frontend development, the team uses **ERB**, **jQuery-Rails**, and **React-Rails**.