updated readme and generate_readme.js

This commit is contained in:
cporter202
2025-12-09 11:15:12 -05:00
parent 5bc477c210
commit befe6fb055
2 changed files with 0 additions and 39 deletions

View File

@@ -49,8 +49,6 @@ Apify Actors are pre-built web scraping and automation tools that can extract da
---
<a id="agents"></a>
## Agents
*709 APIs*
@@ -869,8 +867,6 @@ Perfect for lead...
---
<a id="ai"></a>
## AI
*1,222 APIs*
@@ -2215,8 +2211,6 @@ Includes 2 modes of operation so that you can optimize for either cost (as cheap
---
<a id="automation"></a>
## Automation
*4,860 APIs*
@@ -7623,8 +7617,6 @@ Aggregate data about Valuations,...
---
<a id="business"></a>
## Business
*2 APIs*
@@ -7634,8 +7626,6 @@ Aggregate data about Valuations,...
---
<a id="developer-tools"></a>
## Developer Tools
*2,674 APIs*
@@ -10552,8 +10542,6 @@ Transform any YouTube video into precise transcripts with timestamps for EVERY S
---
<a id="ecommerce"></a>
## Ecommerce
*2,450 APIs*
@@ -13266,8 +13254,6 @@ Get insights such as review text, rating, author, timestamp, experience type & m
---
<a id="integrations"></a>
## Integrations
*893 APIs*
@@ -14228,8 +14214,6 @@ Get insights such as review text, rating, author, timestamp, experience type & m
---
<a id="jobs"></a>
## Jobs
*853 APIs*
@@ -15237,8 +15221,6 @@ Perfect for lead generation, recruitment, B2B...
---
<a id="lead-generation"></a>
## Lead Generation
*3,467 APIs*
@@ -19340,8 +19322,6 @@ Perfect for lead generation, recruitment, B2B...
---
<a id="mcp-servers"></a>
## MCP Servers
*131 APIs*
@@ -19483,8 +19463,6 @@ This actor retrieves profile metadata such as account_based_in, location_accurat
---
<a id="news"></a>
## News
*592 APIs*
@@ -20159,8 +20137,6 @@ Aggregate data about Valuations,...
---
<a id="open-source"></a>
## Open Source
*776 APIs*
@@ -20967,8 +20943,6 @@ If VAT number is valid then business name and address are...
---
<a id="other"></a>
## Other
*1,309 APIs*
@@ -22498,8 +22472,6 @@ Get insights such as review text, rating, author, timestamp, experience type & m
---
<a id="real-estate"></a>
## Real Estate
*856 APIs*
@@ -23452,8 +23424,6 @@ Inputs:
---
<a id="seo-tools"></a>
## SEO Tools
*711 APIs*
@@ -24246,8 +24216,6 @@ Aggregate data about Valuations,...
---
<a id="social-media"></a>
## Social Media
*3,269 APIs*
@@ -28203,8 +28171,6 @@ Perfect for lead generation, recruitment, B2B...
---
<a id="travel"></a>
## Travel
*398 APIs*
@@ -28641,8 +28607,6 @@ Perfect...
---
<a id="videos"></a>
## Videos
*979 APIs*

View File

@@ -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 += `<a id="${anchor}"></a>\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 += `<a id="uncategorized"></a>\n\n`;
content += `## Uncategorized\n\n`;
content += `*${uncategorized.length.toLocaleString()} APIs*\n\n`;