@pinkpixel/prysm-llm
Version:
Structure-focused web scraper optimized for LLMs for use with MCP with minimal console output. Configure output directory with PRYSM_OUTPUT_DIR environment variable.
89 lines • 2.53 kB
JSON
{
"timestamp": "2025-04-03T02-07-05.403Z",
"options": {
"mode": "category",
"target": "recipe",
"scrapeImages": false,
"downloadImages": false,
"maxSites": null,
"outputDir": "/home/sizzlebop/Desktop/projects/prysm/scraper/test_results",
"showHelp": false,
"verbose": false
},
"sites": [
{
"name": "AllRecipes",
"url": "https://www.allrecipes.com/recipe/256618/cubanelle-and-veal-bolognese/",
"category": "recipe"
},
{
"name": "101 Cookbooks",
"url": "https://www.101cookbooks.com/",
"category": "recipe"
},
{
"name": "Smitten Kitchen",
"url": "https://smittenkitchen.com/",
"category": "recipe"
},
{
"name": "Serious Eats",
"url": "https://www.seriouseats.com/classic-panzanella-salad-recipe",
"category": "recipe"
},
{
"name": "Food Network",
"url": "https://www.foodnetwork.com/recipes/food-network-kitchen/instant-pot-barbecue-pulled-pork-sandwiches-8306825",
"category": "recipe"
},
{
"name": "BBC Good Food",
"url": "https://www.bbcgoodfood.com/recipes/easy-chocolate-cake",
"category": "recipe"
}
],
"results": [
{
"name": "AllRecipes",
"url": "https://www.allrecipes.com/recipe/256618/cubanelle-and-veal-bolognese/",
"category": "recipe",
"success": false,
"error": "mainScraper is not a function"
},
{
"name": "101 Cookbooks",
"url": "https://www.101cookbooks.com/",
"category": "recipe",
"success": false,
"error": "mainScraper is not a function"
},
{
"name": "Smitten Kitchen",
"url": "https://smittenkitchen.com/",
"category": "recipe",
"success": false,
"error": "mainScraper is not a function"
},
{
"name": "Serious Eats",
"url": "https://www.seriouseats.com/classic-panzanella-salad-recipe",
"category": "recipe",
"success": false,
"error": "mainScraper is not a function"
},
{
"name": "Food Network",
"url": "https://www.foodnetwork.com/recipes/food-network-kitchen/instant-pot-barbecue-pulled-pork-sandwiches-8306825",
"category": "recipe",
"success": false,
"error": "mainScraper is not a function"
},
{
"name": "BBC Good Food",
"url": "https://www.bbcgoodfood.com/recipes/easy-chocolate-cake",
"category": "recipe",
"success": false,
"error": "mainScraper is not a function"
}
]
}