網頁資料解析器 avatar
網頁資料解析器

Pricing

$35.00 / 1,000 results

Go to Apify Store
網頁資料解析器

網頁資料解析器

Developed by

Futurize Rush

Futurize Rush

Maintained by Community

繁體中文介面的簡單網頁爬蟲工具。擷取網站的標題、段落、連結、圖片、表格等資料。支援自訂 CSS 選擇器和批量收集。 如有大量網頁爬蟲需求,推薦使用 Apify 的 Web Content Crawler

0.0 (0)

Pricing

$35.00 / 1,000 results

2

3

3

Last modified

3 days ago

You can access the 網頁資料解析器 programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "startUrls": [
< {
< "url": "https://apify.com/futurizerush"
< },
< {
< "url": "https://rush.zeabur.app/"
< },
< {
< "url": "https://www.threads.com/@futurizerush"
< }
< ],
< "maxRequestsPerCrawl": 10,
< "maxConcurrency": 3,
< "smartMode": true,
< "cacheEnabled": true,
< "extractionRules": {
< "文章標題": "h1.post-title, h1.article-title, h1.entry-title",
< "文章內容": "article, main, .post-content, .article-content",
< "作者": ".author-name, .by-author, .post-author",
< "發布日期": "time, .post-date, .publish-date",
< "分類": ".category, .post-category",
< "標籤": ".tags a, .post-tags a"
< },
< "customData": {
< "source": "Apify Actor",
< "scraped_by": "@futurizerush",
< "language": "zh-TW"
< },
< "waitForSelector": "",
< "scrollToBottom": false,
< "pageLoadTimeoutSecs": 25,
< "blockResources": []
<}' |
<apify call futurizerush/web-scraper-zh-tw --silent --output-dataset

網頁資料解析器 API through CLI

The Apify CLI is the official tool that allows you to use 網頁資料解析器 locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: