pricing page scraper
1.0.0
該項目使用AI為您抓取SaaS產品的定價頁面。

該項目使用OpenAI GPT-3.5 API(特別是更高效,更便宜的型號gpt-3.5-turbo )和帶有流媒體的Vercel Edge功能。它獲取定價頁面內容,將其在提示中發送到GPT-3.5 API,以通過Vercel Edge函數刮擦它,然後將響應匯回應用程序。
[
{
"plan_name": "FREE",
"plan_amount": 0,
"currency_code": "USD",
"frequency": "monthly",
"features": [
"2,000 WORDS PER MONTH",
"NO CREDIT CARD REQUIRED",
"Only 1 user seat",
"Chat by Copy.ai",
"90+ copywriting tools",
"Unlimited projects",
"Blog Wizard tool",
"25+ languages",
"Access to newest features"
]
},
{
"plan_name": "PRO",
"plan_amount": 49,
"currency_code": "USD",
"frequency": "monthly",
"features": [
"UNLIMITED WORDS",
"5 user seats",
"Chat by Copy.ai",
"90+ copywriting tools",
"Unlimited projects",
"Priority email support",
"25+ languages",
"Blog Wizard tool",
"Access to newest features"
]
},
{
"plan_name": "ENTERPRISE",
"plan_amount": null,
"currency_code": null,
"frequency": null,
"features": [
"Automate Any Workflow",
"API access",
"Chat interface",
"Prebuilt workflows library",
"Private company Infobase"
]
}
}
[] - 添加限制費率
[] - 添加API支持
[] - 能夠與頻率和貨幣切換和刮擦互動的能力。
克隆回購後,將應用程序運行在命令行中,並將在http://localhost:3000上找到。
npm run dev使用Vercel部署示例: