Sreality statistics

7 days trial then $10.00/month - No credit card required now

Sreality statistics

Sreality statistics

bebich/sreality-statistics

7 days trial then $10.00/month - No credit card required now

Super fast and very efficient sreality.cz statistics actor. Get all offers for city or location and it will calculates values such as average price, average price per m2, median price and median price per m2. Only for Czech Republic.

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'
{
  "AREA": [
    "Praha",
    "Středočeský"
  ],
  "CITY": [
    "České Budějovice",
    "Plzeň",
    "Praha 1",
    "Praha 2",
    "Brno",
    "Ostrava"
  ]
}
EOF

# Run the Actor
curl "https://api.apify.com/v2/acts/bebich~sreality-statistics/runs?token=$API_TOKEN" \
  -X POST \
  -d @input.json \
  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor stats
  • 8 users
  • 729 runs
  • Modified 3 months ago
Categories

You might also like these Actors