From 9f30d47b09d1f92516676fccf2d389f1875bde88 Mon Sep 17 00:00:00 2001 From: Hilman Ramadhan <4522467+hilmanski@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:00:10 +0800 Subject: [PATCH] Add SerpApi (#150) Similar to SearchApi, SerpApi offer 100 free credits every month to use for all of the search engine APIs available. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea6bde0..8434c80 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ For information on contributing to this project, please see the [contributing gu | [IPFinder](https://ipfinder.io/) | Geolocation API,ASN API,IP Ranges API,IP Firewall API,Domain API | Yes | Yes | Yes | | [Scraper.run](https://scraper.run/) | Geolocation API,lookup DNS & whois record of a domain | No | Yes | Yes | | [SearchApi](https://www.searchapi.io/) | Real-time search engines SERP API | `apiKey` | Yes | No | +| [SerpApi](https://serpapi.com/) | Scrape Google and other search engines | `apiKey` | Yes | No | **[⬆ Back to Index](#index)**