From befe6fb05536860fb59802c9ca8d3cd6b74b7ddf Mon Sep 17 00:00:00 2001 From: cporter202 <163957687+cporter202@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:15:12 -0500 Subject: [PATCH] updated readme and generate_readme.js --- README.md | 36 ------------------------------------ generate_readme.js | 3 --- 2 files changed, 39 deletions(-) diff --git a/README.md b/README.md index 97bc033..794ff13 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,6 @@ Apify Actors are pre-built web scraping and automation tools that can extract da --- - - ## Agents *709 APIs* @@ -869,8 +867,6 @@ Perfect for lead... --- - - ## AI *1,222 APIs* @@ -2215,8 +2211,6 @@ Includes 2 modes of operation so that you can optimize for either cost (as cheap --- - - ## Automation *4,860 APIs* @@ -7623,8 +7617,6 @@ Aggregate data about Valuations,... --- - - ## Business *2 APIs* @@ -7634,8 +7626,6 @@ Aggregate data about Valuations,... --- - - ## Developer Tools *2,674 APIs* @@ -10552,8 +10542,6 @@ Transform any YouTube video into precise transcripts with timestamps for EVERY S --- - - ## Ecommerce *2,450 APIs* @@ -13266,8 +13254,6 @@ Get insights such as review text, rating, author, timestamp, experience type & m --- - - ## Integrations *893 APIs* @@ -14228,8 +14214,6 @@ Get insights such as review text, rating, author, timestamp, experience type & m --- - - ## Jobs *853 APIs* @@ -15237,8 +15221,6 @@ Perfect for lead generation, recruitment, B2B... --- - - ## Lead Generation *3,467 APIs* @@ -19340,8 +19322,6 @@ Perfect for lead generation, recruitment, B2B... --- - - ## MCP Servers *131 APIs* @@ -19483,8 +19463,6 @@ This actor retrieves profile metadata such as account_based_in, location_accurat --- - - ## News *592 APIs* @@ -20159,8 +20137,6 @@ Aggregate data about Valuations,... --- - - ## Open Source *776 APIs* @@ -20967,8 +20943,6 @@ If VAT number is valid then business name and address are... --- - - ## Other *1,309 APIs* @@ -22498,8 +22472,6 @@ Get insights such as review text, rating, author, timestamp, experience type & m --- - - ## Real Estate *856 APIs* @@ -23452,8 +23424,6 @@ Inputs: --- - - ## SEO Tools *711 APIs* @@ -24246,8 +24216,6 @@ Aggregate data about Valuations,... --- - - ## Social Media *3,269 APIs* @@ -28203,8 +28171,6 @@ Perfect for lead generation, recruitment, B2B... --- - - ## Travel *398 APIs* @@ -28641,8 +28607,6 @@ Perfect... --- - - ## Videos *979 APIs* diff --git a/generate_readme.js b/generate_readme.js index 27026ad..bec2f81 100644 --- a/generate_readme.js +++ b/generate_readme.js @@ -113,10 +113,8 @@ for (const category of sortedCategories) { const categoryActors = actorsByCategory[category]; const { readable, anchor } = formatCategoryName(category); - // Add explicit HTML anchor for reliable navigation // Add horizontal rule before each section for better visibility content += `---\n\n`; - content += `\n\n`; content += `## ${readable}\n\n`; content += `*${categoryActors.length.toLocaleString()} APIs*\n\n`; @@ -155,7 +153,6 @@ for (const category of sortedCategories) { // Write uncategorized actors if (uncategorized.length > 0) { content += `---\n\n`; - content += `\n\n`; content += `## Uncategorized\n\n`; content += `*${uncategorized.length.toLocaleString()} APIs*\n\n`;