<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Black Falcon Data guides</title>
  <subtitle>Field references and how-to guides for the scrapers we build and maintain.</subtitle>
  <link href="https://blackfalcondata.com/guides/feed.xml" rel="self" />
  <link href="https://blackfalcondata.com/guides/" />
  <id>https://blackfalcondata.com/guides/</id>
  <updated>2026-08-25T15:20:44.000Z</updated>
  <author><name>Black Falcon Data</name></author>
  <entry>
    <title>Google Maps Scraper: 31 fields, no API key, no quota</title>
    <link href="https://blackfalcondata.com/guides/google-maps-scraper/" />
    <id>https://blackfalcondata.com/guides/google-maps-scraper/</id>
    <updated>2026-08-25T15:20:44.000Z</updated>
    <published>2026-08-24T12:08:14.000Z</published>
    <summary>The Google Maps Scraper below reads Google Maps pages without an API key or quota. By comparison, the official Google Maps API is metered, tied to a…</summary>
  </entry>
  <entry>
    <title>The unofficial Bayt API — 68 fields per call</title>
    <link href="https://blackfalcondata.com/guides/bayt-scraper/" />
    <id>https://blackfalcondata.com/guides/bayt-scraper/</id>
    <updated>2026-08-24T09:54:51.000Z</updated>
    <published>2026-08-19T18:46:24.000Z</published>
    <summary>There is no public Bayt API. Getting the data means reading it from the page—and adapting whenever the layout changes.</summary>
  </entry>
  <entry>
    <title>A working Naukri API request and its response</title>
    <link href="https://blackfalcondata.com/guides/naukri-jobs-feed/" />
    <id>https://blackfalcondata.com/guides/naukri-jobs-feed/</id>
    <updated>2026-08-24T09:42:23.000Z</updated>
    <published>2026-08-19T18:46:18.000Z</published>
    <summary>There is no public Naukri API. Naukri publishes the data on its pages and nowhere else. Anyone who needs that data in bulk must write a scraper,…</summary>
  </entry>
  <entry>
    <title>Seek has no public API. Here is the one we use</title>
    <link href="https://blackfalcondata.com/guides/seek-scraper/" />
    <id>https://blackfalcondata.com/guides/seek-scraper/</id>
    <updated>2026-08-24T09:42:23.000Z</updated>
    <published>2026-08-19T18:46:19.000Z</published>
    <summary>There is no official Seek API. Seek keeps the data in its markup, so accessing it in bulk means scraping the pages.</summary>
  </entry>
  <entry>
    <title>Wellfound API: 71 fields, no official endpoint</title>
    <link href="https://blackfalcondata.com/guides/wellfound-scraper/" />
    <id>https://blackfalcondata.com/guides/wellfound-scraper/</id>
    <updated>2026-08-24T09:42:23.000Z</updated>
    <published>2026-08-19T18:46:20.000Z</published>
    <summary>There is no official Wellfound API. The data lives in the site's markup, so bulk access means scraping the pages.</summary>
  </entry>
  <entry>
    <title>Upwork API: 55 fields, no official endpoint</title>
    <link href="https://blackfalcondata.com/guides/upwork-scraper/" />
    <id>https://blackfalcondata.com/guides/upwork-scraper/</id>
    <updated>2026-08-24T09:42:23.000Z</updated>
    <published>2026-08-19T18:46:21.000Z</published>
    <summary>Look for an Upwork API and you will not find an official one. The data lives in Upwork's markup, so bulk access means scraping.</summary>
  </entry>
  <entry>
    <title>Internshala has no public API. Here is the one we use</title>
    <link href="https://blackfalcondata.com/guides/internshala-scraper/" />
    <id>https://blackfalcondata.com/guides/internshala-scraper/</id>
    <updated>2026-08-24T09:42:23.000Z</updated>
    <published>2026-08-19T18:46:23.000Z</published>
    <summary>There is no public Internshala API. The data lives on the page and nowhere else. Anyone who needs that data in bulk has to write a scraper, maintain…</summary>
  </entry>
  <entry>
    <title>Query Jobstreet programmatically: 73 fields, one call</title>
    <link href="https://blackfalcondata.com/guides/jobstreet-scraper/" />
    <id>https://blackfalcondata.com/guides/jobstreet-scraper/</id>
    <updated>2026-08-24T09:42:23.000Z</updated>
    <published>2026-08-19T18:46:25.000Z</published>
    <summary>There is no official Jobstreet API. The data sits in page markup, which means bulk access requires scraping.</summary>
  </entry>
  <entry>
    <title>Query Stepstone programmatically: 81 fields, one call</title>
    <link href="https://blackfalcondata.com/guides/stepstone-de-scraper/" />
    <id>https://blackfalcondata.com/guides/stepstone-de-scraper/</id>
    <updated>2026-08-24T09:42:23.000Z</updated>
    <published>2026-08-19T18:46:26.000Z</published>
    <summary>Stepstone does not publish a Stepstone API. The useful data is rendered into each page, so extracting it at volume requires an HTML parser—and ongoing…</summary>
  </entry>
  <entry>
    <title>Autoscout24 has no public API. Here is the one we use</title>
    <link href="https://blackfalcondata.com/guides/autoscout24-scraper/" />
    <id>https://blackfalcondata.com/guides/autoscout24-scraper/</id>
    <updated>2026-08-24T09:42:23.000Z</updated>
    <published>2026-08-19T18:46:28.000Z</published>
    <summary>Autoscout24 does not publish an Autoscout24 API. The useful data is rendered directly into each page, so extracting it at volume requires an HTML…</summary>
  </entry>
  <entry>
    <title>The unofficial Trustpilot API — 96 fields per call</title>
    <link href="https://blackfalcondata.com/guides/trustpilot-reviews-scraper/" />
    <id>https://blackfalcondata.com/guides/trustpilot-reviews-scraper/</id>
    <updated>2026-08-24T09:42:23.000Z</updated>
    <published>2026-08-19T18:46:29.000Z</published>
    <summary>A Trustpilot API would make this easy. There isn't one. The data has to come off the page—and come off it again whenever the layout shifts.</summary>
  </entry>
</feed>
