From 5aabccdbe7fed121bca4e5a36b21d6a80b76299c Mon Sep 17 00:00:00 2001 From: apiserpent Date: Tue, 7 Jul 2026 11:45:51 +0530 Subject: [PATCH 1/3] Add Serpent API information to resources Added Serpent API details including name, description, categories, URL, and keywords. --- resources/s.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/s.ts b/resources/s.ts index da721d29..7a4cc956 100644 --- a/resources/s.ts +++ b/resources/s.ts @@ -211,6 +211,14 @@ export const resources: Resource[] = [ url: 'https://serpapi.com/', keywords: ['scraping', 'google', 'search', 'api'], }, + { + name: 'Serpent API', + description: + 'The cheapest Google SERP API and AI rank tracking infrastructure. Deliver search engine results and direct AI model citation tracking as structured JSON.', + categories: ['Scraping', 'Webscraper'], + url: 'https://apiserpent.com', + keywords: ['serp api', 'google search api', 'rank tracking', 'ai citations', 'scraping'], + }, { name: 'Serplux', description: From c357cb03e5cf8939b64cd1acde0a2f5642f969a4 Mon Sep 17 00:00:00 2001 From: apiserpent Date: Tue, 7 Jul 2026 12:07:08 +0530 Subject: [PATCH 2/3] Update categories for Serpent API Removed 'Webscraper' from categories for Serpent API. --- resources/s.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/s.ts b/resources/s.ts index 7a4cc956..04ada63a 100644 --- a/resources/s.ts +++ b/resources/s.ts @@ -215,7 +215,7 @@ export const resources: Resource[] = [ name: 'Serpent API', description: 'The cheapest Google SERP API and AI rank tracking infrastructure. Deliver search engine results and direct AI model citation tracking as structured JSON.', - categories: ['Scraping', 'Webscraper'], + categories: ['Scraping'], url: 'https://apiserpent.com', keywords: ['serp api', 'google search api', 'rank tracking', 'ai citations', 'scraping'], }, From 4342272f9b996ab360fa5be013f89ff198408acf Mon Sep 17 00:00:00 2001 From: apiserpent Date: Tue, 7 Jul 2026 12:10:30 +0530 Subject: [PATCH 3/3] Modify keywords for SERP API entry Updated keywords for the Google SERP API entry. --- resources/s.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/s.ts b/resources/s.ts index 04ada63a..7179cb8f 100644 --- a/resources/s.ts +++ b/resources/s.ts @@ -217,7 +217,7 @@ export const resources: Resource[] = [ 'The cheapest Google SERP API and AI rank tracking infrastructure. Deliver search engine results and direct AI model citation tracking as structured JSON.', categories: ['Scraping'], url: 'https://apiserpent.com', - keywords: ['serp api', 'google search api', 'rank tracking', 'ai citations', 'scraping'], + keywords: ['scraping', 'google', 'search', 'api'], }, { name: 'Serplux',