test_scrape_url
Test if a recipe URL can be scraped for recipe data before importing. Returns success:false when the page cannot be parsed.
Instructions
Test if a URL can be scraped for recipe data without actually creating a recipe. Useful for validating URLs before importing. Returns success:false when the scraper cannot parse the site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the recipe page to test scraping |