SOY Smart Web Data Extractor avatar

SOY Smart Web Data Extractor

Pricing

from $1.00 / 1,000 results

Go to Apify Store
SOY Smart Web Data Extractor

SOY Smart Web Data Extractor

Extract structured data from public web pages, including titles, descriptions, emails, phone numbers, social links, text previews, status codes, and URLs. Useful for lead research, directory building, monitoring, and automation workflows.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Xavier Hernandez

Xavier Hernandez

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Share

Extract clean, structured data from public web pages in seconds.

SOY Smart Web Data Extractor accepts a list of public URLs and returns useful structured information that can be used in lead research, directory building, monitoring, enrichment, and automation workflows.

What it extracts

For each URL, the Actor can return:

  • Page URL
  • HTTP status code
  • Page title
  • Meta description
  • Publicly visible email addresses
  • Publicly visible phone numbers
  • Social profile links
  • JSON-LD structured data
  • Text preview
  • Extraction timestamp
  • Error information when a page cannot be processed

Example input

{
"urls": [
"https://example.com"
]
}

Example output

{
"url": "https://example.com/",
"status": 200,
"title": "Example Domain",
"description": null,
"emails": [],
"phones": [],
"socials": [],
"jsonLd": [],
"textPreview": "Example Domain...",
"extractedAt": "2026-08-19T03:42:10Z"
}

Common use cases

  • Lead and company research
  • Business directory creation
  • Website monitoring
  • Contact-data enrichment
  • SEO and content research
  • n8n, Make, Zapier, and custom API workflows
  • AI-agent data collection pipelines

How to use

  1. Add one or more public URLs to the URLs input.
  2. Start the Actor.
  3. Open the Output dataset.
  4. Export the results as JSON, CSV, Excel, or another supported format, or consume them through the Apify API.

Pricing

Pay per result. You only pay for results generated by the Actor.

Notes

This Actor is intended for public web pages. Make sure your use of collected data complies with applicable laws, website terms, and your own data-processing obligations.

Support

If you encounter an issue, use the Issues tab on this Actor's Apify Store page and include the URL type, expected result, and a short description of the problem.