Introduction
This integration enables users to extract structured data from web pages using ScrapeMagic's parsing capabilities within Clay's workflow. By providing a URL, users can leverage ScrapeMagic's advanced scraping technology to retrieve specific information from websites, which can then be seamlessly incorporated into Clay's data enrichment processes. This action streamlines web data collection and integration for various business intelligence and research applications.
Provider: https://scrapemagic.xyz
โAPI Documentation: https://support.clay.com/docs/enrichments-and-providers/enrichments/all-providers/scrapemagic/parse-data-from-url
Input
Name | Is Optional | Description | Type |
URL | The URL you want to extract data from. | url | |
Fields to Extract | The fields you want to extract. On the left side, enter a field name. On the right side, enter a description of the field so we can tell ScrapeMagic what to look for. (e.g. sqft -> The amount of square footage that was leased) | object | |
DOM Content Selector (Advanced) | true | The DOM Selector that will contain the content you want to extract. By default it will use: `"body"` | text |