YouTube Tags Generator avatar

YouTube Tags Generator

Pricing

$2.00 / 1,000 youtube tags generators

Go to Apify Store
YouTube Tags Generator

YouTube Tags Generator

SEO video tags and keyword generator for YouTube video topics.

Pricing

$2.00 / 1,000 youtube tags generators

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

๐ŸŽฅ YouTube Tags Generator & SEO Keyword Tool

Instantly generate high-performing video tags, search terms, and SEO meta keywords for any YouTube search topic or video keyword.

No browser automation, scrapers, or complex scripts required. This edge-optimized tool routes tag queries directly via a secure Cloudflare Worker to the official backend APIs, extracts the generated array list, and outputs clean structured data.


๐ŸŒŸ Key Features

  • High-Converting SEO Tags: Extract relevant keywords optimized for search ranking algorithms.
  • Instant Direct Generation: Delivers tags in milliseconds via lightweight API requests.
  • Direct Access Routing: Authenticated via standard X-Api-Key headers.
  • Robust Error Handling: Non-200 upstream states are parsed and recorded gracefully without crashing your integration runs.

๐Ÿ› ๏ธ How It Works

This Actor forwards your search keyword to a secure Cloudflare Worker edge reverse-proxy. The proxy routes the request to RapidTags' database API (rapidtags.io/api/tags/find/anon?q={keyword}) using custom browser headers.

The response is returned to the Actor, stored as-is in the raw output Key-Value store (OUTPUT), and parsed into a clean list of tags in the default dataset.


๐Ÿ“ฅ Input Parameters

FieldTypeDescriptionPrefill Example
Search Keyword / TopicstringThe target search query or video topic to generate tags for (e.g. gaming).gaming

Input JSON Example

{
"keyword": "gaming"
}

๐Ÿ“ค Output Data Structure

Tabular datasets output clean rows mapping the generated tags:

Output JSON Example

{
"success": true,
"keyword": "gaming",
"tags": [
"gaming",
"gaming video",
"pro gaming",
"funny gaming moments"
],
"description": "Successfully generated 4 tags."
}

๐Ÿ’ณ Monetization & Cost

This Actor utilizes the Pay-Per-Event (PPE) pricing model on the Apify Store:

  • Base Pricing: Only $2.00 per 1,000 successful lookups ($0.002 per event).
  • Pay as You Go: If validation fails due to network/gateway issues, no billing charges occur.