Skip to content

Commit 3ea45eb

Browse files
committed
fix: pretend that this is an updated example output
1 parent e9e72e5 commit 3ea45eb

File tree

1 file changed

+7
-7
lines changed
  • sources/platform/integrations/workflows-and-notifications/make

1 file changed

+7
-7
lines changed

sources/platform/integrations/workflows-and-notifications/make/ai-crawling.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,21 @@ For each crawled web page, you'll receive:
7676

7777
```json title="Sample output (shortened)"
7878
{
79-
"url": "https://docs.apify.com/academy/web-scraping-for-beginners",
79+
"url": "https://docs.apify.com/academy/scraping-basics-javascript",
8080
"crawl": {
81-
"loadedUrl": "https://docs.apify.com/academy/web-scraping-for-beginners",
81+
"loadedUrl": "https://docs.apify.com/academy/scraping-basics-javascript",
8282
"loadedTime": "2025-04-22T14:33:20.514Z",
8383
"referrerUrl": "https://docs.apify.com/academy",
8484
"depth": 1,
8585
"httpStatusCode": 200
8686
},
8787
"metadata": {
88-
"canonicalUrl": "https://docs.apify.com/academy/web-scraping-for-beginners",
89-
"title": "Web scraping for beginners | Apify Documentation",
90-
"description": "Learn the basics of web scraping with a step-by-step tutorial and practical exercises.",
88+
"canonicalUrl": "https://docs.apify.com/academy/scraping-basics-javascript",
89+
"title": "Web scraping basics for JavaScript devs | Apify Documentation",
90+
"description": "Learn how to use JavaScript to extract information from websites in this practical course, starting from the absolute basics.",
9191
"languageCode": "en",
92-
"markdown": "# Web scraping for beginners\n\nWelcome to our comprehensive web scraping tutorial for beginners. This guide will take you through the fundamentals of extracting data from websites, with practical examples and exercises.\n\n## What is web scraping?\n\nWeb scraping is the process of extracting data from websites. It involves making HTTP requests to web servers, downloading HTML pages, and parsing them to extract the desired information.\n\n## Why learn web scraping?\n\n- **Data collection**: Gather information for research, analysis, or business intelligence\n- **Automation**: Save time by automating repetitive data collection tasks\n- **Integration**: Connect web data with your applications or databases\n- **Monitoring**: Track changes on websites automatically\n\n## Getting started\n\nTo begin web scraping, you'll need to understand the basics of HTML, CSS selectors, and HTTP. This tutorial will guide you through these concepts step by step.\n\n...",
93-
"text": "Web scraping for beginners\n\nWelcome to our comprehensive web scraping tutorial for beginners. This guide will take you through the fundamentals of extracting data from websites, with practical examples and exercises.\n\nWhat is web scraping?\n\nWeb scraping is the process of extracting data from websites. It involves making HTTP requests to web servers, downloading HTML pages, and parsing them to extract the desired information.\n\nWhy learn web scraping?\n\n- Data collection: Gather information for research, analysis, or business intelligence\n- Automation: Save time by automating repetitive data collection tasks\n- Integration: Connect web data with your applications or databases\n- Monitoring: Track changes on websites automatically\n\nGetting started\n\nTo begin web scraping, you'll need to understand the basics of HTML, CSS selectors, and HTTP. This tutorial will guide you through these concepts step by step.\n\n..."
92+
"markdown": "# Web scraping basics for JavaScript devs\n\nWelcome to our comprehensive web scraping tutorial for beginners. This guide will take you through the fundamentals of extracting data from websites, with practical examples and exercises.\n\n## What is web scraping?\n\nWeb scraping is the process of extracting data from websites. It involves making HTTP requests to web servers, downloading HTML pages, and parsing them to extract the desired information.\n\n## Why learn web scraping?\n\n- **Data collection**: Gather information for research, analysis, or business intelligence\n- **Automation**: Save time by automating repetitive data collection tasks\n- **Integration**: Connect web data with your applications or databases\n- **Monitoring**: Track changes on websites automatically\n\n## Getting started\n\nTo begin web scraping, you'll need to understand the basics of HTML, CSS selectors, and HTTP. This tutorial will guide you through these concepts step by step.\n\n...",
93+
"text": "Web scraping basics for JavaScript devs\n\nWelcome to our comprehensive web scraping tutorial for beginners. This guide will take you through the fundamentals of extracting data from websites, with practical examples and exercises.\n\nWhat is web scraping?\n\nWeb scraping is the process of extracting data from websites. It involves making HTTP requests to web servers, downloading HTML pages, and parsing them to extract the desired information.\n\nWhy learn web scraping?\n\n- Data collection: Gather information for research, analysis, or business intelligence\n- Automation: Save time by automating repetitive data collection tasks\n- Integration: Connect web data with your applications or databases\n- Monitoring: Track changes on websites automatically\n\nGetting started\n\nTo begin web scraping, you'll need to understand the basics of HTML, CSS selectors, and HTTP. This tutorial will guide you through these concepts step by step.\n\n..."
9494
}
9595
}
9696
```

0 commit comments

Comments
 (0)