G2をスクレイピングして商品名、レビュー、ディスカッション、説明、価格、特長などのデータを収集します。
G2スクレイパー
Bright DataのウェブスクレイパーIDEをご利用いただくか、
データセットをご購入いただけます
G2スクレイパー use cases
- G2をスクレイピングして、消費者センチメントを追跡する
- G2をスクレイピングして、ブランドモニタリングを行う
- 企業間の移動を追跡し、ベンチャービジネスのチャンスを判断
- 企業の進化と成長をモニタリングして、投資候補としての可能性を選考
G2 product information search
Sample Input
company_website
https://www.g2.com/products/testgorilla/reviews
company_name
TestGorilla
Sample Output
{
"number_of_reviews": 499,
"number_of_stars": 4.5,
"top_industry_represented": [
"Information Technology and Services: 44",
"Computer Software: 42",
"Marketing and Advertising: 27",
"Financial Services: 19",
"Retail: 12",
"Other: 343"
],
"categories_on_g2": [
"Video Interviewing Software",
"Technical Skills Screening Software",
"Pre-Employment Testing Software"
],
"pricing": [
{
"plan": "Free",
"price_per_month": {
"value": 0,
"symbol": "$"
}
},
{
"plan": "Pay as you go",
"price_per_month": {
"value": 25,
"symbol": "$"
}
},
{
"plan": "Scale",
"price_per_month": {
"value": 300,
"symbol": "$"
}
},
{
"plan": "Business",
"price_per_month": {
"value": 2000,
"symbol": "$"
}
}
],
"top_10_competitors": [
{
"competitor_name": "eSkill",
"number_of_reviews": 151,
"number_of_stars": 4.5,
"advantages_compared_to_company": [
"Better at meeting requirements",
"Better at support"
],
"problems_compared_to_company": [
"Slower to reach roi"
],
"product_category": [
"Pre-Employment Testing",
"Technical Skills Screening",
"Video Interviewing"
]
},
{
"competitor_name": "Codility",
"number_of_reviews": 250,
"number_of_stars": 4.6,
"advantages_compared_to_company": [
"Better at meeting requirements"
],
"problems_compared_to_company": [
"Slower to reach roi",
"More expensive"
],
"product_category": [
"Technical Skills Screening",
"Video Interviewing"
]
},
{
"competitor_name": "HackerRank Developer Skills Platform",
"number_of_reviews": 198,
"number_of_stars": 4.5,
"advantages_compared_to_company": [
"Better at meeting requirements",
"Better at support"
],
"problems_compared_to_company": [
"Slower to reach roi"
],
"product_category": [
"Technical Skills Screening",
"Video Interviewing"
]
},
{
"competitor_name": "CodeSignal",
"number_of_reviews": 557,
"number_of_stars": 4.4,
"advantages_compared_to_company": [
"Easier to do business with",
"Better at meeting requirements",
"Easier to admin"
],
"problems_compared_to_company": [],
"product_category": [
"Technical Skills Screening",
"Video Interviewing"
]
},
{
"competitor_name": "TestDome",
"number_of_reviews": 71,
"number_of_stars": 4.6,
"advantages_compared_to_company": [
"Better at meeting requirements",
"Better at support"
],
"problems_compared_to_company": [
"Slower to reach roi"
],
"product_category": [
"Pre-Employment Testing",
"Technical Skills Screening"
]
},
{
"competitor_name": "iMocha",
"number_of_reviews": 128,
"number_of_stars": 4.4,
"advantages_compared_to_company": [
"Better at support",
"Better at meeting requirements"
],
"problems_compared_to_company": [
"Slower to reach roi"
],
"product_category": [
"Pre-Employment Testing",
"Technical Skills Screening",
"Video Interviewing"
]
},
{
"competitor_name": "Mercer Mettl Assessments",
"number_of_reviews": 337,
"number_of_stars": 4.4,
"advantages_compared_to_company": [
"Better at meeting requirements"
],
"problems_compared_to_company": [
"Slower to reach roi",
"More expensive"
],
"product_category": [
"Pre-Employment Testing",
"Technical Skills Screening",
"Video Interviewing"
]
},
{
"competitor_name": "The Predictive Index",
"number_of_reviews": 291,
"number_of_stars": 4.7,
"advantages_compared_to_company": [
"Better at meeting requirements"
],
"problems_compared_to_company": [
"Slower to reach roi",
"More expensive"
],
"product_category": [
"Pre-Employment Testing"
]
},
{
"competitor_name": "Indeed Hiring Platform",
"number_of_reviews": 470,
"number_of_stars": 4.2,
"advantages_compared_to_company": [
"Better at meeting requirements"
],
"problems_compared_to_company": [
"Slower to reach roi"
],
"product_category": [
"Pre-Employment Testing",
"Video Interviewing"
]
},
{
"competitor_name": "Spark Hire",
"number_of_reviews": 363,
"number_of_stars": 4.8,
"advantages_compared_to_company": [
"Better at meeting requirements",
"Better at support",
"Easier to do business with"
],
"problems_compared_to_company": [],
"product_category": [
"Video Interviewing"
]
}
]
}