1

Stars

0

Requests

0

Forks

9

Fields

About this template

Get data from a property listing on Marbella Living's website.

kjellberg/marbella-living-property Plain fetch

What you get back

{
  "title": …,
  "description": …,
  "ref": …,
  "price": …,
  "beds": …,
  "baths": …,
  "built_m2": …,
  "photos": …,
  "related_properties": …
}

A parser that breaks returns the raw HTML with parse_error: true rather than failing your request.

Use it in code

Pass template=kjellberg/marbella-living-property and the page URL. The template decides how the page is fetched, so send nothing else. One successful request costs one credit (sign in to see your key here).

curl \
  -H "X-Api-Key: YOUR_API_KEY" \
  "https://api.unblockingapi.com/unblock?template=kjellberg%2Fmarbella-living-property&url=https%3A%2F%2Fmarbellaliving.com%2Fapartment-for-sale-in-las-mimosas-puerto-banus-ref-5914MLGF.html"

More from @kjellberg