
Gelbe Seiten Scraper
caprolok/gelbe-seiten-scraper
Unleash the full potential of market research with the Gelbe Seiten Scraper. This efficient tool expertly navigates and extracts vital business information from Germany's premier directory, offering invaluable data for insightful analysis and strategy development.
The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn mode
# Set API token
API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
cat > input.json <<'EOF'
{
"keyword": "apotheken",
"location": "stuttgart",
"urls": [
{
"url": "https://www.gelbeseiten.de/gsbiz/b6e020b1-6ab1-4cf4-9410-e122b5364da7"
}
],
"max_results": "100"
}
EOF
# Run the Actor
curl "https://api.apify.com/v2/acts/caprolok~gelbe-seiten-scraper/runs?token=$API_TOKEN" \
-X POST \
-d @input.json \
-H 'Content-Type: application/json'
Developer
Maintained by Community
Actor stats
- 4 users
- 144 runs
- Modified 15 days ago
Categories