🚀 Society SEO Tools

Developer API

Access our SEO tools programmatically. Get a free API key instantly, no credit card required.

🔑 Get Your Free API Key

💳 Plans

Free

₹0

50 / day
1,500 / month

Starter

₹199/mo

1,000 / day
30,000 / month

Pro

₹499/mo

5,000 / day
1,50,000 / month

Business

₹1499/mo

25,000 / day
7,50,000 / month

⬆️ Upgrade to Paid

Pay ₹499 via UPI, then submit your API key and the UPI transaction reference (UTR) number below. Your account will be upgraded once verified, usually within a few hours.

UPI QR Code

UPI ID: jayantnayak4466@axl · Amount: ₹499

International customers can pay via PayPal:

[email protected]

Send as Friends & Family or Goods & Services, note the plan name, then submit the PayPal Transaction ID below.

📖 Endpoints

Base URL: https://newssocity.com/api/v1 · Pass your key as header X-API-Key or parameter api_key.

POST/api/v1/whois
WHOIS lookup for a domain
Params: domain
POST/api/v1/domain-age
Check how old a domain is
Params: domain
POST/api/v1/domain-ip
Resolve a domain to its IP address
Params: domain
POST/api/v1/dns-records
Fetch DNS records for a domain
Params: domain
POST/api/v1/page-speed
Google PageSpeed performance score for a URL
Params: url
POST/api/v1/meta-tags
Extract title, description, OG tags from a URL
Params: url
POST/api/v1/backlink-maker
Find backlink and directory submission opportunities
Params: url
POST/api/v1/broken-links
Check a page for broken links
Params: url
curl -X POST "https://newssocity.com/api/v1/meta-tags" \
  -H "X-API-Key: sst_your_key_here" \
  -d "url=https://example.com"