What Site avatar
What Site

Pricing

$5.00/month + usage

Go to Apify Store
What Site

What Site

simple site lookup for title and description of any site

Pricing

$5.00/month + usage

Rating

5.0

(1)

Developer

Maged

Maged

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

3

Monthly active users

2 months ago

Last modified

Share

what site is it

simple site lookup for title and description of any site

Input

{
"urls": [
"apify.com",
"cloudflare.com"
]
}

Output

[
{
"url": "https://apify.com/",
"title": "Apify: Full-stack web scraping and data extraction platform",
"description": "Cloud platform for web scraping, browser automation, AI agents, and data for AI. Use 6,000+ ready-made tools, code templates, or order a custom solution.",
"error": null
},
{
"url": "https://www.cloudflare.com/",
"title": "Connect, protect, and build everywhere | Cloudflare",
"description": "Make employees, applications and networks faster and more secure everywhere, while reducing complexity and cost.",
"error": null
}
]