Moved all crawler-ai content into 'crawler_ai_project_files' subdirectory

This commit is contained in:
Sosokker 2025-05-11 17:33:10 +07:00
parent 5e24de9536
commit ac4737da85
36 changed files with 28 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,28 @@
{
"name": "Demo Data Pipeline",
"sources": [
{
"type": "api",
"config": {
"url": "https://dummyjson.com/posts"
}
},
{
"type": "scrape",
"config": {
"urls": [
"https://www.thairath.co.th/home",
"https://www.thaipbs.or.th/news"
],
"prompt": "Extract all post in the pages along with its brief details and url"
}
},
{
"type": "file",
"config": {
"path": "/data/sample.json",
"format": "json"
}
}
]
}