سحب بيانات منظّمة من صفحة ويب يعني عادةً كتابة scraper لمرّة واحدة، ينكسر لحظة تغيّر الموقع. هذا المُستخرِج يأخذ رابطاً ومخطّطاً بدل ذلك.
sonnet4 أيامFirecrawlPlaywrightOpenAIPostgres
Claude
65ROI
72Scale
$2.2k93Saved
ROI for
README.md
لماذا هذا الوكيل تحديدًا
سحب بيانات منظّمة من صفحة ويب يعني عادةً كتابة scraper لمرّة واحدة، ينكسر لحظة تغيّر الموقع. هذا المُستخرِج يأخذ رابطاً ومخطّطاً بدل ذلك.
تصف الحقول التي تريدها، فيعرض الصفحة، يربط العناصر، ويعيد سجلّات نظيفة مُتحقَّقاً منها. بدّل المواقع بتبديل المخطّط؛ لا scraper جديد لكتابته، وأي حقل تفتقر إليه الصفحة يُوسَم بدل أن يُختلَق.
كيف يعمل
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
يأخذ المخطّط (schema) الذي حدّدته ويربط عناصر الصفحة بحقوله.
pending
يستخرج البيانات، يضبط أنواعها، ويتحقّق من كل صفّ مقابل المخطّط.
pending
يعيد سجلّات منظّمة نظيفة، ويوسِم الحقول التي لم توفّرها الصفحة.
pending
نموذج للمخرجات
json
// Sample output
// (generated when the pipeline finishes)
Given a URL and a target schema, extract matching records as JSON conforming to the schema; set missing fields null and never invent values.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.