
Dr. Ollie
dr.ollie
ACTOR METRICS
4 public Actors
14 total users
10 monthly users
40.7% runs succeeded
This actor lets you extract structured OpenStreetMap (OSM) data—such as restaurants, schools, parks, or any other tagged feature—within a given area and present it as a clean, tabular dataset. Instead of manually browsing maps, you simply provide either a place name (e.g., “Berlin, Germany”) or an exact bounding box (south,west,north,east). If you supply a place name, the actor automatically geocodes it via the Nominatim API to determine the corresponding latitude/longitude rectangle; otherwise, it uses your bounding box directly.
Next, choose one of the most common OSM tag keys (for example, “amenity,” “shop,” “tourism,” or “leisure”) and enter the specific value you want to filter by (e.g., “restaurant,” “school,” “hotel,” or “park”). The actor dynamically builds an Overpass QL query that retrieves all matching nodes, ways, and relations within your area. Behind the scenes, it sends this query to the Overpass API endpoint of OSM and requests results in JSON format.
Once the data returns, the actor parses each element’s tags and geometry, extracting key fields such as:
name (the object’s official name, if available) street, housenumber, postcode, city, country amenity, tourism, shop, etc. (the tag that matched your query) phone, website, operator, and other common metadata Latitude/Longitude (for nodes) or centroid coordinates (for ways and relations)
All retrieved features are output as a table where each row corresponds to one OSM element. Because OSM is community-maintained, you often discover rich, up-to-date details—such as neighborhood cafés, small clinics, or local parks—that commercial APIs might not list. The resulting dataset can be downloaded as JSON or CSV and easily integrated into data pipelines, reporting dashboards, GIS applications, or mapping visualizations.
Public Actors

OpenStreetMap Points of Interest Extractor
dr.ollie/my-actor-8
Extract OSM points of interest (restaurants, schools,...) in a specified area. Provide a place name or bounding box; pick a POI. Actor builds an Overpass query, retrieves JSON, parses name, address, metadata, coords, and outputs a table.
2

LinkedIn Job Scraper – No Login Required, Detailed Job Data
dr.ollie/linkedin-job-scraper---no-login-required-detailed-job-data
Scrapes LinkedIn jobs without login or cookies. In a single run, it fetches title, company, location, posted date, full description, applicant count, and all job criteria (employment type, seniority, function, industries, etc.). Lightweight Python/BS4, no headless browser needed.
3
Smart CV-to-LinkedIn Jobs Finder
dr.ollie/smart-cv-to-linkedin-jobs-finder
Instantly matches your CV to relevant LinkedIn job listings using AI. Upload your resume and get a tailored list of jobs that fit your skills and experience. No manual searching—just fast, accurate job matching. Get tailored listings based on your skills, location, and commute distance.
7
Dexscreenener Token Fetcher
dr.ollie/dexscreenener-token-fetcher
Fetch real-time data from the DexScreener API for trending or specific token pairs on 18+ chains. Filter by liquidity, volume, or price change. Ideal for DeFi analytics, dashboards, and monitoring tools.
2