Unofficial Google URL Shortener avatar

Unofficial Google URL Shortener

Pricing

$10.00 / 1,000 unofficial google url shorteners

Go to Apify Store
Unofficial Google URL Shortener

Unofficial Google URL Shortener

Generate official share.google short links for any URL. Features ultra-high domain authority, bypasses spam filters, and provides alternative Google sub-domain routing.

Pricing

$10.00 / 1,000 unofficial google url shorteners

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

🔗 Unofficial Google URL Shortener (share.google & www.google.com)

Generate official Google shortened links instantly. The retirement of goo.gl made creating official Google short links impossible for the public. This Actor utilizes a secure, internal Google Search API gateway to generate official share.google short links for any URL.

Because these short links are hosted on Google's core domains, they possess maximum domain authority. This makes them virtually immune to SMS carrier blocking and email spam filters, drastically outperforming standard bit.ly or tinyurl links.


🌟 Key Features

  • Maximum Trust & Authority: Shortened links are hosted on share.google and www.google.com, ensuring maximum user trust and high click-through rates.
  • Immunity to Spam Filters: Perfect for cold-email outreach, SMS text marketing campaigns, and social media links where third-party link shorteners are blacklisted.
  • Dual-Routing Formats: For every URL shortened, the API returns the standard short link AND an alternative search-routed link (https://www.google.com/share.google?q={id}).
  • Lightweight & High-Performance: Operates at edge speeds with latency measured in milliseconds.
  • CORS-Enabled & Secure: Secured via custom X-Api-Key headers for seamless application programming.
  • Health Monitoring: Includes /health status endpoints for seamless integration into uptime monitors.

🛠️ How It Works

This Actor forwards your target long URL to a secure Cloudflare Worker edge reverse-proxy. The proxy constructs the internal Google search API payload, performs an authenticated fetch to Google's search service (GetShortenedKpSharingUrl), strips Google's anti-hijacking JSON prefix ()]}'\n), and extracts the unique short code ID.


📥 Input Parameters

FieldTypeDescriptionPrefill Example
Target Long URLstringThe target long URL to shorten. Must start with http:// or https://https://google.com

Input JSON Example

{
"url": "https://google.com"
}

📤 Output Data Structure

Tabular datasets output clean rows mapping the shortened status:

Output JSON Example

{
"success": true,
"original_url": "https://google.com",
"shortened_url": "https://share.google/L5FVgIBfBwprSEq9u",
"alternative_url": "https://www.google.com/share.google?q=L5FVgIBfBwprSEq9u",
"id": "L5FVgIBfBwprSEq9u",
"description": "Successfully shortened URL via official Google APIs."
}

💳 Monetization & Cost

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

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