# Anysite Documentation Anysite provides powerful APIs and tools for extracting structured data from social media platforms, search engines, and the web. The ecosystem includes a REST API, MCP Server for AI tools, n8n workflow nodes, and a command-line toolkit. Base URL: https://api.anysite.io Authentication: `access-token` header (NOT Bearer tokens) Documentation: https://docs.anysite.io Full endpoint index: https://docs.anysite.io/llms-full.txt ## Detailed References (JSON, all parameters & responses) - LinkedIn: https://docs.anysite.io/llms-linkedin.json - Social (Instagram, Twitter, Reddit, YouTube): https://docs.anysite.io/llms-social.json - Data (Crunchbase, SEC, YC, Siemens, Web): https://docs.anysite.io/llms-data.json - Custom Parsers (50+ sources): https://docs.anysite.io/llms-custom-parsers.json ## API Endpoints All main API endpoints use POST method with JSON request body. Token management endpoints use GET. ### /acra (2 endpoints) - POST /api/acra/companies — Get Singapore company details by UEN - POST /api/acra/companies/search — Search Singapore companies in the ACRA registry ### /acres99 (4 endpoints) - POST /api/acres99/projects — Get full 99acres new-launch project details by id (npxid) or project URL: name, project type (residential/commercial), description, builder, construction status and possession date, price range, locality and geo coordinates, RERA status and id, unit configurations (BHK, area, price), gallery images, facilities and key highlights. - POST /api/acres99/projects/search — Search 99acres new-launch projects by city. Returns id (project id), name, description, builder, configuration, price, possession status and date, locality, geo coordinates, RERA status and id, and image. - POST /api/acres99/properties — Get full 99acres property listing details by id (spid) or property URL: title, description, price and price per sqft, brokerage, carpet area, configuration (bedrooms, bathrooms, balconies), floor, facing, furnishing, flooring, power backup, parking, transaction type, ownership, availability and possession, posted and updated dates, locality and geo coordinates, RERA id, amenities, highlights, nearby places, gated/corner/pet-friendly flags, images and dealer details. - POST /api/acres99/properties/search — Search 99acres listings by city for buy or rent. Returns the search feed of individual property listings and new-launch projects: id, name, heading, price and price per sqft, carpet area, configuration, floor, locality, geo coordinates, RERA id and dealer name. ### /adzuna (4 endpoints) - POST /api/adzuna/jobs — Get full Adzuna job details by job ID (or job URL) across any supported country site: title, company, location, full description, salary (actual or estimated), contract time, category, breadcrumbs, badges and apply URL. - POST /api/adzuna/jobs/search — Search Adzuna jobs across any supported country site. Returns job cards: id, url, title, company, location, snippet, salary (actual or estimated), badges and remote / closing-soon flags. Filter by keywords, exact phrase, excluded words, location and distance, salary range, contract type, hours, industry category, remote, date posted and sort order. - POST /api/adzuna/jobs/similar — Get the jobs Adzuna lists as similar to a given job (by job ID or job URL), across any supported country site. Returns job cards: id, url, title, company, location, salary (actual or estimated) and a promoted flag. - POST /api/adzuna/salaries — Get Adzuna UK labour-market salary stats for a job role (optionally narrowed by location): average advertised salary, comparison to the national average, year-on-year salary and vacancy trends, live vacancy count, top hiring companies, highest-paying areas and in-demand skills. ### /afishaboston (2 endpoints) - POST /api/afishaboston/events — Get a full Afisha Boston event by id or page URL: title, description, start and end dates, image, venue (name, address, city, state, postcode, country), organizer, ticket price range and currency, per-tier tickets (name, price, availability), event status, refund policy, ticket link, language and the event page URL. - POST /api/afishaboston/events/search — List upcoming Afisha Boston events (Russian-language cultural events in the Boston area). Optionally filter by a title keyword or a date range. Each item is a full event with title, description, start and end dates, image, venue, organizer, ticket price range and currency, per-tier tickets (name, price, availability), event status, refund policy, ticket link, language and the event page URL. ### /afishafi (2 endpoints) - POST /api/afishafi/events — Get a full Afisha.fi event by id or event page URL: title, description, start and end dates, city, organizer, price and currency, ticket link, images and view count. - POST /api/afishafi/events/search — Search Afisha.fi events (Russian-language cultural events across Finland). Provide a keyword for a full-text search over all events, or filter the upcoming listing by category, city and date range. Each item is a full event with title, description, start and end dates, city, organizer, price and currency, ticket link, images and view count. ### /afishalondon (2 endpoints) - POST /api/afishalondon/events — Get a full Afisha.London event by id or page URL: title, description, start and end dates with timezone, venue (name, address, city, country, phone, website), organizers, categories, ticket link, image, language and the event page URL. - POST /api/afishalondon/events/search — Search Afisha.London events (Russian-language cultural events in London and the UK) by keyword, date range, category, tag, venue, organizer or featured flag. By default returns upcoming events. Each item is a full event with title, description, dates and timezone, venue, organizers, categories, ticket link, image, language and the event page URL. ### /afishamira (2 endpoints) - POST /api/afishamira/events — Get a full Afisha Mira event by id or page URL: title, description, start and end dates, city, region, country, venue and address, category, performers, ticket price range and currency, external ticket link, image, event status and the event page URL. - POST /api/afishamira/events/search — Search Afisha Mira events (Russian-language cultural events worldwide) by keyword, city, country, artist or category. Past events are excluded. Each item is a full event with title, description, start and end dates, city, region, country, venue and address, category, performers, ticket price range and currency, external ticket link, image, event status and the event page URL. ### /agoda (6 endpoints) - POST /api/agoda/destinations/search — Resolve a destination keyword into Agoda geo ids. Returns matching cities, areas, regions and hotels with their numeric ids, geo level, country and number of available properties — the city id feeds the Agoda hotel search. - POST /api/agoda/hotels — Get full Agoda hotel details by property id (or hotel URL): name, property type, star rating, full address, coordinates, description, check-in/check-out times, guest review score with category subscores, guest recommendation scores, per-aspect review tags, guest review snippets, AI review summary, property highlights, favorite features, location highlights, facility highlights, grouped amenities, useful information (year opened, number of rooms, floors), property policies (children, adult, extra bed), city ranking metrics, host response rate, infant cot availability, nearby places, nearby airports and transport, official photos, guest photos and video. - POST /api/agoda/hotels/prices — Get the Agoda price calendar for a city: the cheapest nightly USD price (1 night, 2 adults) for each day starting from a given date, with a trend marker (Low / Normal / High) indicating how that day's price compares to the surrounding range. - POST /api/agoda/hotels/reviews — Get paginated guest reviews for an Agoda hotel by property id (or hotel URL). Each review includes the rating and rating label, title, full review text (or separate pros and cons for partner reviews), the review source, reviewer name, country, traveler type, room type, length of stay, helpful/unhelpful vote counts, review and stay dates, and any guest-uploaded photos. - POST /api/agoda/hotels/rooms — Get the live room rate grid for an Agoda hotel by property id (or hotel URL) for specific check-in / check-out dates and occupancy. Returns each available room type with its size, view and bed features, amenities, photos, guest review score and the list of bookable rate offers. Every offer carries the nightly price and currency, meal plan, cancellation policy, pay-later / pay-at-hotel flags, whether a credit card is required, the supplier and how many rooms are left. Prices and availability depend on the requested dates and occupancy. - POST /api/agoda/hotels/search — Search Agoda hotels in a city by numeric city id. Returns a paginated list of properties with id, name, property type, star rating, location (area, city, country with ids), average nightly price, hotel page URL, guest review score with category subscores, facility highlights and photos. ### /ah (2 endpoints) - POST /api/ah/products — Get full Albert Heijn product details by product id (or product URL): title, brand, category, sales unit size, summary, price, unit price, nutriscore, bonus/discount info, images, taxonomy, product properties and variants. - POST /api/ah/products/search — Search Albert Heijn products by keyword. Returns product cards with title, brand, category, price, list price, nutriscore, bonus/discount info, unit price description, availability and images. ### /airbnb (5 endpoints) - POST /api/airbnb/hosts — Get an Airbnb host (user) profile by host id (or profile URL): name, photo, superhost and identity verification status, host rating and review count, location, about text, hosting tenure, past trips, identity verifications, interests, and the host's managed listings (each with name, photo, room and property type, rating, reviews and capacity) plus the total listing count. - POST /api/airbnb/listings — Get full Airbnb listing details by room id (or listing URL): title, property and room type, location with coordinates, capacity (guests, bedrooms, beds, bathrooms), overall and category ratings, review count, guest-favorite and superhost flags, description, highlights, full amenity list, photos, cancellation policy, check-in/checkout times, house rules and the host (name, photo, tenure, rating, reviews, verification, response rate, co-hosts). - POST /api/airbnb/listings/availability — Get an Airbnb listing's availability calendar by room id (or listing URL): for each day in the requested window — whether it is available, can be a check-in or check-out date, is bookable, and the minimum and maximum nights for a stay starting that day. - POST /api/airbnb/listings/reviews — Get reviews for an Airbnb listing by room id (or listing URL): each review's text, star rating, creation date, language, stay highlight, host response and the author (name, photo, profile URL, superhost flag). Returns up to the requested count. - POST /api/airbnb/listings/search — Search Airbnb stay listings by location with optional dates, guest counts and nightly-price filters. Returns listings with id, url, listing title, card category, coordinates, overall rating and review count, guest-favorite flag, badges, displayed price (with original price when discounted) and its qualifier, capacity (bedrooms, beds, bathrooms) and photos. ### /alibaba (1 endpoints) - POST /api/alibaba/products/search — Search Alibaba products by keyword. Returns B2B offer cards: title, price, promotion_price, discount, moq, units_sold, rating, review_count, reorder_rate, certifications and images, plus the supplier (name, country, years, image, url) and the offer id and product_url. ### /alienvault_otx (21 endpoints) - POST /api/alienvault_otx/adversaries/search — Search AlienVault OTX threat actors (adversaries) by name or keyword - POST /api/alienvault_otx/files/analysis — Get the AlienVault OTX malware analysis of a file by its hash - POST /api/alienvault_otx/groups/search — Search AlienVault OTX community groups by name or keyword - POST /api/alienvault_otx/indicators — Get an AlienVault OTX threat-intelligence indicator with its enrichment and related pulses - POST /api/alienvault_otx/indicators/http_scans — Get HTTP scan data (response headers, body and detected technologies) for an IP, domain or URL - POST /api/alienvault_otx/indicators/malware — List malware samples AlienVault OTX has associated with an IP, domain or hostname - POST /api/alienvault_otx/indicators/passive_dns — Get passive DNS resolutions (domain/hostname to IP history) for an indicator from AlienVault OTX - POST /api/alienvault_otx/indicators/search — Search the AlienVault OTX indicator catalog by value or keyword - POST /api/alienvault_otx/indicators/url_list — List the URLs AlienVault OTX has observed on an IP, domain, hostname or URL indicator - POST /api/alienvault_otx/indicators/whois — Get the WHOIS records for a domain or hostname from AlienVault OTX - POST /api/alienvault_otx/industries — List the AlienVault OTX targeted-industry catalog - POST /api/alienvault_otx/malware/search — Search AlienVault OTX malware families by name or keyword - POST /api/alienvault_otx/pulses — Get an AlienVault OTX pulse (community threat report) by its id - POST /api/alienvault_otx/pulses/comments — List the community comments on an AlienVault OTX pulse - POST /api/alienvault_otx/pulses/history — List the edit history (indicator add/remove revisions) of an AlienVault OTX pulse - POST /api/alienvault_otx/pulses/indicators — List the indicators of compromise contained in an AlienVault OTX pulse - POST /api/alienvault_otx/pulses/related — List AlienVault OTX pulses related to a given pulse - POST /api/alienvault_otx/pulses/search — Search AlienVault OTX pulses (community threat reports) by keyword - POST /api/alienvault_otx/pulses/threat_summary — Get the aggregated threat summary (targeted countries, CVEs, CPEs) of an AlienVault OTX pulse - POST /api/alienvault_otx/users — Get an AlienVault OTX community user profile by username - POST /api/alienvault_otx/users/search — Search AlienVault OTX community users by username or keyword ### /aljazeera (5 endpoints) - POST /api/aljazeera/articles — Get a full Al Jazeera article by URL or slug: title, subheading, full HTML text, authors, news agency sources, categories, tags, geography, featured image, gallery images, video, audio version and related articles. Supports all article types: news, opinion, video, gallery, longform and liveblog. - POST /api/aljazeera/articles/search — Search Al Jazeera articles by keyword. Returns matching articles with title, url, excerpt, publish and update dates, image and thumbnail. - POST /api/aljazeera/authors — Get an Al Jazeera author profile by author page URL or alias: name, biography, job title, avatar, published article count and social network links (Twitter/X, Facebook, Instagram, LinkedIn, TikTok, Bluesky). - POST /api/aljazeera/authors/articles — Get articles published by an Al Jazeera author (by author page URL or alias), newest first: title, excerpt, publish date, article URL, type (news, opinion, video, gallery, longform, liveblog), co-authors, news agency sources, featured image and audio version. - POST /api/aljazeera/categories/articles — List Al Jazeera articles for a site section (news, sports, economy, opinion, videos), topic tag (football, crime) or country/region (iran, europe, us-canada). Returns listing items with title, excerpt, publish date, link, authors, featured image, video, audio version and liveblog updates, newest first. ### /amazon (5 endpoints) - POST /api/amazon/products — Get full Amazon product details by ASIN (or product URL): title, brand, price, images, rating, features, specs, variations, seller and availability. - POST /api/amazon/products/offers — Get all marketplace offers for an Amazon product by ASIN: price, condition (new/used grade), seller (id, name, rating), ships_from, sold_by and delivery. - POST /api/amazon/products/search — Search Amazon products by keyword. Returns id (ASIN), title, price, rating, review_count, image. - POST /api/amazon/sellers — Get an Amazon seller profile by seller ID: name, rating, rating_count, positive feedback %, business name/address, phone, about and per-period ratings (30d/90d/365d/lifetime). - POST /api/amazon/sellers/products — List products sold by an Amazon seller (storefront) by seller ID. Returns id (ASIN), title, price, rating, review_count, image. ### /amazon/appstore (4 endpoints) - POST /api/amazon/appstore/apps — Get full Amazon Appstore app details by ASIN (or app URL): developer, version, permissions, languages, compatible devices, content rating, size, images, ratings, data privacy and description. - POST /api/amazon/appstore/apps/reviews — Get top customer reviews for an Amazon Appstore app by ASIN: author, title, text, rating, verified status, date, country and helpful votes. - POST /api/amazon/appstore/apps/search — Search Amazon Appstore apps by keyword with department, device, rating, price, recency and sort filters. Returns id (ASIN), name, developer-agnostic price, rating and image. - POST /api/amazon/appstore/developers/apps — List the Amazon Appstore apps published by a developer (the 'More apps by this developer' listing). Returns id (ASIN), name, price, rating and image. ### /ameblo (6 endpoints) - POST /api/ameblo/posts — Get a single Ameba blog entry by blog ID and entry ID - POST /api/ameblo/posts/reactions — Get like/comment/reblog counts for one or more Ameba blog entries - POST /api/ameblo/posts/search — Search Ameba blog entries by keyword - POST /api/ameblo/users — Get an Ameba blogger profile by blog ID or URL - POST /api/ameblo/users/followers — List the followers (readers) of an Ameba blog by blog ID or URL - POST /api/ameblo/users/posts — List an Ameba blogger's entries by blog ID or URL ### /anaconda (6 endpoints) - POST /api/anaconda/channels — Get an Anaconda.org channel (owner) profile by login or channel URL - POST /api/anaconda/channels/packages — List packages hosted in an Anaconda.org channel - POST /api/anaconda/packages — Get conda package metadata by channel and name, 'channel/name', or anaconda.org package URL - POST /api/anaconda/packages/files — Get the downloadable distribution files of a specific conda package version - POST /api/anaconda/packages/releases — Get the per-version release history of a conda package - POST /api/anaconda/packages/search — Search conda packages across Anaconda.org channels by name, optionally filtered by platform or type ### /apartments (2 endpoints) - POST /api/apartments/listings — Get full Apartments.com rental listing details by shortcode (or listing URL): name, description, address, geo, rent range, floor plans (beds/baths/sqft/rent), amenities, photos, reviews, ratings, pet policy, year built, lease options and walk/transit scores. - POST /api/apartments/listings/search — Search Apartments.com rental listings by location (city-state): for each result returns name, address, geo, rent range, per-bedroom pricing, amenities, move-in specials, photo and phone. Supports filters by bedrooms, home type and price range. ### /apify (2 endpoints) - POST /api/apify/actors — Get Apify Store actor details by 'username/actor-name', actor ID, or store URL - POST /api/apify/actors/search — Search Apify Store actors by keyword ### /apkpure (5 endpoints) - POST /api/apkpure/apps — Get APKPure app details by Android package name - POST /api/apkpure/apps/charts — Get an APKPure top chart (top apps or top games) for a country - POST /api/apkpure/apps/reviews — Get user reviews and comments for an APKPure app by Android package name - POST /api/apkpure/apps/search — Search APKPure apps by keyword - POST /api/apkpure/apps/versions — List version history of an APKPure app by Android package name ### /appbrain (3 endpoints) - POST /api/appbrain/apps — Get AppBrain app details by Android package name, AppBrain app URL, or Google Play URL - POST /api/appbrain/apps/browse — Browse and discover AppBrain apps by sort order, category, filter and country - POST /api/appbrain/apps/ranking — Get the Google Play top-chart ranking for a list type, category and country ### /appstore (5 endpoints) - POST /api/appstore/apps — Get Apple App Store app details by track ID, bundle ID, or App Store URL - POST /api/appstore/apps/charts — Get an Apple App Store top-chart ranking by storefront and optional category - POST /api/appstore/apps/reviews — Get Apple App Store app customer reviews by track ID, bundle ID, or App Store URL - POST /api/appstore/apps/search — Search Apple App Store apps by term, keyword, or developer name - POST /api/appstore/developers — Get Apple App Store developer details and their apps by artist ID or developer URL ### /aptoide (7 endpoints) - POST /api/aptoide/apps — Get Aptoide app details by package name, numeric app id, or app URL - POST /api/aptoide/apps/reviews — List user reviews of an Aptoide app by package name or app id - POST /api/aptoide/apps/search — Search Aptoide apps by keyword - POST /api/aptoide/apps/similar — List apps similar to an Aptoide app by package name or app id - POST /api/aptoide/apps/versions — List all published versions of an Aptoide app by package name or app id - POST /api/aptoide/reviews/comments — List comments on an Aptoide review by review id - POST /api/aptoide/stores — Get Aptoide store details by store name ### /ares (6 endpoints) - POST /api/ares/companies — Get Czech company identity and registration record by identification number (ICO) - POST /api/ares/companies/res — Get Czech company statistical-register (RES) record: identity and statistical classification - POST /api/ares/companies/ros — Get Czech company register-of-persons (ROS) record: officers, establishments and data boxes - POST /api/ares/companies/rzp — Get Czech company trade-register (RZP) record: trade licenses and responsible persons - POST /api/ares/companies/search — Search Czech companies in the ARES registry by name, address, ICO and other criteria - POST /api/ares/companies/vr — Get Czech company public-register (OR) record: officers, shareholders, share capital, scope ### /ariregister (2 endpoints) - POST /api/ariregister/companies — Get an Estonian business's full registry record from the e-Business Register by its 8-digit registry code: name, legal form and subtype, status, enterprise register code, LEI code, VAT number and start date, share capital, founding and registration dates, financial year period, e-invoice operator, address and contacts, the management board and supervisory board (name, personal identification code, country, role, start and end dates), shareholders (name, contribution, share type), beneficial owners (name, manner of control), areas of activity (EMTAK code and type), annual reports (year, period, revenue, profit, profit margin and report download URL), articles of association documents (effective date, status and download URL) and tax information (tax debt, state and workforce taxes, taxable turnover and number of employees). - POST /api/ariregister/companies/search — Search Estonian businesses in the e-Business Register by company name or registry code. Returns each match's registry code, current and historical names, registration status, legal form, legal address and postal code. ### /artgeorgia (2 endpoints) - POST /api/artgeorgia/events — Get full ArtGeorgia event details by event id, id-alias or event page URL: title, category, event date, description, image gallery, venue, city, country, ticket price and currency, external ticket url, view count and source url. Covers concerts, theatre, exhibitions, festivals and other events in Tbilisi and Batumi. - POST /api/artgeorgia/events/search — Search ArtGeorgia events in Tbilisi and Batumi by full-text keyword and/or by category (concerts, theatre, opera and ballet, exhibitions, festivals, events, children, games, master classes, tours). Each event has title, category, event date, description, venue, city, country, image, view count and source url. ### /artstation (17 endpoints) - POST /api/artstation/channels — List ArtStation channels (art topics) - POST /api/artstation/channels/projects — Get the artwork feed of an ArtStation channel - POST /api/artstation/jobs — Get an ArtStation job listing by hash id or URL - POST /api/artstation/jobs/search — Search ArtStation job listings - POST /api/artstation/marketplace/products — Get an ArtStation marketplace product by hash id or URL - POST /api/artstation/projects — Get ArtStation artwork (project) details by hash id or URL - POST /api/artstation/projects/comments — Get comments on an ArtStation artwork - POST /api/artstation/projects/reactions — Get reactions on an ArtStation artwork - POST /api/artstation/projects/search — Search ArtStation artworks (projects) - POST /api/artstation/studios — Get an ArtStation hiring studio by slug or URL - POST /api/artstation/studios/search — Search ArtStation hiring studios - POST /api/artstation/users — Get ArtStation artist profile by username or URL - POST /api/artstation/users/followers — Get an ArtStation artist's followers - POST /api/artstation/users/following — Get artists an ArtStation artist is following - POST /api/artstation/users/likes — Get artworks an ArtStation artist has liked - POST /api/artstation/users/projects — Get an ArtStation artist's portfolio artworks - POST /api/artstation/users/search — Search ArtStation artists ### /arxiv (2 endpoints) - POST /api/arxiv/papers — Get arXiv paper details by ID (or a list of IDs) - POST /api/arxiv/papers/search — Search arXiv papers by query ### /ashby (2 endpoints) - POST /api/ashby/jobs — Get a single Ashby job posting by board handle and posting id - POST /api/ashby/jobs/search — List job postings from a company's Ashby career board with optional filters ### /asos (5 endpoints) - POST /api/asos/categories/products — List ASOS products in a category. Accepts a category id (cid) or a category page URL and returns lightweight product cards: title, brand, colour, price, list_price, currency, is_on_sale, image and images, plus the product ID, product_code, alias and URL. - POST /api/asos/products — Get full ASOS product details by product ID (or product URL): title, brand, price, list_price, currency, save_percent, stock, fit type, save count, images, catwalk video, description, rating and per-star breakdown, sub-ratings (fit/quality), review summary and recent reviews, available sizes and colour variants. - POST /api/asos/products/recommendations — Get ASOS styling recommendations for a product (the 'buy the look' / 'ways to style' companions). Returns product cards: title, brand, price, list_price, currency, save_percent, is_on_sale, is_in_stock, image and images, plus the product ID, product_code, alias and URL. - POST /api/asos/products/reviews — Get the full paginated review history for an ASOS product by product ID (or product URL): rating, title, text, author, submission date, verified-purchaser and recommended flags, secondary fit/quality ratings, and review photos. - POST /api/asos/products/search — Search ASOS products by keyword. Returns lightweight product cards: title, brand, colour, price, list_price, currency, is_on_sale, image and images, plus the product ID, product_code, alias and URL. ### /athome (2 endpoints) - POST /api/athome/listings — Get full athome (アットホーム) real-estate listing details by numeric property id (or listing URL): rent or sale price, management fee, deposit and key money, layout, area, floor, facing, structure, building age, address, nearest stations with walking time, amenities, parking, transaction type, handling agent and photos. Covers rentals and for-sale mansion, house and land. - POST /api/athome/listings/search — Search athome (アットホーム) real-estate listings by prefecture and deal type (rentals or for-sale mansion, house and land). Returns listing cards with name, building type, room number, address, nearest stations, layout, area, building age, floor, structure, rent or price, management fee, deposit and key money, and image. ### /autoru (6 endpoints) - POST /api/autoru/catalog — Get the Auto.ru model catalog for a mark/model: all generations (with year ranges, restyle flag, market segment), their body configurations (body type, doors, seats, trunk volume, fuel-tank volume) and per-configuration technical modifications (engine type, displacement, power, transmission, drive, acceleration, top speed, fuel consumption, engine model, cylinders, torque), plus the owner review count and rating. - POST /api/autoru/dealers — Get an Auto.ru dealer profile by its code/alias. Returns the dealer name, official status, rating and review count, logo, phones, address and coordinates, opening hours, registration date, dealer-network name, the marks it sells and offer counts (total, new, used). - POST /api/autoru/dealers/offers — List the car offers of a specific Auto.ru dealer. Returns full offer cards (price, mileage, vehicle specification, documents, photos) for the dealer's current inventory, paginated to the requested count. - POST /api/autoru/dealers/search — Search Auto.ru car dealers by region, optionally narrowed to dealers selling new/used/all vehicles, a specific mark, or a dealer-name substring. Returns dealer cards with name, code, logo, the primary mark, dealer-network name, organisation type, address and coordinates, phones and the number of offers. - POST /api/autoru/offers — Get a single Auto.ru car listing by its identifier. Returns the full offer card: price and predicted price range, mileage, condition, photos, the full vehicle specification (mark, model, generation, body type, engine, transmission, drive, power, equipment), documents (year, owners, PTS, VIN status, accident/legal checks), the seller (private person or dealer salon with rating and location), view counters and timestamps. - POST /api/autoru/offers/search — Search Auto.ru car listings with the full filter set: region, mark/model/generation, section (new/used/all), price/year/mileage/power/acceleration/displacement ranges, max fuel rate, min ground clearance, min trunk volume, transmission, engine/fuel type, charging port type (electric), drive, body type, steering wheel side, maximum owners, PTS status, damage state, customs-cleared, in-stock, trade-in exchange, photo-only, verified real photos, exterior panoramas, manufacturer-certified, no-mileage-in-Russia, recently posted and an extensive equipment catalogue (airbags, assist systems, climate, cameras, multimedia, lighting, wheels, interior, seats, suspension). Sort by relevance, price, year, mileage or alphabet. Returns full offer cards with price, price history, owner expenses, discount options, mileage, vehicle specification, documents, photos and seller. ### /autoscout24 (5 endpoints) - POST /api/autoscout24/dealers — Get an AutoScout24 dealer by slug (or dealer page URL): name, address, contact details, ratings and reviews, opening hours, contact persons, additional services, logo and current inventory size. - POST /api/autoscout24/dealers/listings — Get the current inventory (listings) of an AutoScout24 dealer by slug (or dealer page URL). Returns listing cards with price, vehicle summary, location and seller. Sort by best match, price, registration, mileage or power. - POST /api/autoscout24/listings — Get a single AutoScout24 listing by id (UUID) or offer URL: full vehicle specification, prices (public and dealer), equipment, fuel/CO2, environment, leasing, media, location and seller. - POST /api/autoscout24/listings/search — Search AutoScout24 car listings with the full filter set: make/model, article type, seller countries, postal code and radius, condition (new/used/demo/...), body type, fuel type, transmission, drivetrain, price range and price type, registration year range, mileage range, power range, seller type, seats and doors, cylinders, equipment, condition requirements, exterior and interior colors, paint and upholstery, emission class, online-since, previous owners and free-text keyword. Sort by best match, price, registration, mileage or power. Returns listing cards with price, vehicle summary, location and seller. - POST /api/autoscout24/makes — List all AutoScout24 car makes (brands) with id, name and search alias. The alias can be used as the 'make' parameter of the listings search endpoint. Top/popular makes are flagged with is_top. ### /avvo (5 endpoints) - POST /api/avvo/lawyers — Get an Avvo attorney profile by id (e.g. 1625117), profile slug or profile URL: full name, headshot, biography, Avvo Rating with label, client review star average with per-star breakdown and review count, practice areas with focus percentage and years practiced, office contact and geo, state bar licenses with status and acquired year, spoken languages, education, honors, work experience, speaking engagements, publications, sample cases, professional associations, awards, accepted payment methods, consultation offer and legal-answer / endorsement activity counts. - POST /api/avvo/lawyers/reviews — Get client reviews for an Avvo attorney by id, profile slug or profile URL: reviewer name, star rating, review title, review text, date and whether the reviewer hired the attorney. Optionally narrow to a star rating or to reviews mentioning a specific aspect (theme). - POST /api/avvo/lawyers/search — Search Avvo attorneys by practice area within a US state (optionally narrowed to a city), ordered by best match, best/most reviewed or years licensed. Returns each attorney's name, headshot, Avvo Rating, client review star average and count, firm and office address, phone, years licensed, practice areas, education and profile tagline. - POST /api/avvo/questions — Get an Avvo legal question by id (e.g. 6315997), slug or URL: question title and body, legal topic, asker location, date and answer count, plus every attorney answer with the answering lawyer's name, specialty, star rating, review count and Avvo Rating, the answer text, date and helpful / lawyer-agree counts. - POST /api/avvo/questions/search — Search Avvo legal questions within a legal topic, optionally narrowed by US state or keyword. Returns each question's title, body preview, asker location, date and answer count with a link to the full question. ### /baidu (1 endpoints) - POST /api/baidu/search — Search Baidu web results by query. Returns organic results with destination url, title, source publisher, publish date and snippet. Supports Chinese and Latin queries and a recency filter. ### /banki (6 endpoints) - POST /api/banki/banks — Get a Banki.ru bank profile by alias or numeric bank id - POST /api/banki/banks/ratings — Get a Banki.ru bank's financial indicators (CBR data) and rating places by alias or numeric bank id - POST /api/banki/banks/reviews — Get customer reviews (Narodny Reyting) for a Banki.ru bank by alias or numeric bank id - POST /api/banki/banks/search — Search the Banki.ru bank directory with ownership, region-scope and sort filters - POST /api/banki/ratings/search — Rank Russian banks by a financial indicator (CBR data) on Banki.ru - POST /api/banki/reviews/search — Get the latest customer reviews (Narodny Reyting) across all banks on Banki.ru ### /bayt (8 endpoints) - POST /api/bayt/companies — Get a Bayt.com company profile by company ID (or profile URL): name, logo, industry, company size, follower count, website, location, About description, linked social profiles, and recently posted roles. Works for both employer-branded and basic company pages across the Bayt.com network. - POST /api/bayt/companies/jobs — List the jobs posted by a Bayt.com company across any supported MENA country site, identified by its slug, numeric ID, profile URL or company jobs URL. Results are filtered to the requested company. Each job carries the id, title, url, an AI summary, career level and experience, work setting, citizenship, posting age, hiring company (name, logo, profile), location (district/city/country) and salary range. - POST /api/bayt/companies/search — Browse the Bayt.com company directory for a MENA country, optionally filtered by industry. Returns hiring companies with name, Bayt alias and URL, logo, open job count, and (when an industry filter is applied) the numeric company ID. - POST /api/bayt/jobs — Get full Bayt.com job details by job ID (or job URL) across any supported MENA country site: title, HTML and plain-text description, skills, employment type, posted and expiry dates, salary, hiring company (name, logo, industry, size, profile), location, work setting (remote/hybrid/on-site), number of openings, and preferred-candidate criteria (career level, experience, degree, gender, nationality, residence). - POST /api/bayt/jobs/search — Search Bayt.com job postings across any supported MENA country site by keyword with rich filters — narrow by country, city, posting recency, career level, employment type, gender preference, employer type, industry, hiring company, and remote work, with relevance or date ordering. Each result carries the job ID, title, URL, an AI summary, career level and experience, work setting, posting age, hiring company (name, logo, profile), location, and salary range. - POST /api/bayt/jobs/similar — List the jobs Bayt.com recommends alongside a given job (its 'Similar Jobs', 'People who viewed this job also viewed' and 'People who applied to this job also applied to' rails), identified by job ID or a job detail URL across any supported MENA country site. Each related job carries its id, title, url, posting age, easy-apply flag, hiring company (name, logo) and location (city, country). - POST /api/bayt/people/search — Search Bayt.com professional profiles across the Middle East & North Africa by keyword — match on name, job title, skill or employer, and optionally narrow by residence location or specialty. Each result carries the profile and user IDs, name, latest job title and employer, total experience, residence, photo, profile URL, specialties, premium status, and follower / following / answer / question counts. - POST /api/bayt/salaries/search — Search Bayt.com salary estimates by job title or role across any supported MENA country site. Matches the query against Bayt's salary catalog (specific job titles and broad job-role categories) and returns the monthly salary distribution for each match: estimated minimum, maximum and median pay, currency, and the country the figures apply to. ### /bazarclub (2 endpoints) - POST /api/bazarclub/events — Get full details of a BAZAR.club event by its slug: title, description, category, start/end date, venue address and city, ticket price range, ticket purchase link, organizer contacts, gallery images, and — for touring shows — the list of individual dated performances (tours). - POST /api/bazarclub/events/search — Search BAZAR.club events. Browse the full events feed or filter by keyword, city/state and category. Returns a list of events with slug, title, description, city, start/end date, price range, currency and poster image. ### /bbb (4 endpoints) - POST /api/bbb/businesses — Get a Better Business Bureau business profile by BBB id (e.g. 0292-1922) or profile URL: name, alternate names, BBB letter rating (A+..F/NR) with reasons, accreditation status, customer star rating, review and complaint counts, categories, entity type, website, address, phone, key contacts, founding dates and the local BBB office. - POST /api/bbb/businesses/complaints — Get complaints filed against a BBB business by id (e.g. 0292-1922) or profile URL: complaint type, status, text, date and the business responses with their resolution. - POST /api/bbb/businesses/reviews — Get customer reviews for a BBB business by id (e.g. 0292-1922) or profile URL: star rating, author, text, date and the business response. - POST /api/bbb/businesses/search — Search Better Business Bureau businesses by keyword and location, optionally filtered by BBB rating, accreditation and search radius. Returns name, image, BBB rating, accreditation, phone, categories, address and profile URL for each business. ### /bbc (1 endpoints) - POST /api/bbc/feeds — List the latest BBC News articles published in a section feed (top stories, world and its regions, UK nations and their local areas, business, politics, technology, science, health, sport and its disciplines). Returns newest-first items with title, link, excerpt, publish date and image. ### /bestbuy (6 endpoints) - POST /api/bestbuy/categories — Get a Best Buy category by id (or category page URL): category name, total product count, breadcrumb path (parent categories) and child categories (each with id, name and url). - POST /api/bestbuy/products — Get full Best Buy product details by SKU (or product URL): title, brand, model, color, price, list_price, rating, review_count, question_count, images, breadcrumbs, specifications, condition, availability and offers (including Open-Box conditions). - POST /api/bestbuy/products/offers — Get all buying options for a Best Buy product by SKU (or product URL): the New listing plus available Open-Box grades (Excellent/Good/Fair) and Refurbished, each with condition, grade, price, currency and url. - POST /api/bestbuy/products/questions — Get customer questions and answers for a Best Buy product by SKU (or product URL): question text, author, date, answer count and the answers (each with text, author, date, helpful votes, badges and images). - POST /api/bestbuy/products/reviews — Get customer reviews for a Best Buy product by SKU (or product URL): rating, title, text, author, submission date, helpful/unhelpful counts, recommendation flag, reviewer badges and seller responses. - POST /api/bestbuy/products/search — Search Best Buy products by keyword. Returns lightweight product cards: id (SKU), title, brand, model, price, list_price, currency, discount_percent, rating, review_count, image, condition and product URL. ### /betalist (7 endpoints) - POST /api/betalist/makers — Get a BetaList maker (founder) profile by handle. Returns the maker's name, avatar image, the startups they have made and the startups they follow, each as a startup card. - POST /api/betalist/startups — Get a single BetaList startup by its slug. Returns the name, tagline, full description, logo image and pitch screenshots, external website url, featured date, the makers (founders) with their handles, the topics/markets it is listed under, and a list of similar startups. - POST /api/betalist/startups/latest — Get the newest startups on BetaList: the global reverse-chronological launch feed. Returns startup cards with name, slug, tagline, logo image and a boosted (paid promotion) flag. - POST /api/betalist/startups/search — Search BetaList startups by keyword. Returns matching startup cards with name, slug, tagline, logo image and a boosted (paid promotion) flag. - POST /api/betalist/startups/similar — Get startups similar to a given BetaList startup (its 'Discover startups similar to' recommendations). Returns startup cards with name, slug, tagline, logo image and a boosted (paid promotion) flag. - POST /api/betalist/topics — Get the BetaList market taxonomy. Without a market it returns the full catalog of markets, each with its emoji, name and topic count. Pass a market slug to get that single market together with its complete list of topics. - POST /api/betalist/topics/startups — List startups within a BetaList topic. Accepts a topic slug or a full topic/browse URL and returns the startup cards in that topic with name, slug, tagline, logo image and a boosted (paid promotion) flag. ### /bgptools (14 endpoints) - POST /api/bgptools/asns — Look up an Autonomous System's profile on bgp.tools by AS number - POST /api/bgptools/asns/connectivity — List an Autonomous System's peers, upstreams and downstreams - POST /api/bgptools/asns/ixs — List the Internet Exchange Points an Autonomous System is present at - POST /api/bgptools/asns/prefixes — List all IPv4/IPv6 prefixes originated by an Autonomous System - POST /api/bgptools/asns/whois — Get the raw RIR whois record and AS-SET memberships for an Autonomous System - POST /api/bgptools/ips — Find the BGP prefixes and origin ASNs announcing a given IP address - POST /api/bgptools/ixs — Look up an Internet Exchange Point profile on bgp.tools by name - POST /api/bgptools/ixs/members — List the networks peering at an Internet Exchange Point - POST /api/bgptools/prefixes — Look up a BGP prefix on bgp.tools by CIDR block - POST /api/bgptools/prefixes/connectivity — List the upstreams and peers observed for a specific BGP prefix - POST /api/bgptools/prefixes/dns — List reverse (PTR) or forward DNS records within a BGP prefix - POST /api/bgptools/prefixes/validation — Get RPKI and IRR route-origin validation for a BGP prefix - POST /api/bgptools/search — Search bgp.tools for Autonomous Systems and prefixes by keyword - POST /api/bgptools/tags — List all Autonomous Systems carrying a given bgp.tools classification tag ### /bilety (2 endpoints) - POST /api/bilety/events — Get full Bilety.co.il event details by event slug or UUID: title, description, main image and photo gallery, ticket source, price range, start and end date, the full list of sessions (city, venue, date, time, price range and external ticket url), user comments and recommended events. - POST /api/bilety/events/search — Search and list Bilety.co.il events (Russian-language concerts, theatre, circus, comedy, kids, shows and more across Israel). Filter by free-text keyword, categories and subcategories, cities or whole regions, a quick date window or a custom date range, ticket price range, super-price/discount/tour flags, and choose the sort order. Each event has title, description, image, category, price range, start and end date and featured flag. ### /bilibili (8 endpoints) - POST /api/bilibili/users — Get Bilibili user (up主) profile by mid or space URL - POST /api/bilibili/users/dynamics — List dynamics (posts) published by a Bilibili user (up主) by mid or space URL - POST /api/bilibili/users/videos — List videos published by a Bilibili user (up主) by mid or space URL - POST /api/bilibili/videos — Get Bilibili video details by BV-id, aid or URL - POST /api/bilibili/videos/popular — List currently popular Bilibili videos - POST /api/bilibili/videos/ranking — List the Bilibili video ranking (leaderboard) for a region - POST /api/bilibili/videos/related — Get videos related to a Bilibili video by BV-id, aid or URL - POST /api/bilibili/videos/search — Search Bilibili videos by keyword ### /binance (10 endpoints) - POST /api/binance/klines — Get historical candlestick (OHLCV) data for a trading pair - POST /api/binance/order_book — Get the current order book (bids and asks) for a trading pair - POST /api/binance/symbols — Get trading rules and metadata for one or more trading pairs - POST /api/binance/symbols/search — List and filter the catalog of trading pairs and their trading rules - POST /api/binance/tickers — Get price-change statistics for one or more trading pairs over a rolling window - POST /api/binance/tickers/average — Get the current average price for a trading pair over a short window - POST /api/binance/tickers/book — Get the current best bid and ask price and size for one or more trading pairs - POST /api/binance/tickers/price — Get the latest price for one or more trading pairs - POST /api/binance/trades — Get the most recent trades for a trading pair - POST /api/binance/trades/aggregated — Get aggregate (compressed) trades for a trading pair ### /bing (2 endpoints) - POST /api/bing/news/articles/search — Search Bing News articles by keyword. Returns matching news articles with title, source publisher, external article url, publish time, snippet and image. Supports recency and sort filters. - POST /api/bing/news/articles/top — Top Bing News stories feed. Returns the current headline articles with title, source publisher, external article url, publish time, snippet and image. Optionally restrict to a news category. ### /bing/search (1 endpoints) - POST /api/bing/search — Bing web search by query. Returns organic web results with title, url, displayed url (breadcrumb), snippet and publish date (when present). Supports market, recency and safe-search filters. ### /biorxiv (4 endpoints) - POST /api/biorxiv/preprints — Get a bioRxiv / medRxiv preprint by DOI (all posted versions) - POST /api/biorxiv/preprints/published — List bioRxiv / medRxiv preprints that were published in a journal within a date interval - POST /api/biorxiv/preprints/publisher — List bioRxiv / medRxiv preprints published by a given publisher (DOI prefix) within a date interval - POST /api/biorxiv/preprints/search — List bioRxiv / medRxiv preprints posted within a date interval ### /bis (3 endpoints) - POST /api/bis/datasets — Get observations from a BIS dataset by its id, sliced by dimension filters - POST /api/bis/datasets/dimensions — Get the dimensions and available value codes of a BIS dataset - POST /api/bis/datasets/search — Search the BIS Statistics catalogue for datasets by keyword ### /bitbucket (10 endpoints) - POST /api/bitbucket/commits — Get a Bitbucket commit by hash, branch, or tag within a repository - POST /api/bitbucket/pullrequests — Get a Bitbucket pull request by URL or 'workspace/repo#id' - POST /api/bitbucket/repositories — Get Bitbucket repository details by 'workspace/repo' or repository URL - POST /api/bitbucket/repositories/branches — List branches of a Bitbucket repository by 'workspace/repo' or repository URL - POST /api/bitbucket/repositories/commits — List commits of a Bitbucket repository by 'workspace/repo' or repository URL - POST /api/bitbucket/repositories/forks — List forks of a Bitbucket repository by 'workspace/repo' or repository URL - POST /api/bitbucket/repositories/pullrequests — List pull requests of a Bitbucket repository by 'workspace/repo' or repository URL - POST /api/bitbucket/repositories/search — List repositories of a Bitbucket workspace with optional query filter and sort - POST /api/bitbucket/users — Get a Bitbucket user account by UUID or account_id - POST /api/bitbucket/workspaces — Get Bitbucket workspace details by slug or UUID ### /blibli (6 endpoints) - POST /api/blibli/categories — List Blibli's top-level product categories: category code, name, alias, level, listing URL and image. Use the category code to scope the products/search endpoint. - POST /api/blibli/products — Get full Blibli product details by SKU (itemSku/productSku) or product URL: name, brand, price, list_price, discount, images, rating, review_count, sold_count, stock, warranty, description, specifications, variant options, category breadcrumbs and seller. - POST /api/blibli/products/reviews — Get customer reviews for a Blibli product by SKU (itemSku/productSku) or product URL: rating, text, author, dates, likes, verified-buyer flag, purchased variant, review photos and videos. - POST /api/blibli/products/search — Search Blibli products by keyword, or browse a category by code, with filters (sort, brand, price range, rating, location, seller type). Returns product cards: name, brand, price, list_price, discount, images, rating, review_count, seller, badge, location, sold_count, variant and category. - POST /api/blibli/sellers — Get a Blibli merchant (seller) by merchant code or merchant page URL: name, description, badge tier, ratings, review/comment counts, official-store flag, province, fulfillment metrics and logo. - POST /api/blibli/sellers/products — List products from a Blibli merchant's storefront (by merchant code or merchant URL) with sort. Returns product cards: name, brand, price, list_price, discount, images, rating, review_count, badge, location, sold_count, variant and category. ### /blind (10 endpoints) - POST /api/blind/channels — List Blind (teamblind.com) channels/topics (the full community topic taxonomy) - POST /api/blind/channels/posts — Get the Blind (teamblind.com) post feed for a channel/topic by slug or URL - POST /api/blind/companies — Get a Blind (teamblind.com) company employer profile with rating and category breakdown by name or URL - POST /api/blind/companies/posts — Get the Blind (teamblind.com) company-scoped discussion feed by company name or URL - POST /api/blind/companies/reviews — Get Blind (teamblind.com) employee reviews for a company by name or profile URL - POST /api/blind/companies/salaries — Get Blind (teamblind.com) verified salary percentiles and recent submissions for a company - POST /api/blind/layoffs/search — Search the Blind (teamblind.com) layoff tracker (WARN filings + community-reported layoffs) - POST /api/blind/posts — Get a Blind (teamblind.com) post/thread with its full set of threaded comments by id or URL - POST /api/blind/posts/comments — Get the threaded comments of a Blind (teamblind.com) post by id or URL - POST /api/blind/posts/search — Search Blind (teamblind.com) community posts by keyword ### /bluesky (8 endpoints) - POST /api/bluesky/posts — Get Bluesky Posts - POST /api/bluesky/posts/replies — Get Bluesky Post Replies - POST /api/bluesky/posts/search — Search Bluesky Posts - POST /api/bluesky/users — Get Bluesky User Profile - POST /api/bluesky/users/followers — Get Bluesky User Followers - POST /api/bluesky/users/follows — Get Bluesky User Follows - POST /api/bluesky/users/posts — Get Bluesky User Posts - POST /api/bluesky/users/search — Search Bluesky Users ### /blur (11 endpoints) - POST /api/blur/activity/search — List recent marketplace activity (sales, listings, transfers) for a Blur collection - POST /api/blur/collections — Get a Blur NFT collection by its slug or contract address - POST /api/blur/collections/bids — Get the executable collection-bid depth (bid ladder) for a Blur collection - POST /api/blur/collections/charts — Get the floor-price and sales time series for a Blur collection - POST /api/blur/collections/holders — List the top holders of a Blur collection by number of tokens owned - POST /api/blur/collections/loan-offers — Get aggregated Blend loan-offer depth for a Blur collection - POST /api/blur/collections/loans — List active Blend NFT-collateral loans (liens) for a Blur collection - POST /api/blur/collections/search — Browse and rank Blur NFT collections by floor price or trading volume - POST /api/blur/collections/tokens — List the NFTs in a Blur collection (listed for sale by default) - POST /api/blur/collections/traits — List trait values of a Blur collection with per-trait floor, last sale and bid stats - POST /api/blur/tokens — Get a single Blur NFT by its collection and token id ### /bol (5 endpoints) - POST /api/bol/categories/products — List Bol.com products within a category by category id (or category URL). Returns product cards with name, brand, image, price, list price, condition, delivery info, rating, review count, category hierarchy, product url and a sponsored flag. - POST /api/bol/products — Get full Bol.com product details by product id (or product URL): name, brand, serie, description, price, currency, condition, availability, color, EAN, image, rating, reviews count, seller, price range across sellers, dimensions, variant count and category breadcrumbs. - POST /api/bol/products/reviews — Get customer reviews for a Bol.com product by product id (or product URL): rating (1-5), title, review text, author name/age/city, date, verified-purchase flag, pros and cons, and helpful/unhelpful vote counts. - POST /api/bol/products/search — Search Bol.com products by keyword. Returns product cards with name, brand, image, price, list price, condition, delivery info, rating, review count, category hierarchy, product url and a sponsored flag. - POST /api/bol/sellers — Get a Bol.com seller (retailer) by seller id or seller URL: name, description, registration date, logo, rating, review count, positive reviews percentage, top seller flag, product count, legal partner details (legal name, VAT and business registration numbers, address) and per-aspect rating details (product info, delivery time, shipping, service). ### /bonalog (4 endpoints) - POST /api/bonalog/organizations — Get a Russian organization's registry card by its identifier - POST /api/bonalog/organizations/autocomplete — Autocomplete Russian organizations by name or INN prefix - POST /api/bonalog/organizations/financials — Get the official accounting (financial) statements of a Russian organization by its identifier - POST /api/bonalog/organizations/search — Search Russian organizations by name, INN, OGRN, address or activity code ### /borme (3 endpoints) - POST /api/borme/acts — Get all registered company acts (Sección A — Actos Inscritos) from a single daily BORME publication of the Spanish Official Commercial Register Gazette. A publication groups the acts registered in one province on one day. Identify it either by its full identifier (e.g. 'BORME-A-2026-116-08') or by year, issue number and province. Each act includes the register entry number, the company name, the act types (incorporation, director appointments and removals, capital changes, dissolution, etc.), the business purpose, registered office, share capital, sole shareholder, appointments and the register reference (volume, folio, sheet, entry, date). - POST /api/borme/announcements/search — Search the legal announcements (Sección C — Anuncios y avisos legales) of the Spanish Official Commercial Register Gazette (BORME) by company name and/or a free-text query over the announcement content, optionally restricted to a publication date range. Provide at least one of 'company' or 'document_text'. Section C carries company notices such as general-meeting convocations, mergers, spin-offs, transformations and capital reductions. Each result includes the announcement identifier, company name, announcement type, full notice text, publication date, gazette number, page range and PDF link. Full-text company search is only available for Sección C announcements, not for the registered acts in Sección A. - POST /api/borme/summaries — Get the daily summary of the Spanish Official Commercial Register Gazette (BORME) for a given day. Lists every publication issued that day across Sección A (registered company acts, one per province), Sección B (other registered acts) and Sección C (legal announcements, grouped by announcement category). Each entry has its identifier, section, category, title (province or company name), page range and links to the PDF, XML and HTML versions. ### /brave (1 endpoints) - POST /api/brave/search — Brave web search by query. Returns organic web results with url, title, displayed url, description, date, favicon, thumbnail, sponsored flag and site deep links. Supports region, language, safe search and recency filters. ### /brreg (7 endpoints) - POST /api/brreg/companies — Get a Norwegian legal entity's registry record from the Central Coordinating Register (Enhetsregisteret) by its organization number: name, organization form, registration and foundation dates, addresses, industry codes, institutional sector, share capital, historic names, statutory purpose, employee count, registration flags and bankruptcy/liquidation status. - POST /api/brreg/companies/accounts — Get the submitted annual financial statements of a Norwegian legal entity by its organization number from the Register of Company Accounts (Regnskapsregisteret). Each statement includes the accounting period, currency, accounting rules, balance sheet totals (assets, equity, liabilities) and the income statement (operating income/costs/result, net financial items, result before tax, annual result). - POST /api/brreg/companies/roles — Get the registered roles (board members, CEO, auditor, etc.) of a Norwegian legal entity by its organization number. Each role includes the role group and type, the person (name, birth date) or the company holding it, and whether the role has been deregistered. - POST /api/brreg/companies/search — Search Norwegian legal entities in the Central Coordinating Register (Enhetsregisteret) by name and filters: organization number, organization form, NACE industry code, municipality, county, employee count range, registration date range, bankruptcy/liquidation status and registration flags. Returns the same record shape as brreg/companies. - POST /api/brreg/companies/sub_units — List the sub-units (business establishments / underenheter) of a Norwegian legal entity by its parent organization number. Each sub-unit includes name, organization form, location and postal addresses, industry codes, employee count and startup date. - POST /api/brreg/sub_units — Get a Norwegian sub-unit (underenhet / business establishment) record from the Central Coordinating Register by its organization number: name, parent organization, organization form, location and postal addresses, industry codes, auxiliary unit code, startup date, employee count and historic names. - POST /api/brreg/sub_units/search — Search Norwegian sub-units (business establishments) in the Central Coordinating Register by name and filters: organization number, parent organization, organization form, NACE industry code, municipality, employee count range, registration date range and VAT registration. Returns the same record shape as brreg/sub_units. ### /builtin (4 endpoints) - POST /api/builtin/companies — Get a Built In company profile by its slug or URL: name, description, website, logo, headquarters, address, industries, total and product/tech employee counts, office count and locations, founding year, and the number of open jobs. - POST /api/builtin/companies/search — Search Built In companies by filters (industry, technology / tech-stack, company size, location, remote policy, perks/benefits, diversity & inclusion practices). Each result carries id, name, industries, description, office locations, employee count, benefit count, a hiring flag and the profile url. - POST /api/builtin/jobs — Get full details of a Built In job posting by its id or URL: title, full description, summary, company, locations, remote/hybrid/on-site flags, seniority, salary range, industries, required skills, requirements, employment type, benefits, the external apply link, and posting dates. - POST /api/builtin/jobs/search — Search Built In tech jobs by keyword and/or filters (category, experience level, remote policy, industry, location, skill, posting recency). Each result carries id, title, company, location, remote policy, salary, seniority, industries, a short summary, top skills and the job url. ### /cac (2 endpoints) - POST /api/cac/companies — Get a Nigerian business's record from the Corporate Affairs Commission (CAC) registry by its registration number (RC, BN, IT or partnership number). Returns the approved name, RC number, internal company id, classification, nature of business, registration date, status and the FIRS Tax Identification Number (TIN). If the same number exists under more than one classification, pass classification to disambiguate. - POST /api/cac/companies/search — Search the Nigeria Corporate Affairs Commission (CAC) registry by company name, RC number or AV code, optionally restricted to a business classification. Returns each match's approved name, RC number, internal company id, classification (business name, company, incorporated trustee or partnership), nature of business, registration date and status. ### /capterra (3 endpoints) - POST /api/capterra/products — Get Capterra (capterra.com) product details by seo_id, seo_id/alias, or full product URL - POST /api/capterra/products/reviews — Get Capterra (capterra.com) product reviews by seo_id, seo_id/alias, or full product URL - POST /api/capterra/products/search — Search Capterra (capterra.com) products by query keyword ### /careerbuilder (5 endpoints) - POST /api/careerbuilder/companies/jobs — List the job postings of a specific company on CareerBuilder by company name - POST /api/careerbuilder/jobs — Get CareerBuilder job posting details by id - POST /api/careerbuilder/jobs/search — Search CareerBuilder job postings - POST /api/careerbuilder/jobs/similar — Get jobs similar to a given CareerBuilder job posting - POST /api/careerbuilder/salaries — Get CareerBuilder salary estimate for a job title and optional location ### /cargurus (6 endpoints) - POST /api/cargurus/dealers — Get a CarGurus dealer by id (or dealer storefront URL): name, address, phone numbers, website, social links, geo coordinates, average rating, review count, current inventory size and customer reviews. - POST /api/cargurus/dealers/listings — Get the current inventory (listings) of a CarGurus dealer by id (or dealer storefront URL). Returns listing cards with price, IMV, deal rating, vehicle summary and seller. Sort by best match, best deal, price, mileage, distance, model year or listing age. - POST /api/cargurus/dealers/reviews — Get customer reviews for a CarGurus dealer by id (or dealer storefront URL): each review's rating, text, author, date and reviewer ownership status. - POST /api/cargurus/listings — Get a single CarGurus listing by id (or listing URL): full vehicle details — make/model/year/trim, VIN, price, CarGurus Instant Market Value, deal rating, mileage, drivetrain, colors, engine, fuel economy, transmission, photos, options, NHTSA safety ratings, vehicle history (accidents, owners, title), dealer fees, price history and the selling dealer. - POST /api/cargurus/listings/price-history — Get the price history of a CarGurus listing by id (or listing URL): the list of recorded price points (price and timestamp) showing how the asking price changed over time. - POST /api/cargurus/listings/search — Search CarGurus car listings by make (one or more, required) and optionally model (by name, within a single make) with the full filter set: inventory type (used/new/certified), location and radius, price range, mileage range, model year range, body style, fuel type, transmission, drivetrain, engine, exterior and interior color, number of seats, deal rating, vehicle history (clean title, single owner, no accidents, ...), minimum NHTSA safety rating, seller type, minimum dealer rating, specific dealers, maximum days on market, minimum fuel economy and toggles for photos, price drops, financing, dealer-fee-inclusive pricing and hiding salvage or fleet vehicles. Sort by best match, best deal, price, mileage, distance, model year or listing age. Returns listing cards with price, IMV, deal rating, vehicle summary and seller. ### /cars (3 endpoints) - POST /api/cars/dealers/listings — Get the vehicle inventory of a single Cars.com dealer/seller by id. The dealer id is the seller_id returned on Cars.com listings. Returns listing cards with vehicle summary, price, mileage and photos. - POST /api/cars/listings — Get a single Cars.com vehicle listing by VIN: make, model, year, trim, body style, price, MSRP, mileage, drivetrain, transmission, exterior and interior color, engine, fuel type and MPG, EV range and charge time, CPO status, photos, dealer name and rating, deal rating and the seller's notes. - POST /api/cars/listings/search — Search Cars.com vehicle listings with the full filter set: stock type (new/used/CPO), make, model and trim, postal code and radius, price range, model-year range, maximum mileage, body style, vehicle size, cab type, door and cylinder counts, exterior and interior color, fuel type, transmission, drivetrain, deal rating, seller type, dealer-verified condition, CPO program, convenience/entertainment/exterior/safety/seating features, lifestyle, awards, vehicle history, EV range and charge time, and free-text keyword. Sort by best match, price, mileage, year, distance, best deal or recency. Returns listing cards with vehicle summary, price, mileage, photos and seller. ### /carsales (1 endpoints) - POST /api/carsales/listings/search — Search carsales.com.au vehicle listings by make and model, condition (new/used), body type, fuel/electric type, transmission, exterior color, state, cylinders, doors, engine induction, lifestyle category, EV connector, private-seller-only, price range, build-year range and maximum odometer. Sort by featured, price, odometer, year or trade-in bonus. Returns listing cards with make/model/badge, year, price and price type, market-price position, body type, transmission, engine, fuel, odometer or build date, EV range, state, seller type, photos and badges. ### /carsensor (7 endpoints) - POST /api/carsensor/dealers — Get CarSensor used-car dealer details by reference ('prefecture/shop_id'): name, corporate name, address, business hours, holidays, phone, homepage URL, review rating with breakdown, listing count and certification. - POST /api/carsensor/dealers/listings — List a CarSensor dealer's used-car inventory by dealer reference ('prefecture/shop_id'). Returns listing cards with id, url, title, maker, body and total price, year, mileage, displacement, inspection, repair history and warranty. - POST /api/carsensor/dealers/search — Search CarSensor used-car dealers by prefecture, maker stocked, shop name keyword and shop/listing conditions. Returns shop cards with id, url, name, location, review count and rating, and listing count. - POST /api/carsensor/listings — Get full CarSensor used-car listing details by listing id: title, maker, model, body and total price, year, mileage, repair history, inspection, body type, drive, color, steering, transmission, fuel, seats, doors, displacement, warranty, CarSensor quality rating, equipment, monthly loan, dealer, location and photos. - POST /api/carsensor/listings/search — Search CarSensor used-car listings by maker, model, body type, fuel, drive, transmission, prefecture, body price/year/mileage/displacement ranges, color, warranty, equipment features and more. Returns listing cards with id, url, title, body and total price, year, mileage, inspection, repair history, dealer and location. - POST /api/carsensor/models — Get CarSensor new-car catalog details for a model by maker/model slug: name, spec ranges (power, displacement, drive, seats, fuel economy), body dimensions, new-car price range, generations and review rating. - POST /api/carsensor/models/prices — Get CarSensor market price information for a model by maker and model code: new and used price ranges, review rating with category breakdown, popularity ranking, listing count and dealer count. ### /casebook (2 endpoints) - POST /api/casebook/companies — Get a Russian company or sole proprietor by INN, OGRN or OGRNIP: name, full legal name, status, INN/OGRN/KPP/OKPO, registration date, address, charter capital, primary activity (OKVED), director and management, founders, shareholders, current arbitration-case load (as plaintiff/respondent), enforcement-proceedings totals, latest financial figures and similar companies. - POST /api/casebook/companies/search — Search Russian companies and sole proprietors by name, INN, OGRN or OGRNIP. Each result carries the company name, short name, INN, OGRN, primary activity (OKVED), registration date and a link to its card. ### /cbr (10 endpoints) - POST /api/cbr/banks — Get the Bank of Russia directory of bank identification codes (BIC) - POST /api/cbr/currencies — Get the Bank of Russia foreign-currency directory - POST /api/cbr/currency-basket — Get the value of the Bank of Russia dual-currency basket over a date range - POST /api/cbr/key-rate — Get the Bank of Russia key rate over a date range - POST /api/cbr/metals — Get Bank of Russia accounting prices of precious metals over a date range - POST /api/cbr/rates — Get official Bank of Russia foreign-currency exchange rates for a given date - POST /api/cbr/rates/history — Get the historical exchange rate of a single currency against the ruble over a date range - POST /api/cbr/rates/interbank — Get Russian interbank credit-market rates (MIACR / MIBID / MIBOR) over a date range - POST /api/cbr/rates/ruonia — Get the RUONIA money-market benchmark rate over a date range - POST /api/cbr/reserves — Get the international reserves of the Russian Federation (monthly) over a date range ### /cdiscount (4 endpoints) - POST /api/cdiscount/products — Get full Cdiscount product details by product id (sku) or product URL: title, brand, EAN, price and tax breakdown, condition, availability, images, description, technical specifications, variants, seller, offer counts and price range across sellers, energy grade and related searches. - POST /api/cdiscount/products/offers — Get all seller offers for a Cdiscount product (product URL or sku): each offer's price and tax-excluded price, condition, seller name and rating, seller sales count, shipping country and free-shipping label. - POST /api/cdiscount/products/reviews — Get customer reviews for a Cdiscount product by product id (sku) or product URL: rating (1-5), title, review text, author name and location, date, recommended flag, pros and cons, attached photos and helpful/unhelpful vote counts. - POST /api/cdiscount/products/search — Search Cdiscount products by keyword with optional filters (brand, color, seller, condition, refurbished grade, minimum rating, price range) and sorting. Returns product cards with title, brand, image, price and tax-excluded price, condition, rating, review count, seller and category. ### /census (5 endpoints) - POST /api/census/datasets/search — Search the U.S. Census Bureau dataset catalog by keyword and vintage - POST /api/census/geographies/search — List the geography levels supported by a U.S. Census dataset - POST /api/census/tables — Get a U.S. Census table's data by table id, optionally for a specific geography - POST /api/census/tables/search — Search U.S. Census tables by keyword, optionally filtered by survey and vintage - POST /api/census/variables/search — Search the variables of a U.S. Census dataset by keyword ### /cerlive (6 endpoints) - POST /api/cerlive/exchanges — Get a crypto exchange security profile by exchange id - POST /api/cerlive/exchanges/search — List crypto exchanges ranked by their CER.live security rating - POST /api/cerlive/tokens — Get a crypto coin/token security profile by token id - POST /api/cerlive/tokens/search — Search the CER.live catalog of rated crypto coins and tokens - POST /api/cerlive/wallets — Get a crypto wallet security profile by wallet id - POST /api/cerlive/wallets/search — List crypto wallets ranked by their CER.live security rating ### /cian (2 endpoints) - POST /api/cian/offers — Get full CIAN real-estate offer details by offer ID (or offer URL): deal type, offer type, price (with per-square-meter and multi-currency values), total/living/kitchen area, rooms, floor, decoration, building (material, year, floors, ceiling height, lifts, parking, completion deadline), address with coordinates and nearby metro/districts, description, photos, the new-building complex, the seller/agent, view count, price history and the about-flat/about-building feature list. - POST /api/cian/offers/search — Search CIAN real-estate offers within a region. Returns offer cards: id, url, deal/offer type, price (with multi-currency values), total/living/kitchen area, rooms, floor, building details, address with coordinates and nearby metro, photos, the new-building complex and the seller. Filter by deal type, property type, room layout, price/area/floor/ceiling/build-year ranges, building material, renovation, metro distance, new-build only, developer-only, owner-only, mortgage-possible, not-first-floor, balcony, loggia, video and photos, with configurable sort order. ### /civitai (6 endpoints) - POST /api/civitai/creators/search — List Civitai creators - POST /api/civitai/images/search — Search Civitai community images - POST /api/civitai/model-versions — Get a Civitai model version by id or file hash - POST /api/civitai/models — Get Civitai model details by id or URL - POST /api/civitai/models/search — Search Civitai models - POST /api/civitai/tags/search — List Civitai model tags ### /classcentral (6 endpoints) - POST /api/classcentral/courses — Get Class Central (classcentral.com) course details by course id, slug, or URL - POST /api/classcentral/courses/reviews — Get Class Central (classcentral.com) learner reviews of a course by course id, slug, or URL - POST /api/classcentral/courses/search — Search and filter the Class Central (classcentral.com) cross-provider course catalog - POST /api/classcentral/institutions — Get a Class Central (classcentral.com) content institution (Google, Microsoft, IBM, ...) by slug - POST /api/classcentral/providers — Get a Class Central (classcentral.com) course provider (Coursera, Udemy, edX, ...) by slug or URL - POST /api/classcentral/subjects — Get a Class Central (classcentral.com) subject (Computer Science, Data Science, ...) by slug or URL ### /clinicaltrials (2 endpoints) - POST /api/clinicaltrials/studies — Get a clinical study record by its NCT identifier - POST /api/clinicaltrials/studies/search — Search ClinicalTrials.gov clinical studies ### /cms_medicare (6 endpoints) - POST /api/cms_medicare/datasets — Get a CMS Medicare provider dataset by its slug - POST /api/cms_medicare/datasets/columns — List the columns of a CMS Medicare dataset - POST /api/cms_medicare/datasets/facets — List available dataset catalog filter values - POST /api/cms_medicare/datasets/rows — Query provider rows from a CMS Medicare dataset - POST /api/cms_medicare/datasets/search — Search the CMS Medicare provider dataset catalog - POST /api/cms_medicare/topics — List CMS Medicare provider topics ### /cnpj (1 endpoints) - POST /api/cnpj/companies — Get a Brazilian company's registry record from the National Registry of Legal Entities (CNPJ) by its CNPJ number: legal name, trade name, registration status with date and reason, any special legal status (e.g. judicial recovery), activity start date, legal nature, company size, share capital, primary and secondary economic activity (CNAE) codes, full address, contact phones, fax and email, Simples/MEI tax-regime flags, head-office/branch indicator, state tax registrations (Inscrição Estadual) and the partners/shareholders board (name, qualification, age range, entry date, legal representative). ### /coingecko (7 endpoints) - POST /api/coingecko/coins — Get full details and market data for a cryptocurrency by its CoinGecko coin id - POST /api/coingecko/coins/chart — Get the historical price, market cap, and volume time series for a cryptocurrency - POST /api/coingecko/coins/markets — List cryptocurrencies ranked by market capitalization with their market data - POST /api/coingecko/coins/search — Search cryptocurrencies by name or ticker symbol and resolve them to CoinGecko coin ids - POST /api/coingecko/coins/tickers — List the trading pairs (tickers) for a cryptocurrency across exchanges - POST /api/coingecko/exchanges — Get details and trust metrics for a cryptocurrency exchange by its CoinGecko exchange id - POST /api/coingecko/exchanges/search — List cryptocurrency exchanges ranked by trust score ### /coinglass (11 endpoints) - POST /api/coinglass/coins/search — List crypto coins with derivatives market data, ranked and filtered - POST /api/coinglass/etf/flows — Get the daily spot ETF net flows for an asset, broken down by issuer - POST /api/coinglass/exchanges — List derivatives exchanges with open interest, volume and trading stats - POST /api/coinglass/funding-rates — Get current funding rates for a coin across exchanges, USDt- and coin-margined - POST /api/coinglass/funding-rates/history — Get the historical funding rate series for a coin, broken down by exchange - POST /api/coinglass/liquidations/heatmap — Get the liquidation heatmap price levels for a coin - POST /api/coinglass/liquidations/history — Get the historical long and short liquidation series for a coin, broken down by exchange - POST /api/coinglass/long-short-ratio/history — Get the historical long/short account ratio series for a coin - POST /api/coinglass/open-interest/history — Get the historical open interest series for a coin, broken down by exchange - POST /api/coinglass/options/history — Get the historical options open-interest as a percentage of futures open interest - POST /api/coinglass/spot/coins — Get spot market data for a coin: price, market cap, volume and net flow ### /coinmarketcap (8 endpoints) - POST /api/coinmarketcap/coins — Get full details and market data for a cryptocurrency by its slug or numeric id - POST /api/coinmarketcap/coins/chart — Get the historical price, volume and market cap series for a cryptocurrency - POST /api/coinmarketcap/coins/pairs — List the trading pairs (markets) of a cryptocurrency across exchanges - POST /api/coinmarketcap/coins/search — List cryptocurrencies ranked by market capitalization - POST /api/coinmarketcap/coins/spotlight — Get spotlight cryptocurrencies for a category (trending, gainers, losers, recently added, most visited) - POST /api/coinmarketcap/exchanges — Get full details and trading stats for a cryptocurrency exchange by its slug - POST /api/coinmarketcap/exchanges/search — List cryptocurrency exchanges ranked by CoinMarketCap trust score - POST /api/coinmarketcap/global-metrics — Get aggregate cryptocurrency market metrics (dominance, total market cap, volumes, counts) ### /companies_house (8 endpoints) - POST /api/companies_house/companies — Get UK company details by registration number - POST /api/companies_house/companies/charges — Get charges (liens/mortgages) registered against a UK company - POST /api/companies_house/companies/filing_history — Get filing history for a UK company - POST /api/companies_house/companies/officers — Get officers (directors, secretaries) for a UK company - POST /api/companies_house/companies/pscs — Get persons with significant control (PSCs) for a UK company - POST /api/companies_house/companies/search — Search UK companies by name - POST /api/companies_house/officers — Get all appointments for a Companies House officer - POST /api/companies_house/officers/search — Search for officers (directors, secretaries) by name ### /comparably (4 endpoints) - POST /api/comparably/companies — Get Comparably (comparably.com) company employer profile by alias or profile URL - POST /api/comparably/companies/reviews — Get Comparably (comparably.com) employee reviews for a company by alias or profile URL - POST /api/comparably/companies/salaries — Get Comparably (comparably.com) salary benchmarks for a company by alias or profile URL - POST /api/comparably/companies/search — Search Comparably (comparably.com) employer profiles by keyword ### /comtrade (7 endpoints) - POST /api/comtrade/commodities/search — Search UN Comtrade commodity classification codes (HS/SITC/BEC) by keyword, code or parent - POST /api/comtrade/datasets — Get UN Comtrade dataset availability for a reporter and period — record count, checksum, release dates - POST /api/comtrade/datasets/metadata — Get UN Comtrade dataset methodology metadata — currency, valuation, trade system, conversion factors - POST /api/comtrade/datasets/search — List UN Comtrade dataset availability records — which reporter/period datasets are published - POST /api/comtrade/partners — List UN Comtrade partner areas (trading partner countries plus World and special aggregates) - POST /api/comtrade/reporters — List UN Comtrade reporter areas (countries and territories that report trade data) with their codes - POST /api/comtrade/trades/search — Search UN Comtrade international trade records by reporter, partner, commodity, flow and period ### /condusef (4 endpoints) - POST /api/condusef/entities — Get a Mexican financial institution profile from the Condusef register by id - POST /api/condusef/entities/search — Search Mexican financial institutions in the Condusef register by name - POST /api/condusef/sectors/entities — List the full roster of financial institutions registered in a Condusef sector - POST /api/condusef/sectors/ratings — List all financial institutions of a Condusef sector with their complaint and sanction metrics ### /consumeraffairs (2 endpoints) - POST /api/consumeraffairs/brands — Get ConsumerAffairs (consumeraffairs.com) brand profile by 'category/alias' or full brand URL - POST /api/consumeraffairs/brands/reviews — Get ConsumerAffairs (consumeraffairs.com) brand reviews by 'category/alias' or full brand URL ### /coolblue (6 endpoints) - POST /api/coolblue/categories — List Coolblue product categories (taxonomy inventory): numeric id, slug, canonical landing URL, per-category sitemap URL. Optionally enrich each entry with breadcrumb parent path and pretty name by fetching the category landing page. - POST /api/coolblue/categories/products — List products in a Coolblue category by numeric category id, URL slug, or full category URL. Top-level product categories return the full inventory; facet sub-pages (brand, spec filter, etc.) return the products highlighted on that page. Each entry: id, alias, canonical product url. Use the returned ids with coolblue/products to fetch full per-product details. - POST /api/coolblue/products — Get full Coolblue product details by product id (or product URL): name, short_name, description, highlights, brand, image, gallery images, price, sales_price (incl/excl VAT), list_price (when discounted), currency, availability, condition, rating, review_count, review_meta (rating distribution and per-category scores), category breadcrumbs, product_type, pros, cons, included_in_box, manual (PDF), energy_label, alternatives (related products), second_chance (refurbished variant), promotional_content (active promo label/icon/boxes), sub_products (component items for bundle/composite products) and more. - POST /api/coolblue/products/reviews — Get customer reviews for a Coolblue product by product id (or product URL): rating (1-10 scale), title, review text, pros, cons, author, date, helpful/unhelpful vote counts and review images. - POST /api/coolblue/products/search — Search Coolblue products by keyword. Returns product cards with id, name, image, current price, list price (when discounted), rating and review count, plus the canonical product URL. - POST /api/coolblue/products/specifications — Get the full structured specification table for a Coolblue product by product id (or product URL): specs grouped by category (Product, Connectivity, Display, ...) plus a short summary list of key specs highlighted by Coolblue. ### /core (6 endpoints) - POST /api/core/data-providers — Get a CORE data provider (repository / publisher) by ID or URL - POST /api/core/data-providers/search — Search CORE data providers (repositories / publishers) - POST /api/core/journals — Get a CORE journal by ISSN - POST /api/core/outputs — Get a CORE output (a work's deposit in a repository) by ID or URL - POST /api/core/works — Get a CORE research work (publication) by ID or URL - POST /api/core/works/search — Search CORE research works (publications) ### /costco (3 endpoints) - POST /api/costco/categories/products — List Costco products in a category (by URL slug): title, brand, model, price, list price, savings, image, rating and review count, features, badges and program types. - POST /api/costco/products — Get Costco product details by item number (or product URL): title, brand, model, price, delivered price, currency, savings, image, rating and review count, description, features, specifications, badges, category and membership requirement. - POST /api/costco/products/search — Search Costco products by keyword: title, brand, model, price, list price, savings, image, rating and review count, category, features, badges and program types. ### /coursera (7 endpoints) - POST /api/coursera/courses — Get Coursera (coursera.org) course details by course slug or course URL - POST /api/coursera/courses/reviews — Get learner reviews of a Coursera (coursera.org) course by slug or URL - POST /api/coursera/courses/search — Search the Coursera (coursera.org) catalog (courses, specializations, certificates, degrees) - POST /api/coursera/courses/syllabus — Get the full syllabus (modules and lessons) of a Coursera (coursera.org) course by slug or URL - POST /api/coursera/instructors — Get Coursera (coursera.org) instructor details by instructor id or instructor profile URL - POST /api/coursera/partners — Get Coursera (coursera.org) partner (university/company) details by partner id - POST /api/coursera/specializations — Get Coursera (coursera.org) specialization or professional-certificate details by slug or URL ### /courtlistener (10 endpoints) - POST /api/courtlistener/courts — Get a US court by its CourtListener identifier - POST /api/courtlistener/courts/search — List US courts, optionally filtered by jurisdiction, active use and scraper availability - POST /api/courtlistener/dockets/search — Search RECAP/PACER dockets by full-text query, court, party, attorney, nature of suit and date - POST /api/courtlistener/financial-disclosures — Get a judicial financial disclosure with its investments, gifts, debts and other records - POST /api/courtlistener/financial-disclosures/search — List judicial financial disclosures, optionally filtered by judge - POST /api/courtlistener/judges — Get a US judge with biography, judicial positions, education, ABA ratings and party affiliation - POST /api/courtlistener/judges/search — Search US judges by name, court, birth date/place, school, appointer, selection method and party - POST /api/courtlistener/opinions/search — Search US court opinions by full-text query, court, judge, citation, date and citation count - POST /api/courtlistener/oral-arguments — Get an oral argument audio recording with its speech-to-text transcript by its identifier - POST /api/courtlistener/oral-arguments/search — Search oral argument recordings by full-text query, court, judge, case name, docket and date ### /cran (4 endpoints) - POST /api/cran/packages — Get CRAN package details by package name or CRAN package URL - POST /api/cran/packages/downloads — Get CRAN package download counts for a given period - POST /api/cran/packages/search — Search CRAN packages by query - POST /api/cran/packages/versions — Get all published versions of a CRAN package with their publish dates ### /crates (10 endpoints) - POST /api/crates/categories — List crates.io crate categories - POST /api/crates/keywords — List crates.io crate keywords - POST /api/crates/packages — Get crates.io crate details by crate name or crate URL - POST /api/crates/packages/dependencies — Get the direct dependencies of a crates.io crate version - POST /api/crates/packages/dependents — Get the crates that depend on a crates.io crate (reverse dependencies) - POST /api/crates/packages/downloads — Get the daily download counts per version of a crates.io crate - POST /api/crates/packages/owners — Get the owners (users and teams) of a crates.io crate - POST /api/crates/packages/search — Search crates.io Rust crates by query, category, keyword, owner, or letter - POST /api/crates/packages/versions — Get all published versions of a crates.io crate - POST /api/crates/summary — Get the crates.io registry summary (featured and popular crates, keywords, categories) ### /cro (8 endpoints) - POST /api/cro/companies — Get Irish company or business name details by CRO entity id or registered number - POST /api/cro/companies/addresses — Get additional registered addresses for an Irish company or business name - POST /api/cro/companies/certificates — Get available certificates for an Irish company or business name - POST /api/cro/companies/events — Get the latest registry events for an Irish company or business name - POST /api/cro/companies/filings — Get filing document metadata for an Irish company or business name - POST /api/cro/companies/names — Get the historical and current name records for an Irish company or business name - POST /api/cro/companies/quick-search — Quick autocomplete-style search of the Irish CRO register by name or number - POST /api/cro/companies/search — Search the Irish CRO register of companies and business names by name or number ### /crossref (12 endpoints) - POST /api/crossref/funders — Get a funder by its Crossref Funder Registry id - POST /api/crossref/funders/search — Search funders in the Crossref Funder Registry - POST /api/crossref/funders/works — List works funded by a funder - POST /api/crossref/journals — Get a journal by its ISSN - POST /api/crossref/journals/search — Search journals indexed by Crossref - POST /api/crossref/journals/works — List works published in a journal by ISSN - POST /api/crossref/members — Get a Crossref member (publisher) by its member id - POST /api/crossref/members/search — Search Crossref members (publishers) - POST /api/crossref/members/works — List works deposited by a member (publisher) - POST /api/crossref/prefixes — Get the owner of a DOI prefix - POST /api/crossref/works — Get a scholarly work (article, book, dataset, etc.) by its DOI - POST /api/crossref/works/search — Search scholarly works with rich query fields and filters ### /crtsh (2 endpoints) - POST /api/crtsh/certificates — Get a Certificate Transparency log entry by its crt.sh certificate id - POST /api/crtsh/certificates/search — Search Certificate Transparency logs for certificates covering a domain ### /cyprusbutterfly (2 endpoints) - POST /api/cyprusbutterfly/events — Get full Cyprus Butterfly event details by event slug or event page URL: title, full description, category, start date and time, city, venue, external ticket url, image, author, view count, likes and publish dates. - POST /api/cyprusbutterfly/events/search — List Cyprus Butterfly events (Russian-language Cyprus afisha): concerts, festivals, theatre, cinema, exhibitions, kids, lectures, sport and more. Filter by category and time window (today, tomorrow, weekend, upcoming, currently running or archive). Each event has title, short description, category, start and end date, city, venue, image, external ticket url and source url. ### /cyprusbz (2 endpoints) - POST /api/cyprusbz/events — Get a single Cyprus.BZ event by its public id or url slug. Returns the full event: title, full description, frequently asked questions, start and end time, city, venue and address with coordinates, price range, category, spoken languages, organizer details, ticket link, source, lineup of performers and image. Set locale to choose the language of the localized texts (ru, en, el). - POST /api/cyprusbz/events/search — Search the Cyprus.BZ events listing (concerts, festivals, theatre, nightlife, food, kids, culture, sports and more across Cyprus). Combine a keyword with filters for city, category, spoken language, date window, price and ordering. Returns event cards with id, title, a short description, start and end time, city, venue, coordinates, price range, category, organizer, ticket link and image. ### /dailymotion (8 endpoints) - POST /api/dailymotion/channels — Get a Dailymotion channel by name, ID or URL - POST /api/dailymotion/channels/search — Search Dailymotion channels by keyword - POST /api/dailymotion/channels/videos — Get videos of a Dailymotion channel - POST /api/dailymotion/collections — Get a Dailymotion collection (playlist) by ID or URL - POST /api/dailymotion/collections/videos — Get videos inside a Dailymotion collection (playlist) - POST /api/dailymotion/videos — Get a Dailymotion video by ID or URL - POST /api/dailymotion/videos/search — Search Dailymotion videos by keyword - POST /api/dailymotion/videos/subtitles — Get subtitles/transcripts of a Dailymotion video ### /dappradar (14 endpoints) - POST /api/dappradar/categories — List dapp categories with their dapp counts - POST /api/dappradar/chains — Get a blockchain's profile and its top dapps by chain slug - POST /api/dappradar/chains/search — Rank blockchains by market cap, volume, and dapp count - POST /api/dappradar/dapps — Get full details for a dapp by its slug - POST /api/dappradar/dapps/search — Rank blockchain dapps by market cap, price, volume, on-chain users, and TVL - POST /api/dappradar/markets — Get global Web3 market stats and live pool prices - POST /api/dappradar/narratives — Get a Web3 narrative's aggregate stats and top projects by slug - POST /api/dappradar/narratives/search — List Web3 narratives (themes) with their aggregate market cap - POST /api/dappradar/pairs — Get full details for a DEX trading pair by its pool id - POST /api/dappradar/pairs/search — Rank DEX trading pairs by volume, price, liquidity, or 24h change - POST /api/dappradar/search — Search DappRadar for dapps, tokens, chains, and narratives by keyword - POST /api/dappradar/tokens — Get full details and market data for a token by its slug - POST /api/dappradar/tokens/markets — List the exchange trading pairs (markets) for a token - POST /api/dappradar/tokens/search — Rank cryptocurrency tokens by market cap, price, and trading volume ### /datacite (6 endpoints) - POST /api/datacite/clients — Get a DataCite client (data repository) by its id - POST /api/datacite/clients/search — Search DataCite clients (data repositories) - POST /api/datacite/dois — Get DOI metadata for a research output (dataset, software, preprint, etc.) by its DOI - POST /api/datacite/dois/search — Search DataCite DOIs (datasets, software, preprints and more) with filters - POST /api/datacite/providers — Get a DataCite provider (member organization) by its id - POST /api/datacite/providers/search — Search DataCite providers (member organizations) ### /datagov (5 endpoints) - POST /api/datagov/datasets — Get a U.S. government open dataset by its slug - POST /api/datagov/datasets/search — Search the U.S. government open data catalog - POST /api/datagov/keywords — List the most common keywords across the open data catalog - POST /api/datagov/organizations — List U.S. government organizations publishing open data - POST /api/datagov/publishers — List the most common publishers across the open data catalog ### /dbpedia (4 endpoints) - POST /api/dbpedia/resources — Get a DBpedia resource with its label, description, types, images and full RDF property graph - POST /api/dbpedia/resources/properties — Get a DBpedia resource's RDF properties as a flat list, optionally filtered by predicate - POST /api/dbpedia/resources/search — Search DBpedia resources by keyword (resolve a name to a DBpedia resource) - POST /api/dbpedia/sparql — Run a raw SPARQL query against the DBpedia SPARQL endpoint ### /debank (10 endpoints) - POST /api/debank/chains — List the blockchain networks supported by DeBank - POST /api/debank/collections/holders — Get the top holders of an NFT collection by its contract address and chain - POST /api/debank/protocols/holders — Get the top depositors of a DeFi protocol by its protocol id - POST /api/debank/tokens/holders — Get the top holders of a token by its contract address and chain - POST /api/debank/users — Get a wallet's DeBank profile and multichain net worth by address - POST /api/debank/users/history — Get a wallet's transaction history across all chains, by address - POST /api/debank/users/net-curve — Get a wallet's net-worth-over-time curve by address - POST /api/debank/users/protocols — Get a wallet's DeFi protocol positions across all chains, by address - POST /api/debank/users/search — Search DeBank users by web3 id, name or wallet address - POST /api/debank/users/tokens — Get a wallet's token (wallet) holdings across all chains, by address ### /defillama (11 endpoints) - POST /api/defillama/chains/history — Get the historical total value locked (TVL) time series for a blockchain - POST /api/defillama/chains/search — Get DeFiLlama chains ranked by total value locked (TVL) - POST /api/defillama/dexs/search — List decentralized exchanges (DEXs) ranked by trading volume - POST /api/defillama/fees — Get DeFiLlama protocol fees and revenue summary by slug or fees URL - POST /api/defillama/fees/search — List DeFiLlama protocols ranked by fees and revenue - POST /api/defillama/pools/search — Search DeFiLlama yield pools with optional chain/project/stablecoin/APY/TVL filters - POST /api/defillama/prices — Get current token prices by 'chain:address' or 'coingecko:slug' identifiers (batch lookup) - POST /api/defillama/protocols — Get DeFiLlama protocol details by slug or protocol URL - POST /api/defillama/protocols/search — Search and list DeFiLlama protocols with optional name, category, and chain filters - POST /api/defillama/stablecoins — Get DeFiLlama stablecoin details by id - POST /api/defillama/stablecoins/search — List stablecoins tracked by DeFiLlama with current price and circulating supply ### /deliveroo (3 endpoints) - POST /api/deliveroo/brands — Get Deliveroo (deliveroo.co.uk) brand details by slug (or brand URL): name, image, cover, description, rating, review count and tags. - POST /api/deliveroo/restaurants — Get full Deliveroo (deliveroo.co.uk) restaurant details by {city}/{neighborhood}/{slug} (or menu URL): name, address, rating, review count, currency and the complete menu with categories, items, prices, descriptions, images and modifier groups. - POST /api/deliveroo/restaurants/search — Find Deliveroo (deliveroo.co.uk) restaurants and stores delivering to a location (latitude/longitude) with optional filters: free-text keyword, fulfillment method, sort order, cuisines, dietary options, meal deals, top-rated, fast delivery, hygiene rating and Deliveroo's Choice. Returns cards with name, rating, review count, distance, delivery time, offers and image. ### /demaecan (4 endpoints) - POST /api/demaecan/areas/search — Resolve a Japanese postal code into Demae-can delivery areas (block codes). Returns the matching address blocks, each with its human-readable address name, block code and postal code. Use the block code as the area for shop search. - POST /api/demaecan/shops — Get full Demae-can (出前館) shop details by shop id (or shop URL): name, image, rating, review count and rating breakdown, delivery fee, minimum order, business hours, address, genre, chain, coupons and the complete menu with categories, items, prices, descriptions and images. - POST /api/demaecan/shops/reviews — Get Demae-can (出前館) shop reviews by shop id (or shop URL), optionally sorted by date or rating. Each review has the rating, comment text, delivery and review timestamps, the reviewed menu items with quality tags, and the shop's reply if any. A non-existent or review-less shop returns an empty list. - POST /api/demaecan/shops/search — Search Demae-can (出前館) shops deliverable to a given area (block code), optionally filtered by keyword, cuisine genre, sort order, max delivery time and accepted payment methods. Returns shop cards with name, rating, review count, delivery fee, delivery time, status, tags and top menu items. ### /deviantart (15 endpoints) - POST /api/deviantart/deviations — Get DeviantArt Deviation - POST /api/deviantart/deviations/comments — Get DeviantArt Deviation Comments - POST /api/deviantart/deviations/daily — Get DeviantArt Daily Deviations - POST /api/deviantart/deviations/search — Search DeviantArt Deviations - POST /api/deviantart/tags — Browse DeviantArt Deviations by Tag - POST /api/deviantart/users — Get DeviantArt User Profile - POST /api/deviantart/users/badges — Get DeviantArt User Badge Awards - POST /api/deviantart/users/comments — Get DeviantArt User Profile Comments - POST /api/deviantart/users/favourites — Get DeviantArt User Favourites - POST /api/deviantart/users/gallery — Get DeviantArt User Gallery - POST /api/deviantart/users/gallery/folders — Get DeviantArt User Gallery Folders - POST /api/deviantart/users/groups — Get DeviantArt Groups a User Belongs To - POST /api/deviantart/users/posts — Get DeviantArt User Posts - POST /api/deviantart/users/watchers — Get DeviantArt User Watchers - POST /api/deviantart/users/watching — Get DeviantArt Users a User Watches ### /dice (4 endpoints) - POST /api/dice/companies — Get full details of a Dice company profile by its GUID or company-profile URL: name, profile URL, description, website, logo, banner, account type, founding year, employee count, office policy, industries, technologies, tech stack, office locations, social media links, benefits, awards, media, and last update. - POST /api/dice/companies/search — Search Dice company profiles by filters: industry, company size, office policy, location (latitude/longitude) and actively-hiring status. Each result carries id, name, profile URL, logo, employee count, office policy, industries, benefits, office locations, open job count and a profile completeness score. - POST /api/dice/jobs — Get full details of a Dice job posting by its GUID or job-detail URL: title, description, company (name, profile URL, logo), employment type, location, applicant location, salary, required skills, and posting dates. - POST /api/dice/jobs/search — Search Dice job postings by keyword and/or filters (location, posted date, employment type, workplace setting, employer type, easy apply, remote, sponsorship). Each result carries id, title, url, summary, company (name, profile URL, logo), employment and employer type, workplace types, remote/easy-apply/sponsorship flags, location and salary. ### /discogs (9 endpoints) - POST /api/discogs/artists — Get Discogs artist or group details by ID or URL - POST /api/discogs/artists/releases — Get an artist's discography (releases and masters) by artist ID or URL - POST /api/discogs/labels — Get Discogs label details by ID or URL - POST /api/discogs/labels/releases — Get the release catalog of a Discogs label by ID or URL - POST /api/discogs/marketplace/stats — Get Discogs marketplace stats (for-sale count and lowest price) for a release by ID or URL - POST /api/discogs/masters — Get Discogs master release details by ID or URL - POST /api/discogs/masters/versions — Get all versions (editions/pressings) of a Discogs master release by ID or URL - POST /api/discogs/releases — Get Discogs release details by ID or URL - POST /api/discogs/search — Search the Discogs music database ### /discord (4 endpoints) - POST /api/discord/guilds — Get Discord Server - POST /api/discord/guilds/search — Search Discord Servers - POST /api/discord/guilds/widget — Get Discord Server Widget - POST /api/discord/invites — Get Discord Invite ### /dockerhub (5 endpoints) - POST /api/dockerhub/organizations — Get Docker Hub organization details by namespace or organization URL - POST /api/dockerhub/organizations/repositories — List repositories owned by a Docker Hub organization or namespace - POST /api/dockerhub/repositories — Get Docker Hub repository details by namespace/name, official image name, or repository URL - POST /api/dockerhub/repositories/search — Search Docker Hub repositories by query - POST /api/dockerhub/repositories/tags — Get tags (versions) of a Docker Hub repository ### /doda (2 endpoints) - POST /api/doda/jobs — Get full Doda (デューダ) job posting details by job id (or job URL): title, hiring company (name, business content, address, establishment, capital, representative, employee count, website), job category and industry breadcrumb, employment type, job content, target requirements, salary, annual income range, estimated income model, bonus/raise/incentive/probation, benefits and company perks, team structure, gender ratio and age composition, holidays (annual count, weekly pattern and the full paid/national/summer/golden-week/new-year/maternity/childcare/family-care matrix with explanations), working hours and overtime, application method and selection flow, PR highlights, editorial interview report, publishing period, work locations and image. - POST /api/doda/jobs/search — Search Doda (デューダ) job postings by free-text keyword, job category, prefecture, industry, employment type, minimum annual income and work-style/condition facets (e.g. full two-day weekend, flex time, overtime under 20h, no relocation, inexperienced welcome, listed/foreign company, women active, qualification support, English/Chinese). Returns job cards with title, company, business content, job content outline and detail, target requirements, work location, salary and salary examples, and image. ### /domain (4 endpoints) - POST /api/domain/agents — Get a Domain.com.au real estate agency profile by agency id (or agency profile URL): name, address, contact details, branding, social links, sale/rent statistics and the agency's agents. - POST /api/domain/agents/listings — List a Domain.com.au agency's current listings by agency id (or agency profile URL) and channel (buy/rent/sold/new-homes). - POST /api/domain/properties — Get full Domain.com.au property listing details by listing id (or listing URL): address, price, bedrooms, bathrooms, parking, land and building size, property type, sale method, status, description, photos, videos, floor plans, inspection and auction times, the listing agency and agents, geolocation, features and sold price/date. - POST /api/domain/properties/search — Search Domain.com.au property listings by location (suburb/postcode) and channel (buy/rent/sold/new-homes) with filters for property type, price, bedrooms, bathrooms, parking, land area, features, keywords and ordering. ### /domclick (6 endpoints) - POST /api/domclick/agencies — Get a Domclick real-estate agency by its company id. Returns the agency profile: id, name, legal name, INN, logo, description, registration date, deal and listing counts, rating with vote count and last review, and the home region. - POST /api/domclick/agencies/agents — List the agents (realtors) of a Domclick real-estate agency. Returns each agent: cas id, name, verification status, avatar, registration date, deal and listing counts, home region, rating with review count and the average call response time. - POST /api/domclick/agencies/offers — List the active offers published by a Domclick real-estate agency. Returns offer cards: id, url, deal type, price, area, rooms, floor, address and the main photo. - POST /api/domclick/agencies/reviews — List client reviews of a Domclick real-estate agency. Returns each review: id, rating, text, author name, creation and deal dates, the agency answer and the agent the review is about. - POST /api/domclick/geo/suggest — Resolve the districts or metro stations within a Domclick region. Returns each location: numeric area id (aid), name, parent (administrative okrug for districts, line for metro) and line color for metro. Feed the aid into the region field of domclick/offers/search to narrow the search to that district or station. - POST /api/domclick/offers/search — Search Domclick (Sber) real-estate offers within a region. Returns offer cards: id, url, deal/offer type, price, price per m², area, rooms, floor, building floors and build year, address with coordinates and nearby metro, photos, the new-building complex, developer and the seller. Filter by deal type, category, property type, room layout, price/area/room-area/land-area/floor/building-floor ranges, kitchen area, ceiling height, renovation, wall material, building class, build-year range, apartments, balcony, bathroom type, lifts, window view, sale type, seller (owner/developer/agents), Rosreestr-verified, exclude-auction, new-build only, publication window, video, photos, online showing, metro walking/driving time, MKAD distance, rental terms (no commission/deposit, children, pets, amenities) and description keywords, with configurable sort order. ### /doordash (2 endpoints) - POST /api/doordash/stores — Get full DoorDash (doordash.com) store/restaurant details by store id (or store URL): name, description, price range, rating and review count, address, phone, website, cuisines, delivery fee, ETA, opening hours, the complete menu with categories, items, prices, dietary tags and item ratings, plus a review summary (star breakdown) and recent customer reviews. - POST /api/doordash/stores/search — Find DoorDash (doordash.com) restaurants and stores delivering in a US city, optionally filtered by cuisine. Returns store cards with name, rating, review count, price range, cuisines, address, delivery ETA, distance, delivery fee, current offers, popular items and recent review snippets. ### /douyin (5 endpoints) - POST /api/douyin/hot — Get the Douyin (douyin.com) trending hot board (抖音热榜) - POST /api/douyin/users — Get Douyin (douyin.com) user profile by secUid or full profile URL - POST /api/douyin/videos — Get Douyin (douyin.com) video details by video ID or full video URL - POST /api/douyin/videos/comments — List comments on a Douyin (douyin.com) video by video ID or full video URL - POST /api/douyin/videos/comments/replies — List replies to a Douyin (douyin.com) comment by video ID and parent comment ID ### /drom (6 endpoints) - POST /api/drom/cars — Get full Drom.ru car listing details by listing URL: title, brand, model, year, price, city, engine, power, transmission, drive, body type, color, mileage, owners, steering wheel side, generation and complectation, VIN, condition, description and photos. - POST /api/drom/cars/search — Search Drom.ru car listings by brand, model and filters: fuel, body type, condition, transmission, drive, steering wheel side, damage, price/year/mileage/power ranges, color and sort order. Returns listing cards with id, url, title, subtitle, price, location, date, dealer info and images. - POST /api/drom/catalog — Get Drom.ru catalog technical specifications for a car model complectation by catalog URL: average used price, engine volume, power, fuel consumption, fuel type, transmission, drive, seats, doors, ground clearance and tire sizes. - POST /api/drom/dealers/search — Search Drom.ru car dealers by city and optional brand. Returns dealer cards with id, title, url, official status, years on Drom, address, map link and a listing-count summary. - POST /api/drom/reviews — Get a full Drom.ru owner car review by review URL: title, brand, model, year, rating, author, city, full review text, vehicle specs (engine, transmission, drive, body type, wheel, generation, fuel consumption, purchase year, mileage), view count, comment count, publish date and photos. - POST /api/drom/reviews/search — Search Drom.ru owner car reviews by brand and optional model. Returns review cards with id, url, title, brand, model, year, rating, author, city, brief excerpt, view count, comment count and photo. ### /dune (15 endpoints) - POST /api/dune/blockchains — List the blockchains indexed by Dune with their dashboard, query, star and creator counts - POST /api/dune/contracts/search — Search decoded smart contracts on Dune by name - POST /api/dune/dashboards — Get a Dune dashboard by id or handle/slug: metadata, author, text widgets and referenced queries - POST /api/dune/dashboards/search — Search Dune dashboards by keyword, or browse them ranked by popularity or recency - POST /api/dune/datasets — Get a Dune dataset (table) by name: schema, columns, blockchains and description - POST /api/dune/datasets/queries — List the Dune queries that reference a dataset (table) in their SQL - POST /api/dune/datasets/search — Search the Dune dataset catalog by keyword, blockchain or category - POST /api/dune/queries — Get a Dune query by id: SQL text, metadata, author, parameters and visualizations - POST /api/dune/queries/results — Get the latest cached on-chain result rows for a Dune query - POST /api/dune/queries/search — Search Dune queries by keyword, or browse them ranked by popularity or recency - POST /api/dune/search — Global Dune search across blockchains, dashboards, queries, analysts/teams and contracts - POST /api/dune/teams — Get a Dune team profile by handle: bio, branding, social links and activity counts - POST /api/dune/users — Get a Dune analyst profile by handle: bio, social links, reputation and activity counts - POST /api/dune/users/dashboards — List the dashboards authored by a Dune analyst, ranked by popularity or recency - POST /api/dune/users/queries — List the queries authored by a Dune analyst, ranked by popularity or recency ### /ebay (9 endpoints) - POST /api/ebay/categories — Get the full eBay browse category tree: every department, category and subcategory with id, name, alias, parent_id and browse URL. - POST /api/ebay/items — Get full eBay listing details by item ID (or listing URL): title, price, condition, images, quantity, buying formats, item specifics, breadcrumbs/category and seller. - POST /api/ebay/items/search — Search active eBay listings by keyword: for each result returns title, price/currency, condition, image, buying format, shipping, sold and watcher counts and a brief seller summary. Supports filters by condition, buying format, price range and category. - POST /api/ebay/items/sold — Search eBay sold and completed listings by keyword (price history): for each sold item returns title, sold price/currency, sold date, condition, image, buying format and bid count for auctions. - POST /api/ebay/products — Get eBay catalog product details by ePID (or catalog URL): title, brand/model/mpn/upc, images, aggregate rating, price range across listings, listing count, product specs and category. - POST /api/ebay/products/reviews — Get buyer reviews for an eBay catalog product by product ID (or product URL): for each review returns rating, title, text, author, date, verified-purchase flag, item condition, the selling account and the helpful-vote count. - POST /api/ebay/sellers — Get an eBay seller/store profile by username, store name, or profile URL: name, feedback count, positive feedback percentage, items sold, followers, location, logo, member-since date and store description. - POST /api/ebay/sellers/feedback — Get feedback reviews received by an eBay seller (by username or profile/store URL): for each entry returns rating, review text, the reviewer alias and score, the related item, purchase price and period. - POST /api/ebay/sellers/items — List active eBay listings for a seller (by username or store/seller URL): for each listing returns title, price/currency, list_price (if discounted), condition, subtitle, sold_count, image and buying format. ### /ecb (5 endpoints) - POST /api/ecb/datasets — Get multiple ECB time series from a dataset, sliced by dimension filters - POST /api/ecb/datasets/dimensions — Get the dimensions and available value codes of an ECB dataset - POST /api/ecb/datasets/search — Search ECB datasets by keyword matched against title and code - POST /api/ecb/datasets/series/search — List the time series available within an ECB dataset, with their full keys and labels - POST /api/ecb/series — Get a single ECB time series by its full key, with observations and metadata ### /edx (5 endpoints) - POST /api/edx/courses — Get full edX (edx.org) course details by course UUID, course page URL, or URL slug. - POST /api/edx/courses/search — Search and filter the edX (edx.org) course catalog. Combine a free-text query with subject, difficulty level, language, enrollment availability, and educator/school filters. Each result is a course summary card. - POST /api/edx/programs — Get full edX (edx.org) program details (Professional Certificate, MicroMasters, MicroBachelors, XSeries, etc.) by program UUID, program page URL, or URL slug. - POST /api/edx/programs/search — Search and filter the edX (edx.org) program catalog (Professional Certificate, MicroMasters, MicroBachelors, XSeries, Professional Program). Combine a free-text query with program type, subject, level, language, availability, and educator/school filters. Each result is a program summary card. - POST /api/edx/schools — Get an edX (edx.org) school / educator by name, school key, or school URL. Returns the school's course and program counts, subject areas, logo, and catalog URL. ### /epicgames (6 endpoints) - POST /api/epicgames/games — Get Epic Games Store game details by product slug, product page URL, or namespace:offerId - POST /api/epicgames/games/addons — List add-ons, DLC, and editions for an Epic Games Store game by its parent product - POST /api/epicgames/games/free — Get current and upcoming free game promotions on the Epic Games Store - POST /api/epicgames/games/reviews — Get Epic player ratings and OpenCritic critic reviews for an Epic Games Store game - POST /api/epicgames/games/search — Search the Epic Games Store catalog by keyword - POST /api/epicgames/sellers — Get an Epic Games Store publisher or developer with the list of their catalog games ### /euipo (2 endpoints) - POST /api/euipo/trademarks — Get an EU trademark by its application or registration number - POST /api/euipo/trademarks/search — Search EU trademarks by name with optional filters ### /euopendata (2 endpoints) - POST /api/euopendata/datasets — Get EU Open Data Portal dataset details by ID or URL - POST /api/euopendata/datasets/search — Search datasets on the EU Open Data Portal ### /europepmc (5 endpoints) - POST /api/europepmc/articles — Get a Europe PMC article by its (source, id) pair - POST /api/europepmc/articles/citations — Get articles that cite a Europe PMC article - POST /api/europepmc/articles/datalinks — Get cross-references to external databases for a Europe PMC article - POST /api/europepmc/articles/references — Get the reference list of a Europe PMC article - POST /api/europepmc/articles/search — Search Europe PMC biomedical articles by query ### /eurostat (3 endpoints) - POST /api/eurostat/datasets — Get observations from a Eurostat dataset by its code, sliced by dimension filters - POST /api/eurostat/datasets/dimensions — Get the dimensions and available value codes of a Eurostat dataset - POST /api/eurostat/datasets/search — Search the Eurostat catalogue for datasets and tables by keyword ### /eventbrite (5 endpoints) - POST /api/eventbrite/events — Get full Eventbrite event details by event id or event URL: name, summary and full description, start and end date/time with timezone, online flag, price range and currency, event and sales status, category, subcategory and format, cover image and gallery, video, organizer (name, image, verification, hosting stats), venue with address and coordinates, artists/lineup (name, role, bio, image, social links), headliners and supporters, presenter, age restriction, door time, duration, refund policy, and FAQ. The domain parameter selects the country marketplace, which determines pricing, currency, and language. - POST /api/eventbrite/events/search — Search Eventbrite events by location, keyword, category, price, date, and language. Returns a paginated list of events, each with id, name, summary, url, cover image, start and end date/time with timezone, online flag, category, subcategory and format, tags, sales status, venue with address and coordinates, organizer (with follower count and social links), and price range. Use the domain parameter to select the country marketplace and the currency parameter to display prices in a specific currency. - POST /api/eventbrite/events/tickets — Get Eventbrite event ticket and pricing information by event id or event URL: sales status, free and sold-out flags, price range and currency, number of ticket classes, availability flags (available tickets, waitlist, early-bird, buy-one-get-one), donations and add-ons flags, and sales start/end dates. The domain parameter selects the country marketplace. - POST /api/eventbrite/organizers — Get an Eventbrite organizer profile by organizer id or organizer URL: name, description, profile image, follower count, total and upcoming event counts, hosting tenure, total attendees hosted, verification and super-organizer status, and social links (website, X/Twitter, Facebook). The domain parameter selects the country marketplace. - POST /api/eventbrite/organizers/events — List an Eventbrite organizer's upcoming events by organizer id or organizer URL. Each item includes id, name, url, summary, start and end date/time with timezone, online flag, cancellation flag, image, venue with address and coordinates, price range, and sales status. The domain parameter selects the country marketplace. ### /eventcartel (2 endpoints) - POST /api/eventcartel/events — Get full details of an EventCartel event by its id: title, description, category, start and end date/time, venue with address and city/country, ticket price, organizer, artists, poster image and the ticket purchase link. - POST /api/eventcartel/events/search — Search EventCartel events with filters for category, city, date range, featured status, artist and venue. Returns a paginated list of upcoming events with id, title, category, start/end date, location, minimum price and currency, status, and poster image. ### /eventsge (2 endpoints) - POST /api/eventsge/events — Get a full Events-GE event by id or event page URL: title, annotation, description, session dates with status, category, venue and address, city and country, age restriction, hall, performers, ticket price and currency, cover image and gallery, FAQ and the event page URL. - POST /api/eventsge/events/search — Search Events-GE events (Russian-language events across Georgia) by keyword, city, category, venue, hall and date range. Each item is an event with title, annotation, description, session dates with status, category, venue and address, city and country, age restriction, hall, performers, ticket price and currency, cover image and gallery and the event page URL. ### /expato (2 endpoints) - POST /api/expato/events — Get full Expato.nl event details by route slug or event page URL: title, poster image, ticket url, price and currency, start date and time, city, venue, hall, language, categories, description, promo code, status, organizer and organizer website. - POST /api/expato/events/search — List and search Expato.nl events (Russian-language concerts, theatre, stand-up, lectures and shows across the Netherlands). Filter by free-text keyword, city, category, event language, status, venue, organizer and promo availability, and order by date. Each event has title, poster image, ticket url, price and currency, start date and time, city, venue, hall, language, categories, description, status and organizer. ### /expedia (5 endpoints) - POST /api/expedia/hotels — Get Expedia hotel details by hotel id (numeric, h-prefixed, or a hotel page URL): name, hero image, VIP Access flag, guest rating with category subscores and verified review count, popular amenities, grouped amenities, neighborhood overview, nearby places and transit, policies, important information (fees and charges) and frequently asked questions. - POST /api/expedia/hotels/offers — Get the date-scoped room and rate grid for an Expedia hotel by hotel id (numeric, h-prefixed, or a hotel page URL) for a specific stay (check-in, check-out and number of adults). Returns one item per room type with id, name, guest rating, features (size, bed type, occupancy), room images, and a list of rates with displayed price, nightly price, strikethrough price, price qualifier, currency, payment model, refundable flag, cancellation policy, included board/meal and remaining-availability message. - POST /api/expedia/hotels/reviews — Get Expedia guest reviews for a hotel by hotel id (numeric, h-prefixed, or a hotel page URL): each review has the guest rating and label, title, text, author, submission date, language, verified flag, length of stay, liked/disliked themes, helpful votes, guest photos and the property's management response. - POST /api/expedia/hotels/search — Search Expedia hotels in a destination region by numeric region id and stay dates. Returns hotel cards with id, name, neighborhood, hotel page url, VIP Access flag, hero image and gallery, guest rating with label and review count, and pricing (stay total, nightly price and strikethrough price). - POST /api/expedia/regions/search — Resolve a destination keyword into Expedia region ids. Returns matching cities, neighborhoods, regions, points of interest, airports and specific properties with their region id, geo type, full location name and coordinates — the region id feeds the Expedia hotel search. ### /facebook/ads (2 endpoints) - POST /api/facebook/ads — Get a Facebook Ad Library ad by Library ID - POST /api/facebook/ads/search — Search Facebook Ad Library (facebook.com/ads/library) ads by keyword ### /facebook/advertisers (3 endpoints) - POST /api/facebook/advertisers — Get a Facebook Ad Library advertiser (Page) by Page ID - POST /api/facebook/advertisers/ads — Get all Facebook Ad Library ads of a specific advertiser (Page) by Page ID - POST /api/facebook/advertisers/search — Search Facebook Ad Library (facebook.com/ads/library) advertisers (Pages) by name ### /facebook/marketplace (3 endpoints) - POST /api/facebook/marketplace/listings — Get a Facebook Marketplace (facebook.com/marketplace) listing by ID or URL - POST /api/facebook/marketplace/listings/category — Browse Facebook Marketplace (facebook.com/marketplace) listings by category and location - POST /api/facebook/marketplace/listings/search — Search Facebook Marketplace (facebook.com/marketplace) listings by keyword ### /fandom (8 endpoints) - POST /api/fandom/categories/members — List the pages, subcategories and files in a Fandom wiki category - POST /api/fandom/pages — Get a Fandom wiki page by title, page id or URL - POST /api/fandom/pages/content — Get the rendered HTML, wikitext and structure of a Fandom wiki page - POST /api/fandom/pages/list — List the pages of a Fandom wiki, optionally filtered by prefix and namespace - POST /api/fandom/pages/revisions — List the revision history of a Fandom wiki page - POST /api/fandom/pages/search — Search a Fandom wiki by full-text query - POST /api/fandom/users — Get a Fandom wiki user profile by username - POST /api/fandom/wikis — Get metadata and statistics of a Fandom wiki ### /fdroid (3 endpoints) - POST /api/fdroid/apps — Get F-Droid app details by Android package name or app URL - POST /api/fdroid/apps/search — Search F-Droid apps by keyword - POST /api/fdroid/apps/versions — List version history of an F-Droid app by Android package name or app URL ### /federalregister (8 endpoints) - POST /api/federalregister/agencies — Get a Federal Register agency by slug or numeric id - POST /api/federalregister/agencies/search — List all Federal Register agencies - POST /api/federalregister/documents — Get Federal Register document details by document number (or a list of numbers) - POST /api/federalregister/documents/facets — Aggregated Federal Register document counts grouped by a facet - POST /api/federalregister/documents/search — Search Federal Register documents with full-text and structured filters - POST /api/federalregister/issues — Get the table of contents of a published Federal Register issue by date - POST /api/federalregister/public_inspection_documents — Get a public inspection document by number (or a list of numbers) - POST /api/federalregister/public_inspection_documents/search — Search public inspection documents (early-access filings) ### /fedresurs (4 endpoints) - POST /api/fedresurs/companies — Get a legal-entity bankruptcy record by INN or OGRN - POST /api/fedresurs/companies/search — Search the bankruptcy register for legal-entity debtors - POST /api/fedresurs/persons — Get an individual bankruptcy record by INN - POST /api/fedresurs/persons/search — Search the bankruptcy register for individual debtors ### /finma (5 endpoints) - POST /api/finma/intermediaries — Get a FINMA registered insurance intermediary by registration number (F########) - POST /api/finma/intermediaries/persons — Get the persons linked to a FINMA registered insurance intermediary - POST /api/finma/intermediaries/search — Search the FINMA register of insurance intermediaries - POST /api/finma/warnings — Get a FINMA warning-list entry (unauthorised provider) by its warning-list identifier - POST /api/finma/warnings/search — Search the FINMA warning list of unauthorised/unlicensed financial providers by keyword ### /finra (4 endpoints) - POST /api/finra/firms — Get a broker-dealer or investment adviser firm from FINRA BrokerCheck by CRD number - POST /api/finra/firms/search — Search broker-dealer and investment adviser firms on FINRA BrokerCheck by name and location - POST /api/finra/individuals — Get a broker or investment adviser from FINRA BrokerCheck by CRD number - POST /api/finra/individuals/search — Search brokers and investment advisers on FINRA BrokerCheck by name and employer firm ### /finviz (7 endpoints) - POST /api/finviz/groups — Get aggregated market statistics grouped by sector, industry, country, or capitalization - POST /api/finviz/insider-trades — Get the latest insider trading activity (Form 4 filings) across the market - POST /api/finviz/news — Get the latest market, stock, ETF, or crypto news headlines - POST /api/finviz/quotes — Get the full Finviz snapshot for a ticker: fundamentals, valuation, ownership, and technicals - POST /api/finviz/quotes/financials — Get income statement, balance sheet, cash flow, and financial ratios for a ticker - POST /api/finviz/quotes/history — Get historical OHLCV bars for a ticker over a date range - POST /api/finviz/screener — Screen stocks by exchange, index, sector, market cap, recommendation, dividend yield, and price ### /fips (6 endpoints) - POST /api/fips/databases — Get a Russian database registration certificate (Rospatent / FIPS register, DB DB) by its registration number: database title, abstract, DBMS, volume, application/registration/publication dates, authors, holders and contacts. - POST /api/fips/designs — Get a Russian industrial design (Rospatent / FIPS register, DB RUDE) by its registration number: bibliography (INID), title, design name, legal status, Locarno (MKPO) classification, applicant/filing/registration/publication dates, authors, patent holders, correspondence address and design images. - POST /api/fips/patents — Get a Russian invention patent (Rospatent / FIPS register, DB RUPAT) by its registration number: bibliography (INID), title, legal status, IPC/CPC classification, applicant/filing/priority/registration/publication dates, authors, patent holders, cited documents, abstract, full description, claims (formula) and drawing images. - POST /api/fips/software — Get a Russian computer program registration certificate (Rospatent / FIPS register, DB EVM) by its registration number: program title, abstract, programming language, volume, application/registration/publication dates, authors, holders and contacts. - POST /api/fips/trademarks — Get a Russian trademark / service mark (Rospatent / FIPS register, DB RUTM) by its registration number: bibliography (INID), legal status, mark image and type, applicant/filing/priority/registration/publication/expiration dates, colors, holders, correspondence address and the Nice (MKTU) classes with their goods and services. - POST /api/fips/utility-models — Get a Russian utility model (Rospatent / FIPS register, DB RUPM) by its registration number: bibliography (INID), title, legal status, IPC/CPC classification, applicant/filing/priority/registration/publication dates, authors, patent holders, cited documents, abstract, full description, claims (formula) and drawing images. ### /firmenbuch (2 endpoints) - POST /api/firmenbuch/companies — Get an Austrian company's commercial register (Firmenbuch) card from justizonline.gv.at by its Firmenbuch number (FN). Accepts a plain FN such as '566577b' (the current record is resolved automatically) or a full record id such as '566577b_1'. Returns the record id, FN, name, registration status, domicile, snapshot date, legal form (abbreviation and full name), registered address (postal code, street, city) and the official register extract documents offered for this company (type, name, description and price). - POST /api/firmenbuch/companies/search — Search Austrian companies in the commercial register (Firmenbuch) on justizonline.gv.at by company name or Firmenbuch number. Optionally filter by registration status, legal form, registry court and province (Bundesland). Returns each match's record id, Firmenbuch number, name, status and domicile. ### /flamp (6 endpoints) - POST /api/flamp/firms — Get a Flamp organization (firm) by its id - POST /api/flamp/firms/reviews — Get reviews of a Flamp organization (firm) by its id - POST /api/flamp/reviews — Get a single Flamp review by its id - POST /api/flamp/rubrics — List the Flamp business categories (metarubrics) of a city - POST /api/flamp/users — Get a Flamp user (review author) profile by id - POST /api/flamp/users/reviews — Get reviews written by a Flamp user by their id ### /flightaware (13 endpoints) - POST /api/flightaware/aircraft — Get aircraft registration details (make/model, owner, registry data) by tail number - POST /api/flightaware/aircraft-types/flights — Get the airborne aircraft of a given type (ICAO type designator) currently flying - POST /api/flightaware/airports — Get airport details (location, elevation, runways, timezone, delay status) by IATA or ICAO code - POST /api/flightaware/airports/arrivals — Get the recent and current arrivals board for an airport by IATA or ICAO code - POST /api/flightaware/airports/departures — Get the recent and current departures board for an airport by IATA or ICAO code - POST /api/flightaware/airports/enroute — Get the en route / scheduled-to board (inbound flights) for an airport by IATA or ICAO code - POST /api/flightaware/airports/scheduled — Get the scheduled departures board (not yet airborne) for an airport by IATA or ICAO code - POST /api/flightaware/delays — Get worldwide flight delay and cancellation statistics with airline and airport breakdowns - POST /api/flightaware/flights — Get the current or most recent flight for an airline flight number, tail number, or flight id - POST /api/flightaware/flights/history — Get recent and upcoming legs (flight history) for an airline flight number or tail number - POST /api/flightaware/flights/search — Find scheduled flights between two airports (route finder) - POST /api/flightaware/flights/track — Get the flown track (ordered position reports) for the current or most recent leg of a flight - POST /api/flightaware/operators/flights — Get the airborne fleet (currently flying aircraft) for an airline by ICAO code ### /flightradar24 (12 endpoints) - POST /api/flightradar24/aircraft — Get aircraft details by registration (tail number) - POST /api/flightradar24/aircraft/flights — Get the recent flight history of an aircraft by registration - POST /api/flightradar24/airlines — Get airline details by IATA-ICAO code - POST /api/flightradar24/airlines/fleet — Get the aircraft fleet of an airline by IATA-ICAO code - POST /api/flightradar24/airports — Get airport details, delay statistics and location by IATA or ICAO code - POST /api/flightradar24/airports/routes — Get the destination airports served from an airport - POST /api/flightradar24/airports/schedule — Get the departures, arrivals, or on-ground board for an airport - POST /api/flightradar24/airports/weather — Get the latest weather (METAR) observation for an airport - POST /api/flightradar24/flights — Get full details and the flight track for a single flight by its Flightradar24 flight id - POST /api/flightradar24/flights/history — Get past and upcoming flights for a flight number - POST /api/flightradar24/flights/search — Find live aircraft currently flying within a geographic area (bounding box) - POST /api/flightradar24/search — Search Flightradar24 for airports, airlines, aircraft and flights ### /flipkart (4 endpoints) - POST /api/flipkart/products — Get full Flipkart product details by item id (or product URL): title, brand, price, list_price, discount, images, color, rating, ratings and reviews count, category, breadcrumbs, availability, condition and recent customer reviews. - POST /api/flipkart/products/reviews — Get customer reviews for a Flipkart product by item id (or product URL): rating (1-5), title, review text, author, date, location, certified-buyer flag, helpful and downvote counts, and review photos. - POST /api/flipkart/products/search — Search Flipkart products by keyword. Returns id (item id), title, brand, price, list_price, discount_percentage, currency, image, key_specs, rating, rating_count, review_count and product url. - POST /api/flipkart/sellers — Get the Flipkart seller (store) offering a given product, by item id or product URL: seller name, seller rating, years on Flipkart, units sold, quality and speed scores, product-quality and service-quality ratings, and the seller description. ### /fotocasa (4 endpoints) - POST /api/fotocasa/agencies/listings — Get a Fotocasa real estate agency profile and its published listings by numeric agency client id. Returns the agency profile (name, contact details, address, coordinates, logo, quality seal, counters) together with the agency's property listings (same cards as the property search). - POST /api/fotocasa/agencies/search — Search Fotocasa real estate agencies by province or municipality, optionally filtered by the offer type they publish (sale or rent). Returns agency cards with client id, name, alias, profile url, logo, the number of listings in the zone, the total number of published listings and the lowest published price. - POST /api/fotocasa/properties — Get full Fotocasa real estate property details by property id (or property URL): title, property and transaction type, price, price drop and price per m², living and land surface, number of rooms and bathrooms, floor, condition, antiquity, orientation, heating, furnished flag, energy and emissions classes, full description, features, address (street, neighborhood, district, municipality, province, zip code and coordinates), photos and the listing agency. - POST /api/fotocasa/properties/search — Search Fotocasa real estate properties by location (city, municipality or neighbourhood) with transaction (comprar/alquiler), property type, an extra feature or situation filter, publisher type, price, surface, room and bathroom filters and ordering. Returns property cards with property and transaction type, price, price per m², surface, rooms, bathrooms, floor, condition, antiquity, orientation, furnished flag, amenity features, description, publication date, flags, address, photos, the property detail url and the listing agency. ### /fred (3 endpoints) - POST /api/fred/series — Get metadata for an economic data series by its identifier - POST /api/fred/series/observations — Get the time-series observations for an economic data series by its identifier - POST /api/fred/series/search — Search for economic data series by keyword ### /funda (3 endpoints) - POST /api/funda/agents — Get a Funda real estate agent (makelaar) by agent id or agent URL: name, affiliation, slogan and description, contact details (email, phone, website), office address, logo, rating, review count, selectivity, services, specialties, certificates, languages, opening hours, social media links, employees and recent reviews. - POST /api/funda/listings — Get full Funda real estate listing details by listing id (or listing URL): address, neighbourhood, asking/rental price, living area, volume, number of rooms and bedrooms, energy label, build year, object and offering type, status, full description, photos, coordinates, selling agent, neighbourhood statistics, sale history (for sold/rented listings) and the full grouped characteristics (Kenmerken) sections. - POST /api/funda/listings/search — Search Funda real estate listings by area (city or city/neighbourhood) and mode (koop/huur/nieuwbouw/recreatie). Returns listing cards with address, price, living area, rooms, bedrooms, energy label, construction type, selling agent, photos and the listing detail url. ### /g2 (1 endpoints) - POST /api/g2/products/search — Search G2 (g2.com) software products and vendors by query keyword ### /gartner (7 endpoints) - POST /api/gartner/categories — Get the full Gartner Peer Insights (gartner.com) software category and market taxonomy - POST /api/gartner/markets — Get Gartner Peer Insights (gartner.com) market details by market seoName or full market URL - POST /api/gartner/markets/products — List Gartner Peer Insights (gartner.com) products in a market with optional reviewer filters - POST /api/gartner/markets/search — Search Gartner Peer Insights (gartner.com) markets by query keyword - POST /api/gartner/products — Get Gartner Peer Insights (gartner.com) product details by product seoName or full product URL - POST /api/gartner/products/search — Search Gartner Peer Insights (gartner.com) products by query keyword - POST /api/gartner/vendors — Get Gartner Peer Insights (gartner.com) vendor details by vendor seoName or full vendor URL ### /gaspravosudie (8 endpoints) - POST /api/gaspravosudie/acts — Get a single judicial act of a Russian court of general jurisdiction by its identifier: full act text, act type, case number, unique case ID (UID), date, court, region, judge and the parties (plaintiffs, defendants, third parties). - POST /api/gaspravosudie/acts/search — Full-text search of judicial acts of Russian courts of general jurisdiction by act text, case number, law article, court, judge, with filters by court instance, region and act date range. - POST /api/gaspravosudie/cases — Get the full docket of a court case from a Russian court of general jurisdiction: case number, unique case ID (UID), category, judge, dates, result, the parties (plaintiffs, defendants, third parties) and the case-movement timeline. - POST /api/gaspravosudie/cases/movement — Get the movement timeline of a court case from a Russian court of general jurisdiction: each procedural event with its date, time, location, result, basis and publication date. - POST /api/gaspravosudie/cases/parties — Get the parties of a court case from a Russian court of general jurisdiction: role (plaintiff, defendant, third party, representative), name and identifiers (INN, KPP, OGRN, OGRNIP). - POST /api/gaspravosudie/cases/search — Search court cases in a specific Russian court of general jurisdiction by case number, unique case ID, party, judge or case-received date range, within a chosen type of proceedings. - POST /api/gaspravosudie/courts — Get a single Russian court of general jurisdiction by its classification code: court name, region, address, phone, email, official website and subdomain. - POST /api/gaspravosudie/courts/search — Search the directory of Russian federal courts of general jurisdiction within a region: court name, classification code, region, address, phone, email and official website. ### /gdelt (4 endpoints) - POST /api/gdelt/articles/context — Snippet-level news search across GDELT coverage. Like article search but each result also includes the in-text sentence where the query appears plus its surrounding context, showing how a term is actually used. - POST /api/gdelt/articles/search — Search worldwide news coverage indexed by GDELT. Returns matching articles with url, title, outlet domain, language, source country, publish time and social image. Supports keyword/phrase/boolean queries plus filters by country, language, domain, theme, tone and time window. - POST /api/gdelt/coverage/timeline — Time series of GDELT news coverage for a query. Depending on metric, returns coverage volume (as a percent of all global coverage or raw intensity), average tone, or a breakdown by language or source country over time. Each series is a list of timestamped values. - POST /api/gdelt/coverage/tone — Sentiment distribution of GDELT news coverage for a query. Returns a histogram across the emotional tone scale: each bin has its tone value, the number of matching articles, and a few sample articles from that bin. ### /getapp (6 endpoints) - POST /api/getapp/categories — List GetApp (getapp.com) software categories with product counts - POST /api/getapp/categories/products — List GetApp (getapp.com) products within a software category with full facet filtering - POST /api/getapp/products — Get GetApp (getapp.com) software product details by alias, category/alias path, or product URL - POST /api/getapp/products/alternatives — Get GetApp (getapp.com) product alternatives by alias, category/alias path, or product URL - POST /api/getapp/products/reviews — Get GetApp (getapp.com) product reviews by alias, category/alias path, or product URL - POST /api/getapp/products/search — Search GetApp (getapp.com) software products by keyword ### /getyourguide (6 endpoints) - POST /api/getyourguide/activities — Get full GetYourGuide activity (tour/experience) details by id or activity URL: title, abstract and full description, highlights, duration, price, inclusions and exclusions, what to bring, not allowed and good to know notes, key details, itinerary stops, meeting point with coordinates, rating and rating breakdown by topic, review count, languages, supplier, city, and photos. - POST /api/getyourguide/activities/reviews — Get GetYourGuide activity (tour/experience) reviews by activity id or activity URL. Returns a list of traveler reviews with rating, review text, author name and country, review date, review language, traveler type, and any review photos. - POST /api/getyourguide/activities/search — Search GetYourGuide activities (tours, attractions, and experiences) by keyword, destination, city, or point of interest. Returns a ranked list of matching activities with id, title, abstract, url, category, activity type, duration, rating and review count, price (amount, original amount, currency, discount), attributes (skip the line, free cancellation, small group, and more), badges (Top pick, Likely to sell out, Certified by GetYourGuide), next availability, and photos. - POST /api/getyourguide/locations — Get a GetYourGuide location (destination, city, region, country, or point of interest) by id or location URL: name, location type, parent city, region and country, page title and description, hero image, number of available activities, and the activity categories offered there (boat cruises, museums, walking tours, food & drink, and more). - POST /api/getyourguide/locations/search — Resolve a keyword to GetYourGuide locations (cities, countries, regions, attractions, and points of interest). Returns a ranked list of matching locations with id, name, type (city, country, region, or point of interest), sub type, country, descriptor, location page url, alias (slug), and image. Use it to turn a free-text place name into a location id for further GetYourGuide lookups. - POST /api/getyourguide/suppliers — Get a GetYourGuide supplier (activity provider/operator) profile by id or supplier URL: name, description, profile image, legal company name, VAT and company registration numbers, address, managing directors, and a representative list of the supplier's activities with title, url, category, rating and review count, price, duration, attributes, availability, location, and photos. ### /github (16 endpoints) - POST /api/github/commits — Get a GitHub commit by sha, branch, or tag within a repository - POST /api/github/issues — Get GitHub issue details by 'owner/repo#number' or issue URL - POST /api/github/issues/search — Search GitHub issues and pull requests by query with qualifiers - POST /api/github/orgs — Get GitHub organization profile by login - POST /api/github/orgs/repos — List public repositories owned by a GitHub organization - POST /api/github/pulls — Get GitHub pull request details by URL or 'owner/name#number' - POST /api/github/repos — Get GitHub repository details by owner/name or repository URL - POST /api/github/repos/commits — List commits of a GitHub repository by owner/name or repository URL - POST /api/github/repos/contributors — List contributors of a GitHub repository by owner/name or repository URL - POST /api/github/repos/issues — List issues of a GitHub repository by owner/name or repository URL - POST /api/github/repos/pulls — List pull requests of a GitHub repository by owner/name or repository URL - POST /api/github/repos/releases — List releases of a GitHub repository by owner/name or repository URL - POST /api/github/repos/search — Search GitHub repositories by query with optional sort and order - POST /api/github/users — Get GitHub user or organization profile by username (login) - POST /api/github/users/repos — List public repositories owned by a GitHub user - POST /api/github/users/search — Search GitHub users by query with optional qualifiers ### /gitlab (6 endpoints) - POST /api/gitlab/groups — Get GitLab group details by numeric id, full path, or group URL - POST /api/gitlab/projects — Get GitLab project details by numeric id, 'namespace/project' path, or project URL - POST /api/gitlab/projects/releases — List releases of a GitLab project by numeric id, 'namespace/project' path, or project URL - POST /api/gitlab/projects/search — Search public GitLab projects by keyword with optional sort field and order - POST /api/gitlab/projects/tags — Get repository tags of a GitLab project by numeric id, 'namespace/project' path, or project URL - POST /api/gitlab/users — Get GitLab user details by username ### /glassdoor (6 endpoints) - POST /api/glassdoor/companies — Get a Glassdoor (glassdoor.com) company overview by employer id (or company URL): name, rating, ratings by category, recommend/CEO-approval/business-outlook percentages, review/salary/job counts, industry, sector, headquarters, size, revenue, founding year, company type, website, description, mission, CEO, workplace awards and competitors. - POST /api/glassdoor/companies/ratings — Get the full Glassdoor (glassdoor.com) rating breakdown for a company by employer id: overall rating, the six category ratings and the recommend-to-friend / CEO-approval / business-outlook percentages plus review and salary counts. - POST /api/glassdoor/companies/search — Search Glassdoor (glassdoor.com) companies by name, job title, industry sector or industry. Returns companies with their overall and category ratings, industry, sector, headquarters and open job count. - POST /api/glassdoor/jobs — Get a Glassdoor (glassdoor.com) job listing by id (or job URL): title, full description, location, estimated pay range, posting age, easy-apply flag, apply link and the hiring company (name, rating, logo). - POST /api/glassdoor/jobs/search — Search Glassdoor (glassdoor.com) jobs by keyword and location with filters for posting recency, employment type, seniority, remote, easy-apply, minimum company rating, salary range and distance. - POST /api/glassdoor/salaries/search — Get Glassdoor (glassdoor.com) role-level salary estimates by job title: the overall pay distribution (base, additional and total pay percentiles) and the top-paying companies for that role with their own pay ranges. ### /gofundme (3 endpoints) - POST /api/gofundme/campaigns — Get GoFundMe campaign (fundraiser) details by slug or URL - POST /api/gofundme/campaigns/donations — Get recent or top donations for a GoFundMe campaign - POST /api/gofundme/campaigns/search — Search GoFundMe campaigns (fundraisers) with filters ### /golang (6 endpoints) - POST /api/golang/packages — Get Go module/package details by import path or pkg.go.dev URL - POST /api/golang/packages/importers — List the packages that import a Go package (reverse dependencies) - POST /api/golang/packages/imports — List the packages that a Go package imports - POST /api/golang/packages/recent — Feed of recently published Go modules - POST /api/golang/packages/search — Search Go modules/packages by query - POST /api/golang/packages/versions — List all released versions of a Go module (newest first) ### /goodreads (13 endpoints) - POST /api/goodreads/authors — Get Goodreads (goodreads.com) author details by author id, id with slug, or author URL - POST /api/goodreads/authors/books — Get the books (bibliography) of a Goodreads (goodreads.com) author by author id - POST /api/goodreads/authors/quotes — Get quotes by a Goodreads (goodreads.com) author by author id - POST /api/goodreads/books — Get Goodreads (goodreads.com) book details by book id, id with slug, or book URL - POST /api/goodreads/books/editions — Get all editions of a Goodreads (goodreads.com) book (work) by book id - POST /api/goodreads/books/quotes — Get quotes from a Goodreads (goodreads.com) book by book id - POST /api/goodreads/books/reviews — Get Goodreads (goodreads.com) book reviews by book id, with rating/sort/language/text filters - POST /api/goodreads/books/search — Search Goodreads (goodreads.com) books by keyword - POST /api/goodreads/books/similar — Get Goodreads (goodreads.com) similar books ('readers also enjoyed') by book id - POST /api/goodreads/genres — List Goodreads (goodreads.com) browse genres - POST /api/goodreads/genres/books — Get most-read Goodreads (goodreads.com) books for a genre/shelf - POST /api/goodreads/lists — Get a Goodreads (goodreads.com) Listopia list and its ranked books by list id - POST /api/goodreads/series — Get Goodreads (goodreads.com) book series details and its ordered books by series id ### /goodrx (5 endpoints) - POST /api/goodrx/classes — Get a GoodRx drug class by slug (or class URL): the class name, description and the list of drugs in the class (name and slug). - POST /api/goodrx/drugs — Get a GoodRx drug by slug (or drug URL): name, description, whether it is a generic and the brand it is generic for, drug class, image, prescription and legal status, administration route, plus the default form, dosage and configuration. - POST /api/goodrx/drugs/info — Get clinical information for a GoodRx drug by slug (or URL): the drug description, generic name, drug class, the conditions it is used for, prescription and legal status, administration route, official FDA label link, clinical warnings and the list of frequently asked questions with answers. - POST /api/goodrx/drugs/prices — Get pharmacy prices for a prescription drug in a US ZIP code: for each pharmacy the GoodRx coupon price, the retail price and the lowest available price, plus the drug form and dosage that was priced. - POST /api/goodrx/drugs/search — Search GoodRx drugs and conditions by keyword: returns matching drugs with their slug, name and (for specific configurations) form, dosage and config. ### /google/ads (1 endpoints) - POST /api/google/ads — Get full details of a single Google Ads Transparency Center ad creative by URL or advertiser/creative composite. Returns advertiser, format, regions, image/video/preview, and for political ads — spend range, impressions, targeting, per-region statistics. ### /google/advertisers (3 endpoints) - POST /api/google/advertisers — Get full profile of a Google Ads Transparency Center advertiser by URL or raw advertiser ID. Returns advertiser id, name, legal name, country, topic, verification status, and — for political advertisers — total ad count and list of active regions. - POST /api/google/advertisers/ads — List all ads of a Google Ads Transparency Center advertiser by URL or raw advertiser ID. Returns per-ad creative id, format, regions, first/last shown timestamps, image/preview/video, and for political ads — impressions, spend range, currency. - POST /api/google/advertisers/search — Search Google Ads Transparency Center advertisers by name or keyword in a given region. Returns up to 100 advertisers per request with id, name, country/state, topic, verification status and bucketed ad count range. ### /google/finance (10 endpoints) - POST /api/google/finance/markets — Get the most active securities across the market - POST /api/google/finance/quotes — Get a real-time quote and company profile for a ticker in SYMBOL:EXCHANGE form - POST /api/google/finance/quotes/congress — Get U.S. Congress member trading activity for a ticker in SYMBOL:EXCHANGE form - POST /api/google/finance/quotes/financials — Get quarterly income-statement figures for a ticker in SYMBOL:EXCHANGE form - POST /api/google/finance/quotes/history — Get historical OHLCV bars for a ticker in SYMBOL:EXCHANGE form - POST /api/google/finance/quotes/news — Get recent news articles for a ticker in SYMBOL:EXCHANGE form - POST /api/google/finance/quotes/ratings — Get analyst ratings and price targets for a ticker in SYMBOL:EXCHANGE form - POST /api/google/finance/quotes/related — Get securities related to a ticker in SYMBOL:EXCHANGE form - POST /api/google/finance/quotes/transcripts — Get the latest earnings-call transcript for a ticker in SYMBOL:EXCHANGE form - POST /api/google/finance/search — Search for stocks, ETFs, and other securities by name or ticker symbol ### /google/flights (2 endpoints) - POST /api/google/flights/calendar — Get a price grid of departure and return date combinations around the selected round-trip dates - POST /api/google/flights/search — Search flight itineraries between two airports for a date with optional return, cabin, and stops ### /google/hotels (6 endpoints) - POST /api/google/hotels — Get full Google Hotels details by hotel feature ID. Includes star class, rating, address, price. - POST /api/google/hotels/nearby — Get similar and popular hotels (plus vacation rentals) near a Google hotel by feature ID. - POST /api/google/hotels/photos — Get Google Hotels photos for a hotel by feature ID. Returns photo URLs, captions, dimensions. - POST /api/google/hotels/prices — Get OTA price offers for a Google hotel by feature ID and stay dates. - POST /api/google/hotels/reviews — Get Google Hotels reviews for a hotel by feature ID, aggregated across Google and travel sites. - POST /api/google/hotels/search — Search Google Hotels by location and stay dates. Returns hotels with class, rating, price, GPS. ### /google/maps (7 endpoints) - POST /api/google/maps/photos — Get Google Maps photos for a place by feature ID. Returns photo URLs, captions, dimensions. - POST /api/google/maps/places — Get full Google Maps place details by feature ID. Includes rating, hours, phone, price. - POST /api/google/maps/places/search — Search Google Maps places by text query. Returns places with name, address, rating, categories, GPS. - POST /api/google/maps/posts — Get Google Maps business posts (owner updates) for a place by feature ID. - POST /api/google/maps/reviews — Get Google Maps reviews for a place by feature ID. - POST /api/google/maps/users — Get a Google Maps contributor profile by contributor ID. - POST /api/google/maps/users/reviews — Get reviews written by a Google Maps contributor by contributor ID. ### /google/news (4 endpoints) - POST /api/google/news/articles — Get the Google News top stories feed for a given edition: the current headline articles with title, source, source domain, publish date, snippet and link. - POST /api/google/news/articles/search — Search Google News articles by keyword. Returns matching articles with title, source, source domain, publish date, snippet and link. Supports exact phrase, excluded words, single-publisher restriction and a time-window filter. - POST /api/google/news/topics — Get the Google News feed for a topic section. Accepts a named section (WORLD, NATION, BUSINESS, TECHNOLOGY, ENTERTAINMENT, SPORTS, SCIENCE, HEALTH) or an opaque Google News topic id. Returns the section's articles with title, source, source domain, publish date, snippet and link. - POST /api/google/news/topics/geo — Get the Google News local news feed for a place. Returns articles about the given location with title, source, source domain, publish date, snippet and link. ### /google/patents (2 endpoints) - POST /api/google/patents/patents — Get a patent by its publication number - POST /api/google/patents/patents/search — Search patents by query and filters ### /google/play (5 endpoints) - POST /api/google/play/apps — Get full Google Play app details by package name. Includes rating, installs, price, screenshots. - POST /api/google/play/apps/charts — Get the ranked Google Play app chart for a category. Returns top apps with rating, installs, price. - POST /api/google/play/apps/reviews — Get Google Play app reviews by package name. Includes rating, text, author, date, developer reply. - POST /api/google/play/apps/search — Search Google Play apps by query. Returns matching app cards with rating, installs and price. - POST /api/google/play/developers — Get a Google Play developer profile and their published apps by developer name or numeric id. ### /googlescholar (2 endpoints) - POST /api/googlescholar/authors — Get a Google Scholar author profile by id: metrics, interests, affiliation, and top publications - POST /api/googlescholar/papers/search — Search Google Scholar for academic papers and publications ### /goonet (8 endpoints) - POST /api/goonet/catalog — Get the Goo-net new-car catalog (specifications) for a model by maker and model slug: per release-year model variants with price range, description and a grade table (grade name, model code, displacement, doors, transmission, drive, seats, fuel economy, weight, dimensions and new-car price). - POST /api/goonet/dealers — Get Goo-net used-car dealer details by shop id: name, description, phone, address, prefecture, opening hours, closed days, overall and per-aspect ratings, review count, inventory size and image. - POST /api/goonet/dealers/listings — List all used-car listings in a Goo-net dealer's inventory by shop id. Returns listing cards with id, url, brand, model, grade, prices, year, mileage, inspection, condition rating and image. - POST /api/goonet/dealers/reviews — List customer reviews for a Goo-net used-car dealer by shop id. Returns reviews with author, purchased car, overall rating, review text, the dealer's reply and post date. - POST /api/goonet/dealers/search — Search Goo-net used-car dealers by prefecture and optional municipality. Returns dealer cards with id, url, name, description, address, opening hours, closed days, rating, review count, inventory size and image. - POST /api/goonet/listings — Get full Goo-net used-car listing details by listing URL: title, brand, grade, body type, body and total price, monthly payment, year, mileage, inspection, repair history, transmission, drive, drive layout, fuel, fuel grade, displacement, doors, seats, color, steering side, power, weight, dimensions, fuel economy, the equipment list, the Goo-kantei condition rating (interior/exterior/engine), warranty, dealer (name/address/phone) and photos. - POST /api/goonet/listings/search — Search Goo-net used-car listings by maker, model, prefecture, city, body type, color, body-price, model-year, mileage and displacement ranges, accident repair history, transmission, drive, plus non-smoking and registered-unused flags, with sort order. Returns listing cards with id, url, brand, model, grade, prices, year, mileage, inspection, condition rating, dealer info and image. - POST /api/goonet/reviews — List owner reviews for a car model on Goo-net by maker and model slug. Returns reviews with id, url, title, overall rating, review text, the car, author name, author region and post date. ### /goplus (7 endpoints) - POST /api/goplus/address-security — Screen a wallet or contract address for malicious / criminal activity - POST /api/goplus/approval-security — Assess the approval / spender risk of a contract by chain and address - POST /api/goplus/nft-approvals — List a wallet's ERC-721 NFT approvals with per-operator risk by chain and wallet address - POST /api/goplus/nft-security — Run an NFT collection security check by chain and contract address - POST /api/goplus/rugpull — Detect rug-pull risks of a contract by chain and address - POST /api/goplus/token-approvals — List a wallet's ERC-20 token approvals with per-spender risk by chain and wallet address - POST /api/goplus/token-security — Run a token security / honeypot check by chain and contract address ### /greenhouse (4 endpoints) - POST /api/greenhouse/jobs — Get full details of a single job posting from a company's Greenhouse job board by board token and job id: title, location, company, language, description, requisition id, departments and offices, pay ranges, application form questions, metadata and posting dates. - POST /api/greenhouse/jobs/departments — List the department tree of a company's Greenhouse job board by board token: each department's id, name, parent and child department ids, and the jobs that belong to it. - POST /api/greenhouse/jobs/offices — List the office tree of a company's Greenhouse job board by board token: each office's id, name, location, parent and child office ids, and the departments hiring at that office. - POST /api/greenhouse/jobs/search — List all open job postings from a company's Greenhouse job board by board token: title, location, company, requisition id, departments and offices, metadata and posting dates. Set content to also include each job's full description. ### /greynoise (1 endpoints) - POST /api/greynoise/ips — Look up GreyNoise internet-scanner reputation for an IP address ### /ground_news (6 endpoints) - POST /api/ground_news/interests/stories — Get the Ground News stories feed for an interest (topic, person, place or news source) by slug. Each story card carries the political-bias distribution, blindspot info, factuality and ownership distribution of the covering sources, geography, topics and a per-source list. - POST /api/ground_news/sources — Get a Ground News news-source profile by slug: political-bias label, factuality label, source tier, ownership, location, and the per-reviewer media-bias and factuality ratings from AllSides, Ad Fontes Media and Media Bias/Fact Check (each with the external reviewer's reference URL). - POST /api/ground_news/stories — Get a full Ground News story by URL or slug. A story is a cluster of articles from many sources covering one event, annotated with a political-bias distribution (left/center/right share of sources and of coverage), a blindspot flag (under-reported by one side), AI-generated Left/Center/Right summaries plus a comparative analysis, factuality and ownership distribution of the covering sources, and a per-source list with each source's bias rating (AllSides, Ad Fontes Media, Media Bias/Fact Check), factuality, ownership and the article URL. - POST /api/ground_news/stories/blindspot — Get the Ground News blindspot feed — stories that are heavily under-reported by one side of the political spectrum. Filter by side (left, right or all) and regional edition. Each story card carries the bias distribution, blindspot_for, factuality and ownership distribution, geography, topics and a per-source list. - POST /api/ground_news/stories/search — Search Ground News by keyword. Returns a mix of stories (events) and interests (topics, people, places, news sources) matching the query, each with its title, slug, type and lightweight stats (source count for stories, follower/reference count for interests). Use the returned slug with the stories or interests endpoints to fetch full bias details. - POST /api/ground_news/stories/top — Get the Ground News top stories feed for a regional edition (US, International, UK, Canada, Europe). Each story card carries the political-bias distribution (left/center/right coverage percentages and source counts), blindspot info, factuality and ownership distribution of the covering sources, geography, topics and a per-source list. ### /grubhub (3 endpoints) - POST /api/grubhub/restaurants — Get full Grubhub (grubhub.com) restaurant details by numeric id (or restaurant page URL): name, address, location, phone, cuisines, rating, price tier, delivery and pickup fees and time estimates, service fee, sales tax, opening hours and the complete menu with categories, items, prices and price ranges. - POST /api/grubhub/restaurants/reviews — Get diner reviews for a Grubhub (grubhub.com) restaurant by numeric id (or restaurant page URL): review text, reviewer, star rating, sentiment, diner type, creation time and the menu items ordered. - POST /api/grubhub/restaurants/search — Find Grubhub (grubhub.com) restaurants delivering to or available for pickup at a location (latitude/longitude) with optional filters: free-text keyword, fulfillment method, sort order, cuisines, price tier, rating, delivery time, offers, lowest fees, Grubhub+, open now, new, national brands, alcohol, order tracking and shared cart. Returns cards with name, rating, price tier, delivery fee, minimum, delivery time, distance and image. ### /gurunavi (6 endpoints) - POST /api/gurunavi/restaurants — Get full Gurunavi (楽天ぐるなび) restaurant details by id (e.g. 'g720500') or restaurant URL: name, address, geo, cuisines/genres, description, telephone/fax, price range and average budgets, access directions, opening hours, closed days, seats, banquet/charter capacity, payment methods, electronic money, amenities, private rooms, usage scenes, foreign language support, menu services (all-you-can-eat/drink, vegetarian, birthday perks), lunch services, Wi-Fi/power, parking, child-friendly facilities, pets, takeout, dress code, restrooms, other facilities, selling points, shop topics, cancellation policy, homepage and reservation links. - POST /api/gurunavi/restaurants/courses — Get Gurunavi (楽天ぐるなび) restaurant course plans (コース料理) by id or restaurant URL: name, per-person price, dish count, description, course content, tags and photo. - POST /api/gurunavi/restaurants/menu — Get Gurunavi (楽天ぐるなび) restaurant à la carte menu items (food and drinks) by id or restaurant URL: name, price, description, category, subject and photo. - POST /api/gurunavi/restaurants/photos — Get Gurunavi (楽天ぐるなび) restaurant photos by id or restaurant URL: full-size image, thumbnail and caption. - POST /api/gurunavi/restaurants/reviews — Get Gurunavi (楽天ぐるなび) restaurant reviews (口コミ・応援フォト) by id or restaurant URL: author, usage scene, menu item reviewed, rating, comment text, visit date and photo. - POST /api/gurunavi/restaurants/search — Search Gurunavi (楽天ぐるなび) restaurants by keyword, area, cuisine genre and こだわり filters (condition / usage scene / smoking / business hours), with optional budget range, private room, seat-reservable, reservation-type and coupon filters. Returns restaurant cards with name, category, dinner/lunch budgets, access, course plans, photos with metadata and promo flags. ### /habr (10 endpoints) - POST /api/habr/articles — Get Habr Article - POST /api/habr/articles/comments — Get Habr Article Comments - POST /api/habr/articles/search — Search Habr Articles - POST /api/habr/companies — Get Habr Company - POST /api/habr/companies/articles — Get Habr Company Articles - POST /api/habr/hubs — Get Habr Hub - POST /api/habr/hubs/articles — Get Habr Hub Articles - POST /api/habr/users — Get Habr User - POST /api/habr/users/articles — Get Habr User Articles - POST /api/habr/users/comments — Get Habr User Comments ### /habrcareer (13 endpoints) - POST /api/habrcareer/companies — Get Habr Career company profile by alias - POST /api/habrcareer/companies/ratings — Get the Habr Career company rating leaderboard (employee-rated employers ranking) - POST /api/habrcareer/companies/search — Search Habr Career companies by name and filters - POST /api/habrcareer/companies/vacancies — Get the open vacancies of a Habr Career company by alias - POST /api/habrcareer/experts/search — Search Habr Career experts (mentors / consultants) by keyword and filters - POST /api/habrcareer/qualifications — Get the Habr Career qualification reference (Intern/Junior/Middle/Senior/Lead) - POST /api/habrcareer/resumes — Get a Habr Career IT specialist (resume) profile by username - POST /api/habrcareer/resumes/search — Search Habr Career IT specialists (resumes) by keyword and filters - POST /api/habrcareer/salaries — Get Habr Career IT salary analytics (min/max/percentiles/median + bonus) by specialization - POST /api/habrcareer/salaries/dynamics — Get Habr Career IT salary dynamics over half-year periods for a specialization - POST /api/habrcareer/specializations — Get the Habr Career specialization reference (grouped specialization aliases and titles) - POST /api/habrcareer/vacancies — Get Habr Career vacancy details by id - POST /api/habrcareer/vacancies/search — Search Habr Career IT vacancies by keyword and filters ### /hackernews (5 endpoints) - POST /api/hackernews/items — Get a Hacker News item (story, comment, job, poll) by its numeric id - POST /api/hackernews/items/comments — Get the full comment tree of a Hacker News thread by its numeric id - POST /api/hackernews/items/lists — Get Hacker News front-page lists (top, new, best, ask, show, job) with full item data - POST /api/hackernews/items/search — Full-text search across Hacker News items (stories, comments, jobs, polls) - POST /api/hackernews/users — Get a Hacker News user profile by username ### /hackernews/whoishiring (1 endpoints) - POST /api/hackernews/whoishiring — Structured job postings from a monthly Hacker News 'Who is hiring?' thread ### /hackerone (9 endpoints) - POST /api/hackerone/cves — List HackerOne (hackerone.com) ranked CVE catalog entries - POST /api/hackerone/hackers — Get a HackerOne (hackerone.com) hacker profile by username - POST /api/hackerone/hackers/stats — Get a HackerOne (hackerone.com) hacker's statistics snapshot (signal, impact, reputation, rank) - POST /api/hackerone/leaderboard — Get the HackerOne (hackerone.com) hacker leaderboard for a period and ranking type - POST /api/hackerone/programs — Get HackerOne (hackerone.com) bug bounty / VDP program details by handle - POST /api/hackerone/programs/scopes — List structured in-scope assets of a HackerOne (hackerone.com) program - POST /api/hackerone/programs/search — Search the HackerOne (hackerone.com) program directory - POST /api/hackerone/reports/search — Search disclosed HackerOne (hackerone.com) vulnerability reports (hacktivity feed) - POST /api/hackerone/weaknesses — List HackerOne (hackerone.com) weakness (CWE) catalog entries ### /handelsregister (7 endpoints) - POST /api/handelsregister/announcements — List the gazette announcements for a German company by company name - POST /api/handelsregister/companies — Get German company details from the commercial register by court, register type and number - POST /api/handelsregister/companies/branches — List the branch establishments (Zweigniederlassungen) of a German company from the commercial register - POST /api/handelsregister/companies/documents — List the documents filed for a German company in the commercial register by court, register type and number - POST /api/handelsregister/companies/publications — List the register publications (Registerbekanntmachungen) for a German company by court, register type and number - POST /api/handelsregister/companies/search — Search the German commercial register by company name keyword and optional registered office - POST /api/handelsregister/financial_reports — Get published financial reports for a German company from the company register ### /haveibeenpwned (5 endpoints) - POST /api/haveibeenpwned/breaches — Get a data breach record by its name - POST /api/haveibeenpwned/breaches/latest — Get the most recently added data breach - POST /api/haveibeenpwned/breaches/search — Search the data breach catalog by domain, exposed data class and breach status flags - POST /api/haveibeenpwned/data_classes — List all classes of data that breaches can expose - POST /api/haveibeenpwned/passwords — Check whether a password has appeared in known data breaches (Pwned Passwords) ### /healthgrades (8 endpoints) - POST /api/healthgrades/facilities — Get a Healthgrades group practice (medical office) profile by id (e.g. x8g96p), profile slug or profile URL: name, address, phone, fax, office hours, accepted insurance, spoken languages, practice categories, offered services, provider and patient rating counts and a sample of affiliated providers. - POST /api/healthgrades/facilities/search — List Healthgrades group practices (medical offices, including urgent care clinics that have a profile) in a US city. Returns each facility's name, address, distance and affiliated provider count. - POST /api/healthgrades/hospitals — Get a Healthgrades hospital profile by id (e.g. 22df4b), profile slug or profile URL: name, address, phone, quality awards with years, clinical quality star ratings by procedure area, patient-safety indicators, patient-experience (HCAHPS) survey results vs national averages, a sample of affiliated providers, recent provider reviews and frequently asked questions. - POST /api/healthgrades/hospitals/search — List Healthgrades hospitals in a US city. Returns each hospital's name, description, address, phone, distance, patient-satisfaction percent, quality-award count and names, five-star rating count, image and profile URL. Sort by rating orders on patient satisfaction. - POST /api/healthgrades/providers — Get a Healthgrades provider profile by id (e.g. y25mp), profile slug or profile URL: full name, gender, NPI, age, medical and practicing specialties, board certifications, education, spoken languages, office locations with hours, accepted insurance, patient star rating with per-star breakdown and subcategory scores, clinical experience (conditions and procedures treated), affiliated hospitals with awards, highlights and biography. - POST /api/healthgrades/providers/reviews — Get patient reviews for a Healthgrades provider by id, slug or profile URL: star rating, review title and text, author, date, helpful count, provider response and per-question subcategory ratings. - POST /api/healthgrades/providers/search — Search Healthgrades providers by specialty, condition, procedure or name near a US location, with optional filters for gender, minimum patient rating and accepted insurance. Returns each provider's name, gender, specialty, distance, patient rating, office location and telehealth and accepting-new-patients flags. - POST /api/healthgrades/specialties — List all Healthgrades medical specialties with their name and directory alias (used as the 'what' term for provider search). ### /hemnet (5 endpoints) - POST /api/hemnet/brokers/search — Search Hemnet real estate brokers (mäklare) and broker agencies (mäklarkontor) — by area (location ids) with the number of sales in the area and configurable sorting, or by broker name. Returns broker/agency cards with name, total sales, sales in the searched area, primary agency, logo and profile url. - POST /api/hemnet/locations/search — Resolve free text (a place name, municipality, district or address) into Hemnet location ids and slugs. Use the returned id values as location_ids when searching properties for sale, sold listings or brokers. - POST /api/hemnet/properties — Get full Hemnet property listing details by listing id (or listing URL): address, area, municipality, region and district, asking price, monthly fee, price per m², operating costs, living and supplemental and land area, floor, number of rooms, construction year, housing form, tenure, energy class, amenities (balcony, elevator, patio), housing cooperative (BRF), photos and floor plans, description, coordinates, view count, days on Hemnet, upcoming open house viewings, the selling broker and agency, and the address price history. - POST /api/hemnet/properties/search — Search active Hemnet property listings for sale by location and filters (property type, rooms, living and land area, price, monthly fee, price per m², construction year, distance to water/coastline, floor, balcony, elevator, new construction, foreclosure, bidding started, price drops, recently published, free-text keyword) with configurable sorting. Returns listing cards with address, price, fee, area, rooms, coordinates, broker (name and image), agency (name and image) and the listing detail url. - POST /api/hemnet/properties/sold — Search sold Hemnet property final prices (slutpriser) by location and filters (property type, rooms, living and land area, final price, monthly fee, price per m², sold within a period, price change between asking and final price) with configurable sorting. Returns sold cards with address, asking and final price, sale date, price change, area, rooms, coordinates and broker — Hemnet's historical transaction data covering hundreds of thousands of completed sales. ### /hepsiburada (8 endpoints) - POST /api/hepsiburada/categories — Get the Hepsiburada category tree for a category by id or category URL: the root path down to the category with its nested children. Each node has id, name, alias, level, url and children. - POST /api/hepsiburada/categories/products — List products in a Hepsiburada category (by id or category URL) with filters (brand, seller, color, price range, minimum rating, fast delivery, discounted, photo reviews, authorized sellers) and sorting. Returns product cards: id, name, brand, price, list_price, discount, image, rating and seller. - POST /api/hepsiburada/merchants — Get a Hepsiburada merchant (store) by slug or store URL: id, name, alias and the number of products in the store. - POST /api/hepsiburada/merchants/products — List products from a Hepsiburada merchant (store) by slug or store URL with filters (brand, color, price range, minimum rating, fast delivery, discounted, photo reviews) and sorting. Returns product cards: id, name, brand, price, list_price, discount, image, rating and category. - POST /api/hepsiburada/products — Get full Hepsiburada product details by SKU, product group id or product URL: name, brand, price, list_price, price range, discount, images, video, rating, stock, attributes (specs), variants (color/storage options with per-variant price and stock), category breadcrumbs, the winning seller and other sellers offering the same product. - POST /api/hepsiburada/products/reviews — Get customer reviews for a Hepsiburada product by SKU, product group id or product URL: rating, text, author, date, verified-purchase flag, helpful count, per-feature ratings, keywords and review photos. - POST /api/hepsiburada/products/search — Search Hepsiburada products by keyword with filters (brand, seller, color, price range, minimum rating, fast delivery, discounted, photo reviews, authorized sellers) and sorting. Returns product cards: id, name, brand, price, list_price, discount, currency, image, rating, color variant count and seller. - POST /api/hepsiburada/products/sellers — List all sellers (merchants) offering a Hepsiburada product by SKU, product group id or product URL: seller id, name, price, list_price, rating, city, shipping flags and which seller wins the buybox. ### /hh (11 endpoints) - POST /api/hh/areas — Get the HeadHunter area (region) reference tree - POST /api/hh/dictionaries — Get the HeadHunter enumerated dictionaries reference - POST /api/hh/employers — Get HeadHunter employer details by id - POST /api/hh/employers/search — Search HeadHunter employers by name - POST /api/hh/employers/vacancies — List active vacancies of a HeadHunter employer - POST /api/hh/industries — Get the HeadHunter industry reference tree - POST /api/hh/professional_roles — Get the HeadHunter professional-roles reference - POST /api/hh/resumes/search — Search HeadHunter resumes (guest-visible cards) - POST /api/hh/vacancies — Get HeadHunter vacancy details by id - POST /api/hh/vacancies/search — Search HeadHunter vacancies by keyword and filters - POST /api/hh/vacancies/similar — Get HeadHunter vacancies similar to a given vacancy ### /hm (2 endpoints) - POST /api/hm/categories/products — List H&M products in a category: article id, name, brand, price, list_price, images, available colors (swatches), sizes with stock, stock availability and category code. - POST /api/hm/products/search — Search H&M products by keyword: article id, name, brand, price, list_price, images, available colors (swatches), sizes with stock, stock availability and category code. ### /homebrew (5 endpoints) - POST /api/homebrew/analytics/installs — Homebrew install analytics leaderboard by category and period - POST /api/homebrew/casks — Get Homebrew cask details by token, old token or cask URL - POST /api/homebrew/casks/search — Search Homebrew casks by keyword - POST /api/homebrew/formulae — Get Homebrew formula details by name, alias, old name or formula URL - POST /api/homebrew/formulae/search — Search Homebrew formulae by keyword ### /hostelworld (7 endpoints) - POST /api/hostelworld/cities/search — Resolve a keyword into matching Hostelworld locations and properties (autocomplete). Returns ranked suggestions, each with its id, type (city, region, country, popular place or property), display name and, where the upstream provides it, the city the suggestion belongs to (id, name, country). Use the id of the best city match to drive the city property search. - POST /api/hostelworld/properties — Get full Hostelworld property details by property id (or property URL): name, type (hostel/hotel/B&B), description, editorial overview, what the property is best for, directions, address, city, region, coordinates, distance from city centre, rating breakdown (overall, value, security, location, staff, atmosphere, cleanliness, facilities), review count, facilities by category, policies, sustainability levels, group-booking terms, photos, videos, payment methods, check-in window, cancellation policy (deposit-only, non-refundable and free-cancellation terms), tax and fee details, deposit, Hoscar awards and house rules. - POST /api/hostelworld/properties/availability — Get live room availability and nightly prices for a Hostelworld property over a date range: dorm and private rooms with per-room type, capacity, ensuite, beds and rooms available, lowest price per night, rate plans (deposit/non-refundable) with average and total price plus a night-by-night price breakdown, lowest dorm and private prices, deposit, free-cancellation policy and cancellation terms. - POST /api/hostelworld/properties/events — Get Hostelworld community-activity aggregates for a property by property id (or property URL): the number of free Linkups (social events the hostel organises for guests) with preview images, plus a social proof of how many travellers are staying and a sample of their nationalities. Low-frequency aggregation; counts and the traveller sample drift over time. - POST /api/hostelworld/properties/reviews — Get guest reviews for a Hostelworld property by property id (or property URL), newest first. Each review has the review text, date, language, machine-translation flag, an optional property-owner reply, a rating breakdown (overall, value, safety, location, staff, atmosphere, cleanliness, facilities), the author (nickname, gender, nationality, profile image, total reviews written) and group/trip context (group type, age range, trip types). - POST /api/hostelworld/properties/reviews/summary — Get the aggregated guest-review summary for a Hostelworld property by property id (or property URL): a concise editorial overview distilled from guest reviews highlighting what guests praise and what they flag, the number of guest reviews it is based on, and when the summary was produced. - POST /api/hostelworld/properties/search — Search Hostelworld properties (hostels, hotels, B&Bs) in a city. Returns property cards with name, type, description, address, district, city, coordinates, distance from the city centre, star rating, guest rating breakdown, review count, facilities by category, photos and the lowest nightly prices. Provide a check-in date to get live nightly prices. ### /hotpepper (7 endpoints) - POST /api/hotpepper/restaurants — Get full Hot Pepper Gourmet (ホットペッパーグルメ) restaurant details by id (strJ{id} or J{id}, or restaurant URL): name, address, geo, telephone, genres, area, nearest station, access directions, rating, review/course/coupon counts, dinner/lunch budgets, opening hours, closed days, net reservation, point and smart payment, accepted cards/e-money/QR payments, smoking policy, seats and banquet capacity, private room/tatami/counter/terrace/charter/parking/Wi-Fi amenities, all-you-can-drink/eat, drink features, visit scenes and remarks. - POST /api/hotpepper/restaurants/coupons — Get Hot Pepper Gourmet (ホットペッパーグルメ) restaurant coupons by id (strJ{id} or J{id}, or restaurant URL): coupon name, type label, presentation condition, usage condition and expiration. - POST /api/hotpepper/restaurants/courses — Get Hot Pepper Gourmet (ホットペッパーグルメ) restaurant banquet/party course plans by id (strJ{id} or J{id}, or restaurant URL): title, image, description, price, dish count, minimum people, reservation deadline and labels (all-you-can-drink, etc). - POST /api/hotpepper/restaurants/menu — Get Hot Pepper Gourmet (ホットペッパーグルメ) restaurant food and drink menu items by id (strJ{id} or J{id}, or restaurant URL): item type (food/drink), name, description, price and photo. - POST /api/hotpepper/restaurants/photos — Get Hot Pepper Gourmet (ホットペッパーグルメ) restaurant photo gallery by id (strJ{id} or J{id}, or restaurant URL): photo image, title, description and genre (food/interior/exterior). - POST /api/hotpepper/restaurants/reviews — Get Hot Pepper Gourmet (ホットペッパーグルメ) restaurant reviews (口コミ) by id (strJ{id} or J{id}, or restaurant URL): author, reviewer age group and gender, rating, meal type, party size, visit scene, reserved course, visit date, text and review photos. - POST /api/hotpepper/restaurants/search — Search Hot Pepper Gourmet (ホットペッパーグルメ) restaurants within a prefecture by keyword and/or genre with optional filters: budget range (dinner or lunch), usage scene, amenity features (こだわり), smoking policy, online/instant reservation, points, takeout, smart payment and coupons. Returns restaurant cards with name, image, genre, area, catch copy, keywords, access, dinner/lunch budgets and coupon titles. ### /houjinbangou (2 endpoints) - POST /api/houjinbangou/companies — Get a Japanese company's registry record by its 13-digit Corporate Number (法人番号) from the National Tax Agency: registered name (and kana reading, English name when registered), head-office address, assignment and last-update dates, and the full change history (former names/addresses, mergers and other registered changes). - POST /api/houjinbangou/companies/search — Search Japanese companies by name in the National Tax Agency's Corporate Number (法人番号) registry. Returns each matching company's 13-digit Corporate Number, registered name, kana reading and head-office address. ### /housing (4 endpoints) - POST /api/housing/locations/autocomplete — Resolve a free-text query (locality, landmark, project, builder or city) into Housing.com location suggestions. Each suggestion carries an id, type (locality/project/landmark/developer/city), city and a locality_gid usable as the locality filter for housing/properties/search. - POST /api/housing/projects — Get full Housing.com new-launch project details by id or project URL: name, builder, price range, configuration cards (BHK/area/price), possession status and date, launch date, RERA, facilities and amenities, geo coordinates, description and photo gallery. - POST /api/housing/properties — Get full Housing.com property listing details by id or listing URL: configuration (BHK, bathrooms, balconies, parking), built-up and carpet area, floor, facing, furnishing, age, possession, price, brokerage and EMI, locality and geo coordinates, RERA, amenities, description, images and dealer. - POST /api/housing/properties/search — Search Housing.com property listings by city and optional locality across buy, rent, commercial, PG/co-living and plots channels. Returns listing cards with configuration, area, price, locality, geo coordinates, possession, RERA status, amenities, images and dealer. ### /huggingface (15 endpoints) - POST /api/huggingface/collections — Get a Hugging Face collection by slug or URL, with its ordered items - POST /api/huggingface/collections/search — Search Hugging Face collections - POST /api/huggingface/datasets — Get Hugging Face dataset details by repository id or URL - POST /api/huggingface/datasets/search — Search Hugging Face datasets - POST /api/huggingface/discussions — Get a single Hugging Face repo discussion or pull request by number, with comments - POST /api/huggingface/discussions/search — List discussions and pull requests on a Hugging Face repository - POST /api/huggingface/models — Get Hugging Face model details by repository id or URL - POST /api/huggingface/models/search — Search Hugging Face models - POST /api/huggingface/orgs — Get a Hugging Face organization profile by name or URL - POST /api/huggingface/papers — Get a Hugging Face paper by arXiv id, with linked models, datasets, and spaces - POST /api/huggingface/papers/search — Search Hugging Face research papers - POST /api/huggingface/papers/trending — List trending (daily) Hugging Face research papers - POST /api/huggingface/spaces — Get Hugging Face Space details by repository id or URL - POST /api/huggingface/spaces/search — Search Hugging Face Spaces - POST /api/huggingface/users — Get a Hugging Face user profile by username or URL ### /iapd (4 endpoints) - POST /api/iapd/advisers — Get an investment adviser representative from SEC IAPD by CRD number - POST /api/iapd/advisers/search — Search investment adviser representatives on SEC IAPD by name, firm and state - POST /api/iapd/firms — Get an investment adviser firm from SEC IAPD by CRD number - POST /api/iapd/firms/search — Search investment adviser firms on SEC IAPD by name and state ### /idealo (1 endpoints) - POST /api/idealo/products/price-history — Get the price history of an Idealo product by product id (or product URL) over a chosen time window: the daily lowest price time-series plus price statistics (average, lowest and highest price and how many days the product spent at each). ### /imdb (11 endpoints) - POST /api/imdb/charts — IMDb charts: Top 250 movies, Top 250 TV, Top 250 English/India, Bottom 100, regional Top 50 lists and the most-popular MOVIEmeter/TVmeter rankings. Returns ranked titles with position and ratings. - POST /api/imdb/charts/box-office — IMDb top weekend box office (US): ranked titles with weekend gross, lifetime domestic gross and the weekend date range. - POST /api/imdb/names — Get full IMDb person details by ID or URL: name, birth name, nicknames, birth/death dates and places, height, biography, photo, popularity rank, professions, awards summary, known-for titles and spouses. - POST /api/imdb/names/search — Advanced IMDb people search with filters: name keyword, birth and death date ranges, birthday, gender, titles credited in, and adult-content handling, with sorting. - POST /api/imdb/titles — Get full IMDb movie, TV series or episode details by ID or URL: title, original title, type, year, release date, runtime, plot, rating and votes, Metascore, certificate, genres, countries, languages, poster, budget and box office, awards summary, popularity rank, directors, writers, creators and stars. - POST /api/imdb/titles/awards — Awards and nominations of an IMDb title: event, category, year, win/nomination status, the nominated people, notes and (for series) the episodes the award was for. - POST /api/imdb/titles/credits — Full cast & crew of an IMDb title: every credited person with their department/category, on-screen characters (for cast) and job titles (for crew). - POST /api/imdb/titles/episodes — List episodes of an IMDb TV series by season (or across all seasons): season and episode numbers, title, air date, plot, rating and votes. - POST /api/imdb/titles/release-info — Release dates across all countries and alternate titles (AKAs) by region/language for an IMDb title, including festival and premiere attributes. - POST /api/imdb/titles/reviews — User reviews of an IMDb title with sorting (helpfulness, newest, top rated, total votes) and optional author-rating and spoiler filters: summary, full text, author, rating, date and helpful votes. - POST /api/imdb/titles/search — Advanced IMDb title search with rich filters: keyword, title type, genres, user rating and votes, release date, runtime, country of origin, spoken language, US certificate, coloration, plot keywords, credited companies and people, major awards, IMDb ranked lists and adult-content handling, with sorting. ### /imf (3 endpoints) - POST /api/imf/datasets — Get observations from an IMF dataset by its id, sliced by dimension filters - POST /api/imf/datasets/dimensions — Get the dimensions and available value codes of an IMF dataset - POST /api/imf/datasets/search — Search the IMF Data catalogue for datasets by keyword ### /immobiliare (4 endpoints) - POST /api/immobiliare/agencies/properties — List all real estate listings published by a specific Immobiliare.it agency (by agency id or agency URL). Returns listing cards with title, property type, price, surface, rooms, bedrooms, bathrooms, floor, energy class, condition, address, coordinates, photos and the listing agency. - POST /api/immobiliare/agencies/search — Search Immobiliare.it real estate agencies by location (city or province) with contract, association and franchising group filters. Returns agency cards with name, type, description, address, phone, image, association, listing counts, years on the portal, quality index, badge and location with coordinates. - POST /api/immobiliare/properties — Get full Immobiliare.it property listing details by listing id (or listing URL): title, property type, contract (sale/rent/auction), category, price and price per m², condition, building year, surface and its breakdown, rooms, bedrooms, bathrooms, floor, elevator, condominium fees, kitchen, energy class and heating, features, address (zone, microzone, city, province, region), coordinates, description, photos with captions, floorplans, virtual tours and the listing agency. - POST /api/immobiliare/properties/search — Search Immobiliare.it real estate listings by location (city, province, neighbourhood or zone) with contract (sale/rent/auction), property type, price, surface, rooms, bathrooms, floor, condition, garage, garden, heating, balcony/terrace and amenity filters and ordering. Returns listing cards with title, property type, price, surface, rooms, bedrooms, bathrooms, floor, energy class, condition, address, coordinates, photos and the listing agency. ### /indeed (5 endpoints) - POST /api/indeed/companies — Get Indeed company profile by alias - POST /api/indeed/companies/reviews — Get Indeed company reviews by alias - POST /api/indeed/jobs — Get Indeed job posting details by job key - POST /api/indeed/jobs/search — Search Indeed job postings by keyword and filters - POST /api/indeed/salaries — Get Indeed salary aggregates for a job title ### /indiegogo (3 endpoints) - POST /api/indiegogo/campaigns — Get Indiegogo crowdfunding campaign details by slug or URL - POST /api/indiegogo/campaigns/perks — Get the reward tiers (perks) of an Indiegogo crowdfunding campaign by slug or URL - POST /api/indiegogo/campaigns/search — Search and discover Indiegogo crowdfunding campaigns with filters and sort ### /indiehackers (8 endpoints) - POST /api/indiehackers/ideas/search — Search the Indie Hackers curated startup-ideas database. Combine a free-text query with a category or business-model filter. Each idea carries a revenue estimate and an example company. - POST /api/indiehackers/jobs/search — Search the Indie Hackers jobs board (remote founder/startup roles). Combine a free-text query with an optional product filter, ordered newest first. Each result carries role, salary range, location and the hiring product. - POST /api/indiehackers/posts — Get a single Indie Hackers community post/story by its id - POST /api/indiehackers/posts/search — Search Indie Hackers community discussions and posts by free-text query. Optionally restrict to a community group, and sort by popularity or recency. Returns post title, body, group, upvote and reply counts, author, and any linked resource. - POST /api/indiehackers/products — Get an Indie Hackers product by slug or URL - POST /api/indiehackers/products/search — Search and filter the Indie Hackers products database. Combine a free-text query with any of the on-site filters (category/vertical, business model, founders, team size, funding, platform, commitment, technical vs non-technical founders, Stripe-verified revenue, monthly revenue range) and sort by recency or revenue. Each result carries the product's self-reported or Stripe-verified monthly revenue. - POST /api/indiehackers/users — Get an Indie Hackers founder profile by username or Firebase user id - POST /api/indiehackers/users/search — Search Indie Hackers founders by free-text query over username, full name, bio, city, region and country. Returns founder profiles with id, alias (username), full name, bio, email, Twitter handle, location, follower count, interests, startup stage and coding skill level. ### /influenster (7 endpoints) - POST /api/influenster/brands — Get an Influenster (influenster.com) brand by slug, numeric id, or brand-page URL - POST /api/influenster/brands/products — Get products of an Influenster (influenster.com) brand by slug or numeric id - POST /api/influenster/brands/search — Search Influenster (influenster.com) brands by keyword and/or category - POST /api/influenster/products — Get an Influenster (influenster.com) product by slug, numeric id, or review-page URL - POST /api/influenster/products/media — Get Influenster (influenster.com) user photos and videos for a product by slug or numeric id - POST /api/influenster/products/reviews — Get Influenster (influenster.com) reviews for a product by slug or numeric id - POST /api/influenster/products/search — Search Influenster (influenster.com) products by keyword and/or category ### /infogreffe (9 endpoints) - POST /api/infogreffe/companies — Get full French company details from the Infogreffe registry by SIREN (or SIRET): legal name, legal status, person type, registration and creation dates, declared activity and NAF activity (code/label), registered address, workforce range, employee count, legal form, share capital (amount/currency), fiscal year-end, social-economy / mission-company / single-shareholder flags and the beneficial owner declaration type. - POST /api/infogreffe/companies/establishments — Get the establishments (sites / branches) of a French company from the Infogreffe registry by SIREN (or SIRET): each establishment's SIRET, NIC, establishment type (head office or secondary), status (open or closed), opening and closing dates, sign and trade name, declared activity and NAF activity (code/label), the registering commercial court (greffe) and the establishment address. Closed establishments are included by default. - POST /api/infogreffe/companies/financials — Get the yearly key financial figures filed by a French company in the Infogreffe registry by SIREN (or SIRET): one entry per filed annual account, each with the accounting closing date, fiscal period length in months, currency, revenue (chiffre d'affaires), net result (profit or loss), employee count and whether the figures are kept confidential. Returns an empty list for companies that have not filed any accounts. - POST /api/infogreffe/companies/insolvency — Get the collective insolvency proceedings (procédures collectives) of a French company from the Infogreffe registry by SIREN (or SIRET): whether the company has a recorded proceeding, the proceeding type (safeguard, judicial reorganisation, judicial liquidation), its opening date, the registering commercial court (greffe) and the procedure reference number. Companies with no proceeding return an empty list. - POST /api/infogreffe/companies/officers — Get the officers and management organs of a French company from the Infogreffe registry by SIREN (or SIRET): each officer's role, name, person type (individual or company), whether they can legally bind the company, term start/end dates, and — for individuals — first/last name, other given names, civility, gender, birth year and month, and nationality, or — for corporate officers — the officer company's SIREN, legal form, share capital and registered address. - POST /api/infogreffe/companies/registrations — Get the registry inscriptions (RCS registrations) of a French company from the Infogreffe registry by SIREN (or SIRET): each inscription's registry (RCS or internal register), management number, registration date, whether it is the principal reference inscription, and the registering commercial court (greffe). Companies registered with several commercial courts have one inscription per court. - POST /api/infogreffe/companies/search — Search French companies in the Infogreffe registry by name, brand, SIREN or address. Returns matching companies with id, siren, name, acronym, legal status, NAF activity (code/label), registered address, business sector, establishment count and KBIS availability. - POST /api/infogreffe/officers/appointments — Get all corporate appointments (mandates) held by a French company director or officer across every company, from the Infogreffe registry, by their person id (obtained from infogreffe/officers/search). Returns one entry per company the person is linked to, each with the company id, country and the list of roles held there — role label and code, whether the role can legally bind the company, whether it is a shareholder role, whether it is active, and the term start and end dates. - POST /api/infogreffe/officers/search — Search French company directors and officers in the Infogreffe registry by name. Returns matching persons, each with id, name, first/last name, birth year and a list of their mandates (role, role code, company id, company name and SIREN). ### /infojobs (5 endpoints) - POST /api/infojobs/companies — Get an InfoJobs company profile by alias - POST /api/infojobs/companies/jobs — Get the job offers published by an InfoJobs company - POST /api/infojobs/companies/reviews — Get InfoJobs company reviews by alias - POST /api/infojobs/companies/search — Search InfoJobs companies by name - POST /api/infojobs/salaries — Get InfoJobs salary benchmark for a job title in a Spanish province ### /inhersight (9 endpoints) - POST /api/inhersight/companies — Get InHerSight (inhersight.com) company employer profile by alias, id or profile URL - POST /api/inhersight/companies/benefits — Get InHerSight (inhersight.com) benefits and perks for a company - POST /api/inhersight/companies/jobs — Get InHerSight (inhersight.com) open job postings for a company - POST /api/inhersight/companies/questions — Get InHerSight (inhersight.com) yes/no workplace survey questions and vote breakdowns for a company - POST /api/inhersight/companies/reviews — Get InHerSight (inhersight.com) anonymous employee reviews for a company - POST /api/inhersight/companies/scores — Get InHerSight (inhersight.com) per-metric women-workplace ratings for a company - POST /api/inhersight/companies/search — Search or browse InHerSight (inhersight.com) employer profiles by keyword, industry and size - POST /api/inhersight/jobs — Get an InHerSight (inhersight.com) job posting by id - POST /api/inhersight/jobs/search — Search InHerSight (inhersight.com) job postings by keyword ### /instagram (19 endpoints) - POST /api/instagram/audio — Instagram Web — get reels using an audio track, by audio cluster ID or /reels/audio/ URL - POST /api/instagram/location — Instagram Web — get posts tagged at a location, by location ID or /explore/locations/ URL - POST /api/instagram/post — Instagram Web — get a single post by shortcode or URL (browser-faithful GraphQL) - POST /api/instagram/post/comments — Instagram Web — get a post's comments by shortcode or URL (browser-faithful GraphQL) - POST /api/instagram/post/comments/likers — Instagram Web — get the users who liked a comment, by comment ID - POST /api/instagram/post/comments/replies — Instagram Web — get replies to a comment, by post shortcode/URL and parent comment ID - POST /api/instagram/post/likers — Instagram Web — get the users who liked a post, by shortcode or URL - POST /api/instagram/search/posts — Instagram Search Posts - POST /api/instagram/user — Instagram Web — get user profile by alias, URL or numeric ID (browser-faithful GraphQL) - POST /api/instagram/user/about — Instagram Web — account transparency 'About this account' (date joined, based-in country, verification) - POST /api/instagram/user/followers — Instagram Web — get a user's followers by alias, URL or numeric ID - POST /api/instagram/user/following — Instagram Web — get the accounts a user follows, by alias, URL or numeric ID - POST /api/instagram/user/highlights — Instagram Web — get a user's story highlights tray by alias, URL or numeric ID - POST /api/instagram/user/highlights/items — Instagram Web — get the story items inside a highlight album, by highlight ID or URL - POST /api/instagram/user/posts — Instagram Web — get a user's posts by alias, URL or numeric ID (browser-faithful GraphQL) - POST /api/instagram/user/reels — Instagram Web — get a user's reels by alias, URL or numeric ID - POST /api/instagram/user/related — Instagram Web — get related/suggested accounts for a user, by alias, URL or numeric ID - POST /api/instagram/user/stories — Instagram Web — get a user's active stories by alias, URL or numeric ID - POST /api/instagram/user/tagged — Instagram Web — get posts a user is tagged in, by alias, URL or numeric ID ### /interfax (5 endpoints) - POST /api/interfax/articles — Get a full Interfax article by URL or numeric id: title, description, full text, section, publish and update dates, tags and lead image. - POST /api/interfax/articles/search — Search Interfax articles by phrase, optionally filtered by section and publish date range. Returns matching articles with title, section, publish date, image and url. - POST /api/interfax/categories/articles — List Interfax articles for a news category (russia, world, business, culture, digital, moscow, interview). Returns newest-first items with title, publish date and url. - POST /api/interfax/stories/articles — List Interfax articles belonging to a story (chronicle) by its slug or URL. Returns the story's articles with title, publish date and url. - POST /api/interfax/tags/articles — List Interfax articles tagged with a given tag (by tag name or tag URL). Returns newest-first items with title, publish date and url. ### /investing (6 endpoints) - POST /api/investing/economic-calendar — Get upcoming economic calendar events - POST /api/investing/news — Get a news feed by category, or news for a specific instrument - POST /api/investing/quotes — Get a market quote for an instrument by alias, section path, or URL - POST /api/investing/quotes/financials — Get income statement, balance sheet, cash flow, or ratios for an equity - POST /api/investing/quotes/search — Search instruments, news, and authors by keyword - POST /api/investing/quotes/technical — Get the technical analysis summary for an instrument ### /irecommend (8 endpoints) - POST /api/irecommend/categories/objects — List iRecommend (irecommend.ru) review objects in a category by category id - POST /api/irecommend/objects — Get an iRecommend (irecommend.ru) review object (product, service, film, book, place) by alias or content URL - POST /api/irecommend/objects/reviews — Get iRecommend (irecommend.ru) reviews for an object by alias or content page URL - POST /api/irecommend/objects/search — Search iRecommend (irecommend.ru) review objects by keyword - POST /api/irecommend/reviews — Get a single iRecommend (irecommend.ru) review by alias or content page URL - POST /api/irecommend/reviews/feed — List the latest iRecommend (irecommend.ru) reviews across all categories - POST /api/irecommend/users — Get an iRecommend (irecommend.ru) author profile by alias or profile URL - POST /api/irecommend/users/reviews — Get all reviews written by an iRecommend (irecommend.ru) author by alias or profile URL ### /itchio (5 endpoints) - POST /api/itchio/collections — Get an itch.io collection by id or URL (itch.io/c/{id}/{slug}): name, curator, last update, and the list of games in the collection (id, name, author, genre, price, image). - POST /api/itchio/games — Get full details of an itch.io game by its page ({author}.itch.io/{slug}) or URL: title, author, description, price, genre, tags, platforms, status, rating, screenshots, downloadable file metadata, languages, tools used (made_with), average session, supported inputs, accessibility features, external links, and publish/update dates. - POST /api/itchio/games/comments — Get community comments on an itch.io game by its page ({author}.itch.io/{slug}) or URL. Returns top-level comments with author, text, posted date, up/down vote counts, and nested replies. - POST /api/itchio/games/search — Search and browse itch.io games by keyword and/or filters (sort, genre, tag, platform, pricing). Each result carries id, alias, name, url, author, tagline, genre, platforms, price, is_free, is_on_sale, image and rating. - POST /api/itchio/users — Get an itch.io creator profile by username, {author}.itch.io page, or profile URL: display name, avatar, creator page, registration date, post/topic/follower/following counts, social links, and the list of games the creator has published. ### /jalan (5 endpoints) - POST /api/jalan/areas — Browse the Jalan (じゃらん) area taxonomy used to scope hotel/ryokan searches: prefectures, their large areas (大エリア) and small areas (小エリア), each with its area code, name and canonical URL. Call without arguments to list all 47 prefectures; pass a prefecture to list its large areas; pass a prefecture and large area to list its small areas. - POST /api/jalan/hotels — Get full Jalan (じゃらん) hotel/ryokan details by id (or hotel URL): name, description, address (postal code, prefecture, city), geo coordinates, access directions, photos, overall rating and review count, per-category review scores, room-type counts, onsen, check-in/out times, on-site facilities and services, accepted credit cards and area breadcrumbs. - POST /api/jalan/hotels/plans — List Jalan (じゃらん) accommodation plans and their bookable room offers for a hotel/ryokan by id (or hotel URL): plan name, meal type, check-in/out times, reservation period and per-room offers (room type, room category, price per adult, total price, sale/discount, loyalty points and remaining rooms). Optionally scoped to a stay date and party size. - POST /api/jalan/hotels/reviews — Get guest reviews for a Jalan (じゃらん) hotel/ryokan by id (or hotel URL): overall rating, per-category scores (room, bath, breakfast, dinner, service, cleanliness), review title and body, post date, reviewer (name, gender, age group), trip type, stay period, booked plan, room and meal type and price range. Reviews are returned most recent first. - POST /api/jalan/hotels/search — Search Jalan (じゃらん) hotels and ryokan by area (prefecture / large-area / small-area codes), with optional stay dates, party size, nightly budget and ordering. Returns a list of hotel cards with name, catch phrase, area, labels, lowest total and per-person price for the stay, overall rating and review count, top-rated aspects, description, access directions, photos and the number of available plans. ### /jobstreet (9 endpoints) - POST /api/jobstreet/companies — Get a full Jobstreet/JobsDB (SEEK South-East Asia) company profile by id or company URL across MY, SG, ID, PH, TH and HK markets: name, claimed status, website, company size, industry, primary location, specialities, description, mission statement, perks and benefits, photo gallery, logo and cover images, featured highlight, and the full employee-review rating breakdown (overall, per-category, star distribution, recommended percentage and salary-fairness percentages). - POST /api/jobstreet/companies/jobs — List the active job ads posted by a single Jobstreet/JobsDB (SEEK South-East Asia) company across MY, SG, ID, PH, TH and HK markets, identified by its employer id (the employer_id returned in a job-search card). Returns the same job cards as the search endpoint: id, title, teaser, salary, company (name, id, profile url), classifications, work types and arrangements, locations, key bullet points, featured flag, listing date, and company logo. - POST /api/jobstreet/companies/reviews — Get employee reviews for a Jobstreet/JobsDB (SEEK South-East Asia) company by id or company URL across MY, SG, ID, PH, TH and HK markets: review title, pros and cons, job title, work location, overall rating, per-category ratings, salary summary, employment status, recommendation, helpful votes, review date and the employer reply when present. - POST /api/jobstreet/companies/search — Search Jobstreet/JobsDB (SEEK South-East Asia) companies by name across MY, SG, ID, PH, TH and HK markets. Returns matching company profiles with id, name, profile URL, logo, employee-review count and overall rating, and organisation id — the keys needed to then fetch a full company profile or its reviews. - POST /api/jobstreet/jobs — Get a full Jobstreet/JobsDB (SEEK South-East Asia) job ad by id or job URL across MY, SG, ID, PH, TH and HK markets: title, abstract, full HTML and plain-text description, salary, classification and subclassification, work type, location, advertiser (id, name, verified status, registration date), status and expiry, phone number, listed and expiry dates, company branding logo and cover images, promotional video, key selling-point bullets, screening questions, and recruiter contacts. - POST /api/jobstreet/jobs/search — Search Jobstreet/JobsDB (SEEK South-East Asia) job ads by keyword and location across MY, SG, ID, PH, TH and HK markets, with filters (classification, subclassification, work type, work arrangement, salary range, listing date, sort order). Returns job cards with id, title, teaser, salary, company (name, id, profile url), classifications, work types and arrangements, locations, key bullet points, featured flag, listing date, and company logo. - POST /api/jobstreet/jobs/suggestions — Autocomplete Jobstreet/JobsDB (SEEK South-East Asia) job-search keywords across MY, SG, ID, PH, TH and HK markets. Given a partial keyword, returns ranked role/keyword suggestions (the same dropdown the website shows in its search box) — useful for building or expanding a search query before calling jobstreet/jobs/search. - POST /api/jobstreet/roles — Get the career-insights profile for a role on Jobstreet/JobsDB (SEEK South-East Asia) across MY, SG, ID, PH, TH and HK markets: employee-rated job satisfaction and sub-scores (remuneration, employability, work-life balance, diversity of tasks, career progression), year-on-year demand growth, the number of live jobs for the role, and work-hours patterns (overtime, weekend, shift and late-night frequency). - POST /api/jobstreet/salaries — Get the salary benchmark for a role on Jobstreet/JobsDB (SEEK South-East Asia) career insights across MY, SG, ID, PH, TH and HK markets: typical (median) pay, the lower and upper salary band, a suggested range, and the location the figure applies to. Narrow the figure to a city or region with location_id, or pick the pay basis with salary_type. ### /johnlewis (5 endpoints) - POST /api/johnlewis/categories — Get a John Lewis category (navigation tree) by content id (or category URL): id, name, type, URL, SEO metadata, and the nested child tree of subcategories and browse links. - POST /api/johnlewis/categories/products — List products within a John Lewis category by browse listing base id (N-...), browse/category URL, or path. Returns the same product cards as search (id, title, brand, price, list_price, rating, review count, images, colour swatches), scoped to the category. Supports result ordering. - POST /api/johnlewis/products — Get full John Lewis product details by product id (or product URL): title, brand, description, specifications (attributes), images, colour, price, list_price (when discounted), availability, review summary, breadcrumb categories, promotions, delivery options, included guarantees/services, barcodes and more. - POST /api/johnlewis/products/reviews — Get customer reviews for a John Lewis product by product id (or product URL): title, text, rating, date, reviewer name and location, helpful/unhelpful counts, verification tags, photos and per-review subratings (e.g. Quality, Value). - POST /api/johnlewis/products/search — Search John Lewis products by keyword. Returns product cards with id, title, brand, price, list_price (when discounted), rating, review count, images, colour swatches and the canonical product URL. Supports result ordering by relevance, price, newness, popularity or discount. ### /jooble (2 endpoints) - POST /api/jooble/jobs/search — Search Jooble jobs by keyword, location, and filters - POST /api/jooble/salaries — Get Jooble average salary data for a job title and region ### /jplatpat (2 endpoints) - POST /api/jplatpat/patents — Get a Japanese patent or utility model record from J-PlatPat (INPIT / JPO) by its number: title, applicants/right holders, application/publication/registration/examined-publication numbers, application and publication dates, FI classifications, priority number and internal document id. - POST /api/jplatpat/patents/search — Search Japanese patents and utility models on J-PlatPat (INPIT / JPO) by free-text keyword. Returns matching records with title, applicants/right holders, application/publication/registration numbers, dates, FI classifications and internal document id. ### /jpx (13 endpoints) - POST /api/jpx/equities/dividends — Get upcoming ex-dividend events for JPX-listed securities - POST /api/jpx/equities/ex-rights — Get ex-rights and ex-dividend events for JPX-listed securities (most recent trading day) - POST /api/jpx/equities/halted — Get securities under recent trading suspension on JPX - POST /api/jpx/equities/index-returns — Get weekly or monthly return data for JPX market indices - POST /api/jpx/equities/margin-trading — Get margin trading outstanding balances for JPX-listed equities - POST /api/jpx/equities/market-status — Get current trading statistics for JPX market segments - POST /api/jpx/equities/rankings — Get top stocks by turnover for JPX market segments - POST /api/jpx/indices — Get current price data for JPX market indices - POST /api/jpx/listings/constituents — Get TOPIX constituent stocks with sector classification and component weights - POST /api/jpx/listings/etf — Get monthly investment trust and ETF quotation listings from JPX - POST /api/jpx/listings/reit — Get current trading statistics for JPX REIT and ETF markets - POST /api/jpx/listings/stocks — Get current trading statistics and listed company counts by JPX market segment - POST /api/jpx/statistics/investor-type — Get weekly investor-type trading statistics for JPX equity markets ### /jumbo (2 endpoints) - POST /api/jumbo/products — Get full Jumbo.com product details by product id (SKU) or product URL: title, brand, EAN, category hierarchy, description, images, current price, regular price during promotions, price per unit, availability, ingredients, allergens, nutrition table, Nutri-Score, storage and preparation info, origin, manufacturer, promotions, badges and related products. - POST /api/jumbo/products/search — Search Jumbo.com products by keyword. Returns product cards with title, brand, category, image, current price, regular price during promotions, price per unit, availability, promotions, badges, characteristics and a sponsored flag. ### /justeat (2 endpoints) - POST /api/justeat/restaurants — Get full Just Eat (just-eat.co.uk) restaurant details by seo name (slug) or menu URL: name, address, rating, cuisines, delivery ETA and fees, and the complete menu with categories, items, prices, descriptions, images, calories and modifier groups with options and option prices. - POST /api/justeat/restaurants/search — Find Just Eat (just-eat.co.uk) restaurants and stores delivering to (or collectable from) a UK postcode, with optional filters: service type, cuisines/categories, open now, free delivery, deals, new and minimum rating. Returns cards with name, rating, review count, distance, delivery ETA and cost, cuisines, deals and image. ### /justia (3 endpoints) - POST /api/justia/lawyers — Get a Justia attorney profile by id (e.g. 71886), profile slug or profile URL: full name, headshot, job title, law firm, biography, years of experience, practice areas, jurisdictions, Justia Lawyer Rating with per-competency breakdown and review count, office contact and geo, education, bar and professional associations, linked social and external directory profiles, and consultation flags. - POST /api/justia/lawyers/search — Search the Justia attorney directory by practice area within a US state, optionally narrowed to a city. Returns each attorney's name, headline, practice areas, education, years of experience, office address and phone, Justia Lawyer Rating and peer review count, listing tier and profile flags. - POST /api/justia/opinions — Get a U.S. Supreme Court opinion by citation (e.g. '347 U.S. 483'), volume/page or Justia opinion URL: case name, citation, decision and argument dates, the plain-language annotation (primary holding and facts), the official syllabus, the participating justices grouped by opinion type with the opinion author, and the full opinion and dissent text. ### /kaggle (4 endpoints) - POST /api/kaggle/datasets — Get Kaggle dataset details by owner/slug or dataset URL - POST /api/kaggle/datasets/search — Search Kaggle datasets by query - POST /api/kaggle/models — Get Kaggle model details by owner/slug or model URL - POST /api/kaggle/models/search — Search Kaggle models by query ### /kakaku (5 endpoints) - POST /api/kakaku/products — Get full Kakaku.com (価格.com) product details by id (or product URL): title, brand, lowest price, images, rating, review count, popularity ranking, release date, category breadcrumbs and spec table. - POST /api/kakaku/products/offers — Get all shop offers for a Kakaku.com (価格.com) product by id (or product URL): per-shop price, shipping, stock, payment methods, shop rating and points. - POST /api/kakaku/products/price-history — Get the daily lowest/average price history of a Kakaku.com (価格.com) product by id (or product URL): a time series of date, low_price and average_price. - POST /api/kakaku/products/reviews — Get Kakaku.com (価格.com) product reviews by id (or product URL): satisfaction rating, per-aspect sub-ratings, title, text, author, posted date and helpful count. - POST /api/kakaku/products/search — Search Kakaku.com (価格.com) products by keyword: product cards with title, maker, lowest price, image, category, rating, review count and spec highlights. ### /kalshi (9 endpoints) - POST /api/kalshi/events — Get a prediction-market event by its ticker, optionally with all its tradeable contracts - POST /api/kalshi/events/search — Search prediction-market events by series and lifecycle status - POST /api/kalshi/markets — Get a tradeable Yes/No prediction-market contract by its ticker - POST /api/kalshi/markets/history — Get OHLC price-history candlesticks for a prediction-market contract over a time window - POST /api/kalshi/markets/orderbook — Get the current Yes/No order-book snapshot of a prediction-market contract - POST /api/kalshi/markets/search — Search prediction-market contracts by event, series, status, and close-time window - POST /api/kalshi/markets/trades — Get the public trade feed of a prediction-market contract by its ticker - POST /api/kalshi/series — Get a prediction-market series template by its ticker - POST /api/kalshi/series/search — List prediction-market series within a category ### /kaufland (9 endpoints) - POST /api/kaufland/categories/products — List Kaufland.de products in a category by category id. Returns product cards with title, image, price, list price, condition, seller, delivery, rating, review count and a bestseller flag. Supports sorting and price, rating, delivery and category-specific attribute filters. - POST /api/kaufland/products — Get full Kaufland.de product details by product id (or product URL): title, description, brand, images, price, UVP, reference price, condition, availability, seller, delivery, rating, review count, category, breadcrumbs, specification attributes, bestseller flag and an AI summary. - POST /api/kaufland/products/autosuggest — Get keyword autocomplete suggestions for a partial Kaufland.de search query. - POST /api/kaufland/products/buy-box — Get the buy-box (winning offer) for a Kaufland.de product by product id: price, UVP, reference price, discount, condition, availability, delivery details and the winning seller. - POST /api/kaufland/products/offers — Get all marketplace offers for a Kaufland.de product by product id: price, condition, delivery rate and time, fulfillment type and seller details for every seller offering the product. - POST /api/kaufland/products/reviews — Get customer reviews for a Kaufland.de product by product id: rating, title, text, author, date, verified purchase flag, product-test flag and review media. Supports sorting. - POST /api/kaufland/products/search — Search Kaufland.de products by keyword. Returns product cards with title, image, price, list price, condition, seller, delivery, rating, review count and a bestseller flag. Supports sorting and price, rating, delivery and category-specific attribute filters. - POST /api/kaufland/products/variants — Get the variant groups of a Kaufland.de product by product id (e.g. size or colour), each with its selectable variant items (id, title, image, selected flag). - POST /api/kaufland/sellers — Get a Kaufland.de seller (shop) by name or shop URL: seller name, shop URL, total product count and a list of the seller's products. ### /kbo (4 endpoints) - POST /api/kbo/companies — Get a Belgian company's registry record from the Crossroads Bank for Enterprises (CBE/KBO/BCE) by its enterprise number: status, legal situation, start date, all registered names (with language), official abbreviation, registered seat address, contact details (phone, fax, email, web), entity type, legal form, number of establishment units, directors and other legal functions (role, name, since), entrepreneurial skills, characteristics (employer, VAT, registration), authorisations, NACE-BEL activity codes (VAT and NSSO, all versions), financial information (capital, annual assembly, financial year end) and links to related entities. - POST /api/kbo/companies/establishments — List the establishment units of a Belgian company from the Crossroads Bank for Enterprises (CBE/KBO/BCE) by its enterprise number. Returns each establishment unit's number, status, start date, name and address. - POST /api/kbo/companies/search — Search Belgian companies and establishment units in the Crossroads Bank for Enterprises (CBE/KBO/BCE) by name (phonetic by default, or exact), optionally filtered by legal form, postal code, municipality, person type and active status. Returns each match's enterprise number, name, entity type, status and address. - POST /api/kbo/establishments — Get a Belgian establishment unit's record from the Crossroads Bank for Enterprises (CBE/KBO/BCE) by its establishment unit number: parent enterprise number, status, start date, all registered names (with language), address, contact details (phone, fax, email, web), NACE-BEL activities (all versions, main and additional) and authorisations. ### /kickstarter (6 endpoints) - POST /api/kickstarter/categories — List the full Kickstarter category taxonomy (top-level categories and subcategories) - POST /api/kickstarter/projects — Get Kickstarter reward-crowdfunding project details by slug or URL - POST /api/kickstarter/projects/comments — Get the comments of a Kickstarter project by slug or URL - POST /api/kickstarter/projects/rewards — Get the reward tiers (pledge levels) of a Kickstarter project by slug or URL - POST /api/kickstarter/projects/search — Search Kickstarter reward-crowdfunding projects with filters and sort - POST /api/kickstarter/projects/updates — Get the updates (creator posts) of a Kickstarter project by slug or URL ### /kinopoisk (8 endpoints) - POST /api/kinopoisk/films — Get full Kinopoisk movie or TV series details by ID or URL: titles, ratings (Kinopoisk/IMDb/critics), genres, countries, box office, age rating, top-250 position, crew and cast. - POST /api/kinopoisk/films/cast — Get the full cast and crew of a Kinopoisk movie or series: actors, directors, writers, producers, operators, composers, designers, editors and dubbing voices, with characters/roles. - POST /api/kinopoisk/films/discover — Browse Kinopoisk movies or TV series with filters: genre, country, year, ordering. Returns a ranked list of titles with ratings, genres and countries. - POST /api/kinopoisk/films/reviews — Get user reviews of a Kinopoisk movie or series with sentiment type, author, text and date. Filter by sentiment and order by date or rating. - POST /api/kinopoisk/films/search — Search Kinopoisk by keyword across movies, TV series and people. Returns mixed results with id, type, name, year, rating and poster. - POST /api/kinopoisk/films/top250 — Get the Kinopoisk Top 250 movies ranked by rating, with position, title, year and rating. - POST /api/kinopoisk/persons — Get full Kinopoisk person details by ID or URL: names (ru/original), gender, photo, professions, birth/death dates and places, age, height, zodiac, main genres and acting/crew roles. - POST /api/kinopoisk/persons/search — Search Kinopoisk people by name. Returns matching persons with professions, age and photo. ### /kipris (8 endpoints) - POST /api/kipris/designs — Get a Korean design record by application number - POST /api/kipris/designs/search — Search Korean design collection - POST /api/kipris/patents — Get a Korean patent or utility model record by application number - POST /api/kipris/patents/search — Search Korean and foreign patent and utility model collections - POST /api/kipris/trademarks — Get a Korean trademark record by application number - POST /api/kipris/trademarks/search — Search Korean trademark collection - POST /api/kipris/trials — Get an IP trial or judgment record by case number - POST /api/kipris/trials/search — Search Korean IP trial and judgment records ### /kleinanzeigen (6 endpoints) - POST /api/kleinanzeigen/categories — Get the full Kleinanzeigen category tree: every top-level department and subcategory with id, name, alias (URL slug), parent_id and browse URL. - POST /api/kleinanzeigen/listings — Get full Kleinanzeigen ad details by ad ID (or listing URL): title, price, condition and other attributes, location, images, description and seller. - POST /api/kleinanzeigen/listings/search — Search Kleinanzeigen ads by keyword: for each result returns title, price, location, image, posting date and shipping availability. Supports filters by category, price range, condition, offer type, seller type, shipping and sort order. - POST /api/kleinanzeigen/listings/similar — Get related Kleinanzeigen ads recommended for a given ad (the 'you might also like' collection): for each returns title, price, location, image and posting date. - POST /api/kleinanzeigen/sellers — Get a Kleinanzeigen seller profile by user ID (or profile URL): name, seller type, active-since date, follower count, response time, reputation rating and satisfaction badges. - POST /api/kleinanzeigen/sellers/listings — List the active Kleinanzeigen ads of a seller (by user ID or profile URL): for each ad returns title, price, location, image and posting date. ### /kommersant (5 endpoints) - POST /api/kommersant/archive — List Kommersant news published on a specific day, optionally restricted to a rubric. Returns items with title, subtitle, excerpt, publish date, rubric, tags, read time, comment count and image. - POST /api/kommersant/articles — Get a full Kommersant article by URL or numeric id: title, subtitle, description, full text, publish and update dates, keywords, authors, mentioned topics (people, organizations), publication name and lead image. - POST /api/kommersant/articles/search — Full-text search across Kommersant articles. Filter by content type (photo, special project, video), publication source, regional edition and publish date range; order by date or relevance. Returns items with title, subtitle, excerpt, publish date, image and link. - POST /api/kommersant/authors/articles — List Kommersant articles written by a specific author, by author id or URL. Returns newest-first items with title, subtitle, excerpt, publish date, rubric, tags, read time, comment count and image. - POST /api/kommersant/rubrics/articles — List Kommersant articles for a rubric (Экономика, Политика, Бизнес, Мир, Спорт and others) by rubric id, URL or name. Returns newest-first items with title, subtitle, excerpt, publish date, rubric, tags, read time, comment count and image. ### /kontramarka (2 endpoints) - POST /api/kontramarka/events — Get full Kontramarka event details by slug (or event URL): title, description, date range, venue, address, city, country, price, performers, image and all ticket sessions (date/city/venue/price/buy link). - POST /api/kontramarka/events/search — Search and list Kontramarka events: the upcoming-events feed, by category, by city, by date facet, or by free-text keyword. Returns event cards with title, image, start date, city/country, price and category. ### /konturfocus (3 endpoints) - POST /api/konturfocus/companies — Get the registry card of a Russian company by INN or OGRN: legal name, status, registration date, tax registration date, small/medium-enterprise (SME) registry status and category, legal address, tax authority, share-register holder, charter capital, primary economic activity (OKVED) and statistics codes (OKPO, OKATO, OKTMO, OKOPF, OKOGU, OKFS). - POST /api/konturfocus/companies/autocomplete — Autocomplete Russian company names from a partial query. - POST /api/konturfocus/companies/search — Search Russian companies and sole proprietors by name, INN, OGRN, address or person name. Optionally filter by region, industry and whether the match is in actual (current) requisites only. ### /krs (7 endpoints) - POST /api/krs/companies — Get Polish company details by KRS registration number - POST /api/krs/companies/activities — Get the PKD business activities of a Polish company, association or foundation by its KRS number - POST /api/krs/companies/financials — Get the filed financial-statement mentions of a Polish company, association or foundation by its KRS - POST /api/krs/companies/history — Get the registry change history of a Polish company, association or foundation by its KRS number - POST /api/krs/companies/representation — Get the governance bodies of a Polish company, association or foundation by its KRS number - POST /api/krs/companies/search — Search Polish companies, associations and foundations by name - POST /api/krs/companies/status — Get the legal and insolvency status of a Polish company, association or foundation by its KRS number ### /kununu (4 endpoints) - POST /api/kununu/companies — Get Kununu (kununu.com) company employer profile by alias or profile URL - POST /api/kununu/companies/reviews — Get Kununu (kununu.com) employee reviews for a company by alias or profile URL - POST /api/kununu/companies/salaries — Get Kununu (kununu.com) salary benchmarks for a company by alias or profile URL - POST /api/kununu/companies/search — Search Kununu (kununu.com) employer profiles by keyword ### /kupatbravo (2 endpoints) - POST /api/kupatbravo/events — Get full Kupat Bravo event details by numeric id or alias: title, description, image, organizer, duration, date range, cities, price range and all ticket performances (date/time, city, venue, price, ticket availability, buy link). - POST /api/kupatbravo/events/search — Search and list Kupat Bravo (Israel) events: the full afisha, by genre, by region, by price, by date, by producer, by free-text keyword, or special collections (discounts/popular/archive). Returns event cards with title, image, date range, cities, price range and badge. ### /l2beat (10 endpoints) - POST /api/l2beat/da/projects — Get an L2BEAT data availability layer by slug - POST /api/l2beat/da/projects/search — Search and list L2BEAT data availability layers ranked by value secured - POST /api/l2beat/interop/protocols/search — Search and list L2BEAT interoperability (bridge/messaging) protocols ranked by volume - POST /api/l2beat/projects — Get a single L2BEAT scaling project's full profile by slug or project URL - POST /api/l2beat/projects/activity — Get the activity (UOPS/TPS) history and current stats for an L2BEAT scaling project - POST /api/l2beat/projects/costs — Get L2BEAT onchain costs per scaling project (calldata, blobs, compute, overhead) - POST /api/l2beat/projects/liveness — Get L2BEAT liveness intervals (tx data, proof, state updates) and anomalies per scaling project - POST /api/l2beat/projects/search — Search and list L2BEAT scaling projects ranked by value secured (TVS) - POST /api/l2beat/projects/tvs — Get the value-secured (TVS) history and current breakdown for an L2BEAT scaling project - POST /api/l2beat/summary — Get the global L2BEAT layer-two ecosystem summary — total value secured and aggregate charts ### /letterboxd (22 endpoints) - POST /api/letterboxd/contributors — Get a Letterboxd contributor's filmography for a given role (actor, director, writer, etc.). Returns the films with alias, id, name, year and poster. - POST /api/letterboxd/films — Get full Letterboxd film details by slug or URL: title, original title, year, tagline, synopsis, poster, backdrop, runtime, TMDB id, genres, themes, countries, languages, studios, directors, cast, crew, weighted rating with histogram, rating/review/watch/list/like counts and where-to-watch services. - POST /api/letterboxd/films/browse — Browse Letterboxd films by facets: genre, decade, year, country, language, streaming service and ordering. Returns a list of films with alias, id, name, year and poster. - POST /api/letterboxd/films/lists — Get Letterboxd lists that contain a film. Returns a list of lists with alias, owner, name, film count, like count and URL. - POST /api/letterboxd/films/members — Get Letterboxd members who have watched a film. Returns a list of members with username, name and avatar. - POST /api/letterboxd/films/reviews — Get member reviews of a Letterboxd film. Each review has the reviewer, rating, watched/rewatched flags, review text, like and comment counts and date. Order by activity, recency, rating or popularity. - POST /api/letterboxd/films/search — Search Letterboxd films by title. Returns matching films with alias, id, name, year, poster and film URL. - POST /api/letterboxd/films/similar — Get films similar to a Letterboxd film (Letterboxd's 'films like this'). Returns a list of films with alias, id, name, year and poster. - POST /api/letterboxd/lists — Get a Letterboxd list by URL (or owner username + list slug): title, owner, description, like and comment counts, and the ranked films it contains. - POST /api/letterboxd/lists/search — Browse Letterboxd lists by popularity window or recency. Returns lists with alias, owner, name, film count, like count and URL. - POST /api/letterboxd/search — Search Letterboxd across all content types or within a specific type (films, reviews, lists, members, tags, journal, podcasts). Returns mixed results with result_type, name, url and image. - POST /api/letterboxd/users — Get a Letterboxd member profile by username or URL: display name, avatar, bio, website, pro/patron badges, film/this-year/list/following/follower counts, favorite films and ratings histogram. - POST /api/letterboxd/users/diary — Get a Letterboxd member's diary: chronological film-watching log with watched date, rating, rewatch and liked flags and a link to the review when present. - POST /api/letterboxd/users/films — Get the films a Letterboxd member has watched, with the member's own rating and liked flag. Order by recency, name, rating, release date or runtime. - POST /api/letterboxd/users/followers — Get the followers of a Letterboxd member. Returns members with username, name and avatar. - POST /api/letterboxd/users/following — Get the members a Letterboxd member follows. Returns members with username, name and avatar. - POST /api/letterboxd/users/likes — Get the films a Letterboxd member has liked. Returns films with alias, id, name, year and poster. - POST /api/letterboxd/users/lists — Get the lists created by a Letterboxd member. Returns lists with alias, owner, name, film count, like count and URL. - POST /api/letterboxd/users/reviews — Get the reviews written by a Letterboxd member. Each review has the reviewed film, rating, watched/rewatched flags, review text, like and comment counts and date. - POST /api/letterboxd/users/search — Browse popular Letterboxd members by popularity window (this week/month/year or all time). Returns members with username, name and avatar. - POST /api/letterboxd/users/tags — Get the film tags used by a Letterboxd member. Returns tags with name, alias, URL and film count. - POST /api/letterboxd/users/watchlist — Get a Letterboxd member's watchlist. Returns films with alias, id, name, year and poster. ### /levelsfyi (5 endpoints) - POST /api/levelsfyi/companies — Get Levels.fyi (levels.fyi) company profile by alias or profile URL - POST /api/levelsfyi/companies/benefits — Get Levels.fyi (levels.fyi) company benefits and perks by alias or profile URL - POST /api/levelsfyi/companies/salaries — Get Levels.fyi (levels.fyi) compensation for a company and job title by level and percentile - POST /api/levelsfyi/internships/search — Search Levels.fyi (levels.fyi) tech internship salary submissions - POST /api/levelsfyi/titles — Get Levels.fyi (levels.fyi) cross-company compensation overview for a job title ### /lever (2 endpoints) - POST /api/lever/jobs — Get a single Lever job posting by company board handle and posting id (or a full posting URL): title, team, department, location and secondary locations, commitment, workplace type, country, opening preamble, full HTML and plain-text description, role-specific description body, structured posting sections, additional info, structured salary range and salary description, creation date, hosted and apply URLs. - POST /api/lever/jobs/search — List job postings from a company's Lever career board by board handle, optionally narrowed by team, location, commitment type or department. Each posting includes title, team, department, location, commitment, workplace type, country, descriptions, structured sections, creation date and apply URL. ### /librariesio (1 endpoints) - POST /api/librariesio/packages — Get cross-registry package details by platform and package name ### /lifull (4 endpoints) - POST /api/lifull/companies — Get a LIFULL HOME'S (homes.co.jp) real-estate company (不動産会社) by id or /realtor/mid-{id}/ URL: name, name kana, address, transit, business hours, holidays, phone, fax, license number, industry associations, guarantee associations, rent/sale deal categories and features. - POST /api/lifull/listings — Get full LIFULL HOME'S (homes.co.jp) property listing details by URL or id (rent room or buy building): name, price, management/maintenance fees, deposit/key money, layout, area, balcony area, facing, floor, total floors and units, built date, address, transit (line/station/walk), structure, parking, status, contract terms, renewal fee, guarantor company, transaction type, real-estate company, listing number, location path and images. - POST /api/lifull/listings/reviews — Get LIFULL HOME'S (homes.co.jp) neighborhood (area) resident reviews for a listing by URL or id: each review has the area, the resident's age band and gender, and the review text. - POST /api/lifull/listings/search — Search LIFULL HOME'S (homes.co.jp) property listings (rent or buy) by prefecture with optional filters: price range, exclusive area range, walking minutes from station, building age, structure and sort order. Returns listing cards with id, name, price, layout, area, facing, floor, address, transit and image. ### /linkedin/ad_library (3 endpoints) - POST /api/linkedin/ad_library/ads — Get a single LinkedIn Ad Library ad by its id - POST /api/linkedin/ad_library/ads/search — Search the LinkedIn Ad Library by keyword, advertiser, payer, country and date - POST /api/linkedin/ad_library/advertisers/ads — List all LinkedIn Ad Library ads of a specific advertiser by company id ### /linkedin/job (1 endpoints) - POST /api/linkedin/job — Linkedin Get Job Details ### /listorg (7 endpoints) - POST /api/listorg/companies — Get a Russian company (FNS/EGRUL registry) by INN, OGRN or internal id: name, full legal name, status, INN/KPP/OGRN/OKPO/OKATO/OKTMO/OKOPF/OKFS/OKOGU, director, charter capital, headcount, registration dates, address with coordinates, phones/email/website, primary and additional activities (OKVED), founders, legal successors and predecessors, pension/social fund (SFR) registrations, licenses, regulatory inspections (FGIS), Fedresurs and gazette (vestnik) publications, and 223-FZ procurement. - POST /api/listorg/companies/financials — Get the official FNS financial reporting of a Russian company by INN, OGRN or internal id: the full balance sheet (form 1) and income statement (form 2) line items, each with its form code, name and yearly values (thousand RUB) across all available years. - POST /api/listorg/companies/search — Search Russian companies (FNS/EGRUL registry) by name, INN, OGRN, OKPO, director/founder, phone, address or bank BIC, with filters by active status, presence/activity of a sole proprietor (ИП), prefix matching, historical data, presence of contacts/branches, activity (OKVED), region (OKATO), ownership form (OKFS), government authority (OKOGU), and ranges on headcount, revenue, profit, assets and registration date, plus configurable sort order. - POST /api/listorg/persons — Get a Russian individual (sole proprietor / person) from the List-Org registry by INN or internal id: name, INN, sole-proprietor (EGRIP) registrations with status, and affiliations — the companies where the person is a director and the companies where the person is a founder. - POST /api/listorg/persons/search — Search Russian individuals (sole proprietors / persons) in the List-Org registry by full name (ФИО). Returns matching people with their internal id, name, INN and whether they are a registered sole proprietor. - POST /api/listorg/trademarks — Get a Russian trademark from the List-Org registry by internal id: title, image, holder and addresses, registration and application numbers and dates, expiry date, the FIPS (Rospatent) reference link, and the Nice classification (MKTU) classes with their goods/services descriptions. - POST /api/listorg/trademarks/search — Search Russian trademarks in the List-Org registry by name or word. Returns matching trademarks with their internal id, title, registration number and holder. ### /macrotrends (5 endpoints) - POST /api/macrotrends/economic-data — Get historical economic indicator data from Macrotrends by page ID - POST /api/macrotrends/search — Search Macrotrends for stocks and economic indicators by keyword or ticker - POST /api/macrotrends/stocks/annual-price — Get annual closing price and year-over-year change for a stock ticker from Macrotrends - POST /api/macrotrends/stocks/financials — Get historical financial data for a stock ticker from Macrotrends - POST /api/macrotrends/stocks/price-history — Get daily OHLCV price history for a stock ticker from Macrotrends ### /magicbricks (4 endpoints) - POST /api/magicbricks/projects — Get full Magicbricks new-launch project details by id (psmId) or project URL: name, property and project type, configuration, description, construction status, launch and possession dates, price range and per sqft, project area, tower and unit counts, locality and geo coordinates, RERA id and approval, builder, brochure, amenities, highlights, unit configurations, ratings, and gallery images. - POST /api/magicbricks/projects/search — Search Magicbricks new-launch projects by city, with filters for bedrooms, budget, possession status and RERA approval. Returns project cards with name, builder, configuration, price range, possession, locality, RERA approval, rating and image. - POST /api/magicbricks/properties — Get full Magicbricks property listing details by id or property URL: title, description, price, price per sqft and EMI, covered area, configuration (bedrooms, bathrooms, balconies), furnishing, transaction type, possession status and date, posted date, city, locality and address, geo coordinates, RERA id, builder and project, amenities, images and dealer details. - POST /api/magicbricks/properties/search — Search Magicbricks property listings by city for sale or rent, with filters for property type, bedrooms, budget, area, recency, gated community and corner property. Returns listing cards with price, configuration, area, locality, builder/project, amenities, nearby landmarks, geo coordinates, RERA id, image and dealer name. ### /magiceden (12 endpoints) - POST /api/magiceden/collections — Get a Magic Eden NFT collection by its symbol - POST /api/magiceden/collections/activities — List on-chain marketplace activity (sales, listings, bids) for a Magic Eden collection - POST /api/magiceden/collections/attributes — List trait attributes of a Magic Eden collection with per-value counts and floors - POST /api/magiceden/collections/holders — Get holder counts for a Magic Eden collection - POST /api/magiceden/collections/listings — List the tokens currently listed for sale in a Magic Eden collection - POST /api/magiceden/collections/pools — List AMM (MMM) liquidity pools for a Magic Eden collection - POST /api/magiceden/collections/search — Rank and list Magic Eden NFT collections by volume, floor price, sales or market cap - POST /api/magiceden/collections/stats — Get aggregated market statistics for a Magic Eden collection - POST /api/magiceden/packs — List Magic Eden gacha packs - POST /api/magiceden/tokens — Get a Magic Eden NFT by its mint address - POST /api/magiceden/tokens/activities — List the on-chain marketplace activity history of a single Magic Eden NFT - POST /api/magiceden/wallets/tokens — List the NFTs held by a wallet on Magic Eden (Solana) ### /marinetraffic (4 endpoints) - POST /api/marinetraffic/companies — Get a MarineTraffic maritime company (business directory) profile by ID - POST /api/marinetraffic/companies/search — Search the MarineTraffic maritime business directory by company name or browse by business sector - POST /api/marinetraffic/ports — Get a MarineTraffic port by ID with its name, UN/LOCODE, country, coordinates and anchorages - POST /api/marinetraffic/vessels — Get a MarineTraffic vessel with identity, live AIS position and current voyage by IMO or ship ID ### /marketwatch (7 endpoints) - POST /api/marketwatch/markets/overview — Get a market overview snapshot across regions and asset classes - POST /api/marketwatch/news/search — Search MarketWatch news articles by keyword - POST /api/marketwatch/quotes — Get real-time quote for a ticker symbol - POST /api/marketwatch/quotes/history — Get historical OHLCV bars for a ticker symbol - POST /api/marketwatch/quotes/news — Get recent news articles for a ticker symbol - POST /api/marketwatch/quotes/search — Search for ticker symbols and companies - POST /api/marketwatch/stocks/financials — Get annual financial statements for a stock ticker ### /mastodon (13 endpoints) - POST /api/mastodon/accounts — Get Mastodon Account Profile - POST /api/mastodon/accounts/followers — Get Mastodon Account Followers - POST /api/mastodon/accounts/following — Get Mastodon Account Following - POST /api/mastodon/accounts/search — Search Mastodon Accounts - POST /api/mastodon/accounts/statuses — Get Mastodon Account Statuses - POST /api/mastodon/statuses — Get Mastodon Status - POST /api/mastodon/statuses/context — Get Mastodon Status Thread Context - POST /api/mastodon/statuses/favourited_by — Get Mastodon Accounts Who Favourited a Status - POST /api/mastodon/statuses/reblogged_by — Get Mastodon Accounts Who Reblogged a Status - POST /api/mastodon/statuses/search — Search Mastodon Statuses by Hashtag - POST /api/mastodon/trends/links — Get Mastodon Trending Links - POST /api/mastodon/trends/statuses — Get Mastodon Trending Statuses - POST /api/mastodon/trends/tags — Get Mastodon Trending Hashtags ### /maven (4 endpoints) - POST /api/maven/artifacts — Get Maven Central artifact details by coordinate (groupId:artifactId[:version]) or artifact URL - POST /api/maven/artifacts/dependencies — List the declared dependencies of a specific Maven Central artifact version - POST /api/maven/artifacts/search — Search Maven Central artifacts by keyword, coordinate, class name, SHA-1 or packaging - POST /api/maven/artifacts/versions — List all published versions of a Maven Central artifact ### /medium (10 endpoints) - POST /api/medium/posts — Get Medium Post - POST /api/medium/posts/responses — Get Medium Post Responses - POST /api/medium/posts/search — Search Medium Posts - POST /api/medium/publications — Get Medium Publication - POST /api/medium/publications/posts — Get Medium Publication Posts - POST /api/medium/publications/search — Search Medium Publications - POST /api/medium/tags/posts — Get Medium Tag Posts - POST /api/medium/users — Get Medium User - POST /api/medium/users/posts — Get Medium User Posts - POST /api/medium/users/search — Search Medium Users ### /meetup (7 endpoints) - POST /api/meetup/cities — Look up Meetup locations (cities and postal areas) by name or postal code. Returns matching places with their canonical name, city, state, country, coordinates, postal code and timezone — usable as the location for event and group search. - POST /api/meetup/events — Get full details of a Meetup event by its id (with the hosting group url name) or full event URL: title, description, start and end time, venue with address and coordinates, online flag, hosts, hosting group with rating, attendee (going) and waitlist counts, price, topics and photo. - POST /api/meetup/events/search — Search Meetup events by keyword and location with filters for online/in-person type, search radius, category and date range. Returns a paginated list of events with title, description, start and end time, venue, hosting group with rating, attendee count, price and photo. - POST /api/meetup/groups — Get full details of a Meetup group by its url name: name, description, member and leadership counts, event rating and rating count, location (city, state, country, coordinates), founding date, category and related topics, organizer, social network links, group photo, and upcoming/past event counts. - POST /api/meetup/groups/events — List a Meetup group's events (upcoming or past) by the group url name. Returns a paginated list of events with title, description, start and end time, venue, attendee count, price and photo. - POST /api/meetup/groups/search — Search Meetup groups by keyword and location with filters for search radius and category. Returns a paginated list of groups with name, description, member count, rating, location and photo. - POST /api/meetup/topics — Get the Meetup topics taxonomy: all topic categories, each with its list of topics (id, name and url key). Optionally filter to a single category by name. ### /mercari (2 endpoints) - POST /api/mercari/items — Get Mercari (jp.mercari.com) item details by ID or URL - POST /api/mercari/items/search — Search Mercari (jp.mercari.com) items by keyword with optional filters ### /messari (11 endpoints) - POST /api/messari/assets — Get a cryptocurrency's full Messari profile and market data by slug or ticker symbol - POST /api/messari/assets/events — Get notable events and key developments for a crypto asset - POST /api/messari/assets/markets — List the exchange markets (trading pairs) for a crypto asset, ranked by 24h volume share - POST /api/messari/assets/metrics — Get the historical price and volume time series (OHLCV candles) for a crypto asset - POST /api/messari/assets/profile — Get the qualitative profile of a crypto asset — overview, tags, links, team, and networks - POST /api/messari/assets/search — Screen and rank crypto assets by sector, market cap, and price performance - POST /api/messari/assets/unlocks — Get scheduled and historical token unlock events for a crypto asset - POST /api/messari/fundraising/rounds/search — Search crypto fundraising rounds with amounts, stages, investors, and funded entities - POST /api/messari/news/search — Search the Messari crypto news feed, optionally filtered to a specific asset - POST /api/messari/research/search — List Messari research newsletters (Unqualified Opinions) with optional full content - POST /api/messari/signals — Rank crypto assets by social mindshare and market sentiment ### /microsoftstore (6 endpoints) - POST /api/microsoftstore/apps — Get Microsoft Store app details by Store product ID or product page URL - POST /api/microsoftstore/apps/listings — List Microsoft Store products within a catalog category - POST /api/microsoftstore/apps/related — Get related Microsoft Store products for a given product by Store product ID or product page URL - POST /api/microsoftstore/apps/reviews — Get Microsoft Store product reviews by Store product ID or product page URL - POST /api/microsoftstore/apps/reviews/summary — Get the aggregate review summary for a Microsoft Store product by Store product ID or URL - POST /api/microsoftstore/apps/search — Search the Microsoft Store catalog by keyword ### /modelscope (8 endpoints) - POST /api/modelscope/datasets — Get ModelScope dataset details by repository id or URL - POST /api/modelscope/datasets/files — List files in a ModelScope dataset repository - POST /api/modelscope/datasets/search — Search ModelScope datasets - POST /api/modelscope/models — Get ModelScope model details by repository id or URL - POST /api/modelscope/models/files — List files in a ModelScope model repository - POST /api/modelscope/models/revisions — List branches and tags of a ModelScope model repository - POST /api/modelscope/models/search — Search ModelScope models - POST /api/modelscope/studios/search — Search ModelScope studios (Gradio/Streamlit apps) ### /moex (12 endpoints) - POST /api/moex/currencies/rates — Get current indicative FX and metal reference rates on the Moscow Exchange - POST /api/moex/engines — List Moscow Exchange trading engines, or the markets within an engine - POST /api/moex/indices — Get Moscow Exchange index metadata by id, or list all indices - POST /api/moex/indices/constituents — Get the member securities and weights of a Moscow Exchange index - POST /api/moex/indices/history — Get end-of-day price history for a Moscow Exchange index - POST /api/moex/markets/securities — List all securities trading on a Moscow Exchange market with live quotes - POST /api/moex/securities — Get Moscow Exchange security reference data by ticker or ISIN - POST /api/moex/securities/candles — Get intraday OHLCV candles for a Moscow Exchange security - POST /api/moex/securities/history — Get end-of-day OHLC price history for a Moscow Exchange security - POST /api/moex/securities/quotes — Get live market quote for a Moscow Exchange security across its trading boards - POST /api/moex/securities/search — Search Moscow Exchange securities by ticker, name, ISIN or registration number - POST /api/moex/turnovers — Get today's exchange-wide turnover per Moscow Exchange market ### /morningstar (10 endpoints) - POST /api/morningstar/quotes — Get real-time quote for a ticker symbol - POST /api/morningstar/quotes/dividends — Get dividend history and yields for a ticker symbol - POST /api/morningstar/quotes/esg — Get ESG risk rating for a ticker symbol - POST /api/morningstar/quotes/financials — Get income statement, balance sheet, and cash flow for a ticker symbol - POST /api/morningstar/quotes/history — Get intraday price bars for a ticker symbol - POST /api/morningstar/quotes/key-metrics — Get key financial metrics for a ticker symbol - POST /api/morningstar/quotes/rating — Get Morningstar Medalist Rating and report availability for a ticker symbol - POST /api/morningstar/quotes/returns — Get trailing total returns for a ticker symbol - POST /api/morningstar/quotes/search — Search for ticker symbols and securities on Morningstar - POST /api/morningstar/quotes/valuation — Get valuation ratios for a ticker symbol ### /mticket (2 endpoints) - POST /api/mticket/events — Get full MTicket event details by event URL: title, description, date range, venue, address, city, country, category, price range, currency, performers, image(s), doors-open time and all ticket sessions. - POST /api/mticket/events/search — List MTicket events: the cross-country top-events feed, or events for one country, optionally narrowed to a city or category. Returns event cards with title, image, start date, city, country, venue, price and ticket url. ### /musicbrainz (32 endpoints) - POST /api/musicbrainz/areas — Get MusicBrainz area details by MBID or URL - POST /api/musicbrainz/areas/search — Search MusicBrainz areas - POST /api/musicbrainz/artists — Get MusicBrainz artist details by MBID or URL - POST /api/musicbrainz/artists/recordings — List all recordings credited to an artist by artist MBID or URL - POST /api/musicbrainz/artists/release-groups — List an artist's release groups (discography) by artist MBID or URL - POST /api/musicbrainz/artists/releases — List all releases credited to an artist by artist MBID or URL - POST /api/musicbrainz/artists/search — Search MusicBrainz artists - POST /api/musicbrainz/artists/works — List all works linked to an artist by artist MBID or URL - POST /api/musicbrainz/events — Get MusicBrainz event details by MBID or URL - POST /api/musicbrainz/events/search — Search MusicBrainz events - POST /api/musicbrainz/genres — Get MusicBrainz genre details by MBID or URL - POST /api/musicbrainz/genres/list — List the full MusicBrainz genre vocabulary - POST /api/musicbrainz/instruments — Get MusicBrainz instrument details by MBID or URL - POST /api/musicbrainz/instruments/search — Search MusicBrainz instruments - POST /api/musicbrainz/labels — Get MusicBrainz label details by MBID or URL - POST /api/musicbrainz/labels/releases — List the release catalog of a label by MBID or URL - POST /api/musicbrainz/labels/search — Search MusicBrainz labels - POST /api/musicbrainz/places — Get MusicBrainz place details by MBID or URL - POST /api/musicbrainz/places/search — Search MusicBrainz places - POST /api/musicbrainz/recordings — Get MusicBrainz recording (track) details by MBID or URL - POST /api/musicbrainz/recordings/by-isrc — Resolve MusicBrainz recordings by ISRC code - POST /api/musicbrainz/recordings/search — Search MusicBrainz recordings (tracks) - POST /api/musicbrainz/release-groups — Get MusicBrainz release-group (album/single/EP) details by MBID or URL - POST /api/musicbrainz/release-groups/releases — List all releases (editions) of a release group by MBID or URL - POST /api/musicbrainz/release-groups/search — Search MusicBrainz release groups (albums/singles/EPs) - POST /api/musicbrainz/releases — Get MusicBrainz release (edition) details by MBID or URL - POST /api/musicbrainz/releases/search — Search MusicBrainz releases (editions) - POST /api/musicbrainz/series — Get MusicBrainz series details by MBID or URL - POST /api/musicbrainz/series/search — Search MusicBrainz series - POST /api/musicbrainz/works — Get MusicBrainz work (composition) details by MBID or URL - POST /api/musicbrainz/works/by-iswc — Resolve MusicBrainz works by ISWC code - POST /api/musicbrainz/works/search — Search MusicBrainz works (compositions) ### /mynavi (4 endpoints) - POST /api/mynavi/companies — Get a Mynavi Tenshoku (マイナビ転職) company profile (会社概要) by its numeric company id (or company/job URL): company name, recruitment website, business description, founding date, capital, employee count, representative, head-office address, benefits, first-year income, model salary, the number of active job postings and the list of their jobinfo slugs. - POST /api/mynavi/companies/jobs — List the active Mynavi Tenshoku (マイナビ転職) job postings of a company by its numeric company id (or company/job URL). Returns job cards with the job slug (usable with the job get-by-id endpoint), company name and logo, catch copy, employment type, feature tags, a job-content and target-candidate snippet, work location, salary, first-year income and image. - POST /api/mynavi/jobs — Get a Mynavi Tenshoku (マイナビ転職) job posting by its jobinfo slug (or job URL): job title and catch copy, employment type, job category and industry, posted/expiry dates, full job description, candidate requirements, salary text and min/max annual salary, first-year income, raises and bonuses, allowances, working hours, work location and structured locations, access, nearest station, holidays, benefits, planned hiring count, feature tags, application method, post-application contact timeline, document screening points, selection process, interview count and location, the recruiter inquiry block (company, address, phone, contact person), images, and the hiring company (name, website, industry, founding date, capital, employee count, representative, revenue, business description, head-office address). - POST /api/mynavi/jobs/search — Search Mynavi Tenshoku (マイナビ転職) job postings with filters for free-text keyword, major job category, industry, prefecture or region, employment type, minimum first-year income and work-condition features, with result ordering (recommended, newest, first-year income, most viewed). Returns job cards with the job slug (usable with the job get-by-id endpoint), company name and logo, catch copy, employment type, feature tags, a job-content and target-candidate snippet, work location, salary, first-year income and image. ### /myntra (4 endpoints) - POST /api/myntra/brands/products — List all Myntra products for a given brand. Returns product cards (id, name, brand, gender, category, colour, MRP, price, discount, rating, available sizes, image and URL) with filters for colour, size, gender, category and price range, plus result ordering. - POST /api/myntra/products — Get full Myntra product details by product (style) ID or product URL: name, brand, gender, category, colour, MRP, price, discount, returnability/EMI/COD flags, return period, country of origin, manufacturer, description, fit, materials & care, style note, images, video, size chart, rating with per-star breakdown, available sizes with inventory, sellers, colour variants, bank/promo offers and a full specification attribute list. - POST /api/myntra/products/reviews — Get customer reviews for a Myntra product by product (style) ID or URL: review text, author, star rating, date, upvotes/downvotes and review photos. - POST /api/myntra/products/search — Search the Myntra catalog by keyword or category. Returns product cards (id, name, brand, gender, category, colour, MRP, price, discount, rating, available sizes, image and URL) with filters for brand, colour, size, gender, category, sub category, price range and country of origin, plus result ordering. ### /n11 (7 endpoints) - POST /api/n11/categories — Get the N11 category tree: top-level departments with nested subcategories. Each node has id, name, alias, parent_category_id, url, image and children. Pass a category id or alias to return only that subtree. - POST /api/n11/products — Get full N11 product details by product id (or product URL): name, brand, price, list_price, discount, images, rating, review counts and star breakdown, attributes, variants, category, breadcrumbs, seller and other sellers offering the same product. - POST /api/n11/products/reviews — Get customer reviews for an N11 product by product id (or product URL): rating, text, author, date, helpful count, seller and review photos. Supports sorting and filtering by star rating or topic. - POST /api/n11/products/search — Search N11 products by keyword: id, name, brand, price, list_price, image, rating, review count, seller and free shipping. Supports sorting and filtering by brand and price range. - POST /api/n11/products/sellers — Get all sellers offering an N11 product by product id (or product URL) for price comparison: each seller with its id, name, rating, price, list_price, review count, whether it is the featured (winner) offer and free shipping. - POST /api/n11/sellers — Get an N11 seller (store) by alias or store URL: name, company_name, rating, product count, city, time on platform, response time, shipment speed, feedback count, store logo and cover image. - POST /api/n11/sellers/products — List products from an N11 seller's storefront (by seller id, alias or store URL): id, url, name, brand, price, list_price, image, rating, review count and free shipping. ### /nasdaq (9 endpoints) - POST /api/nasdaq/ipos — Get the IPO calendar for a given month - POST /api/nasdaq/news — Get recent news articles for a ticker symbol - POST /api/nasdaq/quotes — Get real-time quote for a ticker symbol - POST /api/nasdaq/quotes/dividends — Get dividend payment history for a ticker symbol - POST /api/nasdaq/quotes/earnings — Get quarterly earnings-per-share history and estimates for a ticker symbol - POST /api/nasdaq/quotes/financials — Get income statement, balance sheet, cash flow, and financial ratios for a ticker symbol - POST /api/nasdaq/quotes/history — Get historical OHLCV bars for a ticker symbol - POST /api/nasdaq/quotes/screener — Screen stocks by exchange, market cap, sector, region, and analyst recommendation - POST /api/nasdaq/quotes/search — Search for ticker symbols and companies ### /nashvancouver (2 endpoints) - POST /api/nashvancouver/events — Get full Nash Vancouver event details by event id or event page URL: title, full description, category, start and end date/time, venue, address, contact name, phone, website, ticket price and currency, external ticket url, image and related event ids. - POST /api/nashvancouver/events/search — List Nash Vancouver events (Russian-language Vancouver concerts, shows, festivals and past events). Filter by category or a free-text keyword; with no filter, returns the full upcoming-events listing. Each event has title, category, start date and time, venue, ticket price and currency, image and an excerpt. ### /naukri (2 endpoints) - POST /api/naukri/jobs — Get Naukri job details by id - POST /api/naukri/jobs/search — Search Naukri jobs by keyword and filters ### /naver/blog (2 endpoints) - POST /api/naver/blog/posts — Get a Naver blog post by blog ID and log number. Includes title, body, author, images, date. - POST /api/naver/blog/posts/search — Search Naver blog posts by keyword. Returns title, snippet, author, blog name, images, date. ### /naver/news (3 endpoints) - POST /api/naver/news/articles — Get a Naver news article by office and article ID. Includes title, body, journalist, press, dates. - POST /api/naver/news/articles/comments — Get comments on a Naver news article. Returns text, author, like/dislike counts, timestamps. - POST /api/naver/news/articles/search — Search Naver news by query. Returns headline, press, snippet, image, article URLs, date. ### /naver/place (2 endpoints) - POST /api/naver/place/places — Get a Naver Place (local business) by ID. Includes rating, reviews, address, phone, amenities. - POST /api/naver/place/places/search — Search Naver Places (local businesses) by query. Returns name, category, address, rating, reviews. ### /newegg (7 endpoints) - POST /api/newegg/categories/products — List Newegg products in a category by category id or category page URL. Returns lightweight product cards: id (item number), title, brand, price, list_price, price_min, price_max, currency, rating, review_count, in_stock, image, seller and is_sponsored, plus the product URL. - POST /api/newegg/products — Get full Newegg product details by item number (or product URL): title, brand, model, price, list_price, rating, review_count, images, breadcrumbs, specifications, condition, availability, return policy and marketplace seller. - POST /api/newegg/products/offers — Get all marketplace buying options (sellers) for a Newegg product by item number (or product URL): each offer's seller, price, currency, shipping, instant_rebate, condition, ships_from and is_in_stock. Returns an empty list when the product has no additional seller offers. - POST /api/newegg/products/reviews — Get owner reviews for a Newegg product by item number (or product URL): rating, title, text, pros, cons, author, date, helpful vote counts and verified-owner flag. - POST /api/newegg/products/search — Search Newegg products by keyword. Returns lightweight product cards: id (item number), title, brand, price, list_price, price_min, price_max, currency, rating, review_count, in_stock, image, seller and is_sponsored, plus the product URL. - POST /api/newegg/sellers — Get a Newegg marketplace seller store by store key (or store URL): seller name, store name, alias, rating, review_count, positive feedback rate, top-rated/hot-seller flags, follower count, legal name, logo and store location. - POST /api/newegg/sellers/products — List the products of a Newegg marketplace seller by store key (or store URL). Returns product cards: id (item number), title, brand, price, list_price, price_min, price_max, currency, rating, review_count, in_stock, image, seller and is_sponsored, plus the product URL. ### /nhs (6 endpoints) - POST /api/nhs/conditions — Get an NHS health condition article by its page identifier: title, a short summary, the meta description, the full set of article sections (symptoms, diagnosis, treatment, causes, help and support, and more — each with its heading and text), and the dates the article was published and last updated. - POST /api/nhs/conditions/search — List NHS health conditions from the A to Z index, optionally restricted to a starting letter or matched by a keyword in the title. Returns each condition's title, identifier and page URL, plus the referenced condition when an entry is a cross-reference (for example 'Acid reflux, see Heartburn and acid reflux'). - POST /api/nhs/medicines — Get an NHS medicine guide by its page identifier: title (including common brand names), a short summary, the meta description, the full set of article sections (what it is for, how and when to take it, side effects, who can and cannot take it, taking it with other medicines, pregnancy and more — each with its heading and text), and the dates the guide was published and last updated. - POST /api/nhs/medicines/search — List NHS medicines from the A to Z index, optionally restricted to a starting letter or matched by a keyword in the title. Returns each medicine's title (often with brand names in brackets), identifier and page URL, plus the referenced medicine when an entry is a cross-reference. - POST /api/nhs/services — Get an NHS service organisation's profile by its type and ODS organisation code: name, full address, phone, website, current open/closed status, geographic coordinates, reception opening times by day, the facilities it offers, the services it provides, and — for GP surgeries — the online registration link. - POST /api/nhs/services/search — Search NHS service organisations near a UK postcode by service type (GP, dentist, pharmacy, hospital, optician, mental health, sexual health, screening and many more), optionally narrowed by attributes such as accepting new patients or open now. Returns each organisation's ODS code, name, type, address, phone, distance, status flags, online registration link (GP) and profile URL, ordered nearest first. ### /niconico (9 endpoints) - POST /api/niconico/channels/search — Search Niconico official channels - POST /api/niconico/series — Get Niconico series details and its videos by ID or URL - POST /api/niconico/series/search — Search Niconico series - POST /api/niconico/users — Get Niconico user profile by ID or URL - POST /api/niconico/users/videos — List videos uploaded by a Niconico user - POST /api/niconico/videos — Get Niconico video details by ID or URL - POST /api/niconico/videos/comments — Get comments (danmaku) for a Niconico video - POST /api/niconico/videos/ranking — Get the Niconico video ranking by genre and time window - POST /api/niconico/videos/search — Search Niconico videos ### /note (6 endpoints) - POST /api/note/creators — Get a creator (author) profile by urlname or URL - POST /api/note/creators/contents — List a creator's notes (articles) by urlname or URL - POST /api/note/creators/search — Search creators (authors) by keyword - POST /api/note/notes — Get a note (article) by its key or URL - POST /api/note/notes/likes — Get the users who liked a note (article) by its key or URL - POST /api/note/notes/search — Search notes (articles) by keyword ### /npi (2 endpoints) - POST /api/npi/providers — Get a US healthcare provider's full NPI registry (NPPES) record by its 10-digit National Provider Identifier. Returns the provider type (individual or organization), enumeration and last-update dates, the basic block (name, credentials, gender, sole-proprietor flag or organization name and authorized official), taxonomies (specialties with NUCC code, license number and primary flag), practice and mailing addresses with phone and fax, additional identifiers, other names, practice locations and HIE endpoints. - POST /api/npi/providers/search — Search the US NPI registry (NPPES) for healthcare providers by name, organization, specialty (taxonomy) and location. Filter by provider type (individual / organization), first and last name, organization name, taxonomy description, city, state, postal code and country, with control over which address and name the filters apply to. Returns each matching provider's full record: type, dates, basic block, taxonomies, addresses, identifiers, other names, practice locations and endpoints. ### /npm (4 endpoints) - POST /api/npm/orgs/packages — List packages owned by an npm organization (scope) - POST /api/npm/packages — Get npm package details by package name or npm package URL - POST /api/npm/packages/downloads — Get npm package download counts for a given period - POST /api/npm/packages/search — Search npm packages by query ### /nuget (6 endpoints) - POST /api/nuget/packages — Get NuGet package details by package id or NuGet package URL - POST /api/nuget/packages/autocomplete — Autocomplete NuGet package ids by a partial query - POST /api/nuget/packages/dependencies — Get the dependencies of a NuGet package version grouped by target framework - POST /api/nuget/packages/search — Search NuGet packages by query - POST /api/nuget/packages/versions — Get the version history of a NuGet package (newest first) - POST /api/nuget/packages/vulnerabilities — Get known security vulnerabilities of a NuGet package ### /nvd (4 endpoints) - POST /api/nvd/cpes/search — Search the NVD CPE (Common Platform Enumeration) product catalog - POST /api/nvd/cves — Get a CVE vulnerability record by its CVE identifier - POST /api/nvd/cves/history — Get the NVD change history for a CVE or a date range of CVE changes - POST /api/nvd/cves/search — Search NVD CVE vulnerability records by keyword, severity, CWE, CPE, dates and more ### /nzbn (2 endpoints) - POST /api/nzbn/companies — Get a New Zealand business's full registry record from the NZBN register by its New Zealand Business Number: name, entity status and type, registration date, Australian Business Number, directors and officers, shareholders and share allocations, trading names and areas, industry classification, registered/service/postal addresses, contact details, annual return filing month, constitution status and insolvency history. - POST /api/nzbn/companies/search — Search the New Zealand Business Number register by business name or website, optionally filtered by one or more entity statuses (e.g. Registered, InLiquidation) and entity types (e.g. NZCompany, SoleTrader, Trust). Returns matching businesses with NZBN, name, status, type, trading names, previous names and industry classification. ### /oecd (3 endpoints) - POST /api/oecd/datasets — Get observations from an OECD dataset by its dataflow reference, sliced by dimension filters - POST /api/oecd/datasets/dimensions — Get the dimensions and available value codes of an OECD dataset - POST /api/oecd/datasets/search — Search the OECD catalogue for datasets by keyword ### /ofac (3 endpoints) - POST /api/ofac/parties — Get a sanctioned party from the US Treasury OFAC list by its record id - POST /api/ofac/parties/list — List sanctioned parties from the US Treasury OFAC list - POST /api/ofac/parties/search — Search the US Treasury OFAC sanctions list by name or alias ### /offshoreleaks (3 endpoints) - POST /api/offshoreleaks/nodes — Retrieve a single Offshore Leaks node (entity, officer, intermediary or address) by its id - POST /api/offshoreleaks/nodes/connections — Page through all graph connections of an Offshore Leaks node, filtered by connected node category - POST /api/offshoreleaks/search — Search the Offshore Leaks database by name across entities, officers, intermediaries and addresses ### /ollama (3 endpoints) - POST /api/ollama/models — Get Ollama model details by name or URL - POST /api/ollama/models/search — Search Ollama library models by keyword and capability - POST /api/ollama/models/tags — Get all tags (quantizations) of an Ollama model ### /onrc (1 endpoints) - POST /api/onrc/companies — Get Romanian company identity and VAT/fiscal record by fiscal code (CUI) ### /openaire (8 endpoints) - POST /api/openaire/data_sources — Get an OpenAIRE data source by its id - POST /api/openaire/data_sources/search — Search OpenAIRE data sources by name - POST /api/openaire/organizations — Get an OpenAIRE organization by its id - POST /api/openaire/organizations/search — Search OpenAIRE organizations by name, country and linked project - POST /api/openaire/projects — Get an OpenAIRE research project by its id - POST /api/openaire/projects/search — Search OpenAIRE research projects by text, funding stream, funder, organization and dates - POST /api/openaire/research_products — Get an OpenAIRE research product (publication, dataset, software) by its id or DOI - POST /api/openaire/research_products/search — Search OpenAIRE research products by text, type, date, country, access right, open-access colour, SDG, field of science, instance type, peer-review and open-science flags, funder and links ### /openalex (19 endpoints) - POST /api/openalex/authors — Get an OpenAlex author by their identifier - POST /api/openalex/authors/search — Search OpenAlex authors by query and filters - POST /api/openalex/autocomplete — Autocomplete OpenAlex entities by a partial query - POST /api/openalex/concepts — Get an OpenAlex concept by its identifier - POST /api/openalex/concepts/search — Search OpenAlex concepts by query - POST /api/openalex/funders — Get an OpenAlex funder by its identifier - POST /api/openalex/funders/search — Search OpenAlex funders by query and filters - POST /api/openalex/institutions — Get an OpenAlex institution by its identifier - POST /api/openalex/institutions/search — Search OpenAlex institutions by query and filters - POST /api/openalex/publishers — Get an OpenAlex publisher by its identifier - POST /api/openalex/publishers/search — Search OpenAlex publishers by query and filters - POST /api/openalex/sources — Get an OpenAlex source (journal, repository, conference) by its identifier - POST /api/openalex/sources/search — Search OpenAlex sources (journals, repositories) by query and filters - POST /api/openalex/topics — Get an OpenAlex topic by its identifier - POST /api/openalex/topics/search — Search OpenAlex topics by query - POST /api/openalex/works — Get an OpenAlex work (paper) by its identifier - POST /api/openalex/works/citations — List the works that cite a given OpenAlex work - POST /api/openalex/works/references — List the works referenced (cited) by a given OpenAlex work - POST /api/openalex/works/search — Search OpenAlex works (papers) by query and filters ### /opencorporates (2 endpoints) - POST /api/opencorporates/companies — Retrieve company details from OpenCorporates by jurisdiction code and company number - POST /api/opencorporates/companies/search — Search companies on OpenCorporates by name or keyword, with optional jurisdiction filter ### /openfda/device (6 endpoints) - POST /api/openfda/device/clearances — Get an FDA 510(k) device clearance by its premarket notification (K) number - POST /api/openfda/device/clearances/search — Search FDA 510(k) device clearances by applicant, device, product code, class and date - POST /api/openfda/device/events — Get an FDA MAUDE device adverse-event report by its report number - POST /api/openfda/device/events/search — Search FDA MAUDE device adverse-event reports by device, manufacturer, event type and date - POST /api/openfda/device/udi — Get an FDA GUDID unique device identifier record by its UDI-DI or public device record key - POST /api/openfda/device/udi/search — Search the FDA GUDID device identifier registry by brand, company, code, term and flags ### /openfda/drug (10 endpoints) - POST /api/openfda/drug/approvals — Get a Drugs@FDA approval record by its FDA application number - POST /api/openfda/drug/approvals/search — Search Drugs@FDA approvals by sponsor, application, product, ingredient and status - POST /api/openfda/drug/enforcement — Get an FDA drug recall enforcement report by its recall number - POST /api/openfda/drug/enforcement/search — Search FDA drug recall enforcement reports by firm, classification, status, location and date - POST /api/openfda/drug/events — Get an FDA FAERS drug adverse-event safety report by its safety report id - POST /api/openfda/drug/events/search — Search FDA FAERS drug adverse-event reports by drug, reaction, seriousness, sex and date - POST /api/openfda/drug/labels — Get an FDA drug product label (SPL) by its SPL document id or SPL set id - POST /api/openfda/drug/labels/search — Search FDA drug product labels (SPL) by name, ingredient, NDC, route, type and effective date - POST /api/openfda/drug/ndc — Get an FDA National Drug Code (NDC) directory product by its product NDC or product id - POST /api/openfda/drug/ndc/search — Search the FDA National Drug Code (NDC) directory by name, NDC, form, route and category ### /openfigi (3 endpoints) - POST /api/openfigi/instruments — Resolve a market identifier (ISIN, CUSIP, SEDOL, ticker, ...) to FIGI instrument records - POST /api/openfigi/instruments/search — Search OpenFIGI instruments by free text and facet filters - POST /api/openfigi/instruments/values — List the allowed values for an OpenFIGI filter key ### /opensanctions (5 endpoints) - POST /api/opensanctions/datasets — Get an OpenSanctions (opensanctions.org) dataset by name - POST /api/opensanctions/datasets/search — List / search the OpenSanctions (opensanctions.org) dataset catalog - POST /api/opensanctions/entities — Get OpenSanctions (opensanctions.org) entity details by id or entity URL - POST /api/opensanctions/entities/search — Search OpenSanctions (opensanctions.org) entities by keyword - POST /api/opensanctions/entities/statements — Get the provenance statements behind an OpenSanctions (opensanctions.org) entity's property values ### /opensea (12 endpoints) - POST /api/opensea/accounts — Get an OpenSea account profile by wallet address, username or ENS name - POST /api/opensea/accounts/items — List the NFTs held by an OpenSea account (wallet address, username or ENS name) - POST /api/opensea/collections — Get an OpenSea NFT collection by its slug - POST /api/opensea/collections/activity — List on-chain marketplace activity (sales, listings, offers, transfers, mints) for a collection - POST /api/opensea/collections/holders — List the holders of an OpenSea NFT collection ranked by quantity held - POST /api/opensea/collections/search — Rank and list OpenSea NFT collections by trading score (trending or top) over a time window - POST /api/opensea/collections/traits — List the trait values of an OpenSea NFT collection with per-value counts and floors - POST /api/opensea/items — Get an OpenSea NFT by its chain, contract address and token id - POST /api/opensea/items/activity — List on-chain marketplace activity (sales, listings, offers, transfers) for a single NFT - POST /api/opensea/items/search — Search and list the NFTs in an OpenSea collection, with status, trait and sort filters - POST /api/opensea/tokens — Get an OpenSea fungible token by its chain and contract address - POST /api/opensea/tokens/search — Browse and rank fungible tokens traded on OpenSea (trending, top, new) ### /opensecrets (8 endpoints) - POST /api/opensecrets/industries — Get an industry / interest-group money-in-politics profile by industry code - POST /api/opensecrets/industries/search — List economic-sector totals or browse the full industry / interest-group code catalog - POST /api/opensecrets/lobbying-clients — Get a federal lobbying client profile by organization id - POST /api/opensecrets/members — Get a member of Congress campaign-finance profile by master profile id - POST /api/opensecrets/members/search — Search and list members of Congress with campaign-finance totals - POST /api/opensecrets/organizations — Get an organization campaign-finance and lobbying profile by organization id - POST /api/opensecrets/organizations/search — Search organizations by name or list top organizations by contributions, outside spending or lobbying - POST /api/opensecrets/pacs/search — List top political action committees, top recipients of PAC money, or foreign-connected PACs ### /opensky (3 endpoints) - POST /api/opensky/states — Get the current live state vector(s) for one or more aircraft by ICAO 24-bit address - POST /api/opensky/states/search — Find live aircraft state vectors within a geographic bounding box (or globally) - POST /api/opensky/tracks — Get the live flight track (waypoints) for an aircraft by its ICAO 24-bit address ### /opentable (2 endpoints) - POST /api/opentable/restaurants/autocomplete — Autocomplete an OpenTable query into location and restaurant suggestions. Location suggestions carry metro/macro/neighborhood ids and coordinates; restaurant suggestions carry the restaurant id, name and coordinates. - POST /api/opentable/restaurants/search — Search OpenTable restaurants around a location (city, metro, neighborhood or landmark). Returns top restaurants with name, cuisines, price band, overall rating, neighborhood and a representative diner review with per-dimension ratings (food, service, ambience, value). ### /orcid (5 endpoints) - POST /api/orcid/researchers — Get an ORCID researcher profile by their ORCID iD - POST /api/orcid/researchers/fundings — Get the funding grants and awards of an ORCID researcher by their ORCID iD - POST /api/orcid/researchers/peer-reviews — Get the peer-review activity of an ORCID researcher by their ORCID iD - POST /api/orcid/researchers/search — Search ORCID researchers by name, keyword, affiliation or identifier - POST /api/orcid/researchers/works — Get the full works of an ORCID researcher by their ORCID iD ### /osm (5 endpoints) - POST /api/osm/elements — Get a raw OpenStreetMap element (node/way/relation) by type and id, with tags and metadata - POST /api/osm/geocode/lookup — Batch geocoding: resolve up to 50 known OSM ids to their structured address and place details - POST /api/osm/geocode/reverse — Reverse geocoding: resolve a latitude/longitude pair to the nearest OpenStreetMap place and address - POST /api/osm/geocode/search — Forward geocoding: resolve a free-text or structured address query to matching OpenStreetMap places - POST /api/osm/places/search — Search OpenStreetMap POIs (nodes/ways/relations) by tag within a bounding box or radius (Overpass) ### /otta (4 endpoints) - POST /api/otta/companies — Get an Otta company profile by its alias (URL-safe name) or profile URL. Returns the full enriched profile: mission and description, business sectors, total funding and individual funding rounds, investors, Glassdoor and Trustpilot ratings, diversity and employee statistics, founders, leadership, office locations, benefits, values, photos, articles, visa-sponsorship countries and the company's current live jobs. - POST /api/otta/companies/jobs — List the current live job postings of one Otta company by its alias (URL-safe name) or profile URL. Returns a compact list of open roles with their external id, title, subtitle, function and locations. Use otta/jobs with a job external id to get the full role detail. - POST /api/otta/companies/search — Search Otta tech companies. Filter by company name, employee-count band, business sectors / industries and job locations. Returns company cards with name, logo, short description, employee-count band, business sectors, total funding and the locations they hire in. - POST /api/otta/jobs — Get an Otta job posting by its external id or job URL. Returns the full role detail: title, salary range and OTE, required and desirable requirements, tech stack, what the job involves, application process, experience and days-in-office expectations, location preferences, languages, and the full enriched profile of the hiring company. ### /otzovik (8 endpoints) - POST /api/otzovik/categories — List Otzovik (otzovik.com) review objects in a category by category path or URL - POST /api/otzovik/objects — Get an Otzovik (otzovik.com) review object (product, service, place, company) by alias or review page URL - POST /api/otzovik/objects/reviews — Get Otzovik (otzovik.com) reviews for an object by alias or review page URL - POST /api/otzovik/objects/search — Search Otzovik (otzovik.com) review objects by keyword - POST /api/otzovik/reviews — Get a single Otzovik (otzovik.com) review by id or review page URL - POST /api/otzovik/reviews/comments — Get comments on an Otzovik (otzovik.com) review by review id or URL - POST /api/otzovik/users — Get an Otzovik (otzovik.com) author or official company profile by alias or profile URL - POST /api/otzovik/users/reviews — Get all reviews written by an Otzovik (otzovik.com) author by alias or profile URL ### /owler (4 endpoints) - POST /api/owler/companies — Get Owler (owler.com) company profile by alias or profile URL - POST /api/owler/companies/competitors — Get the competitor graph for an Owler (owler.com) company by alias or profile URL - POST /api/owler/companies/news — Get news, press releases, blogs and videos for an Owler (owler.com) company - POST /api/owler/companies/search — Search Owler (owler.com) companies by sector, location, type, revenue and employee filters ### /packagist (7 endpoints) - POST /api/packagist/packages — Get Packagist package details by 'vendor/package' name or package URL - POST /api/packagist/packages/advisories — Get security advisories for one or more Packagist packages - POST /api/packagist/packages/downloads — Get download statistics for a Packagist package - POST /api/packagist/packages/list — List Packagist package names, optionally filtered by vendor and package type - POST /api/packagist/packages/popular — List the most popular packages on Packagist - POST /api/packagist/packages/search — Search Packagist packages by query, with optional tag and package-type filters - POST /api/packagist/packages/versions — Get the version history of a Packagist package with dependencies and autoload data ### /pagesjaunes (5 endpoints) - POST /api/pagesjaunes/businesses — Get a PagesJaunes business (professional) by its numeric id - POST /api/pagesjaunes/businesses/reviews — Get reviews of a PagesJaunes business by its numeric id - POST /api/pagesjaunes/businesses/search — Search PagesJaunes businesses (professionals) by activity/name and location - POST /api/pagesjaunes/categories — List PagesJaunes activity categories (rubrics) used to search the directory - POST /api/pagesjaunes/people/search — Search PagesJaunes white pages by name, or reverse-lookup a phone number ### /pappers (1 endpoints) - POST /api/pappers/companies/graph — Get the corporate-network graph for a French company by SIREN ### /pararius (4 endpoints) - POST /api/pararius/agents — Get a Pararius real estate agent (makelaar) by agent URL or city/slug pair: name, tagline, about description, website, contact email, logo, office location coordinates, current offering links (rent / sale) and employees (name, position, email, photo). - POST /api/pararius/agents/properties — List the current listings offered by a single Pararius agent (makelaar), by agent URL or city/slug pair and mode (rent or buy). Returns listing cards with address, price, living area, rooms, interior, photo and the listing detail url. - POST /api/pararius/properties — Get full Pararius real estate listing details by listing URL (or city/id pair): address and neighbourhood, rental/asking price, deposit, service charge, living area, volume, plot area, number of rooms, bedrooms and bathrooms, energy label, build year, construction type, interior, dwelling type, facilities, situations, full description, photos, coordinates, selling/letting agent, nearby points of interest and the full grouped characteristics sections. - POST /api/pararius/properties/search — Search Pararius real estate listings by area (city / city area / district / neighbourhood) and mode (rent or buy), with the full Pararius filter set: property type, price range, bedrooms, rooms, living area, plot area, interior, construction type, construction year, search radius, facilities, location situations, availability, rental period and published-since. Returns listing cards with address, price, living area, rooms, interior, agent, photo and the listing detail url. ### /patentscope (2 endpoints) - POST /api/patentscope/patents — Get a patent record by its PATENTSCOPE docId - POST /api/patentscope/patents/search — Search WIPO PATENTSCOPE patent collections ### /patreon (10 endpoints) - POST /api/patreon/categories — List Patreon explore categories (topics used to browse creators). Returns each category's value (slug) and display name. - POST /api/patreon/creators — Get a Patreon creator (campaign) by vanity handle, profile URL, or numeric campaign id. Returns the public profile: name, alias, description, tagline, avatar and cover image, patron and paid-member counts, post count, native currency, social links, starting pledge amount, and the list of membership tiers. - POST /api/patreon/creators/collections — List the public collections of a Patreon creator: collection name, description, post count, member post ids, image, and url. Accepts a creator vanity handle, profile URL, or numeric campaign id. - POST /api/patreon/creators/posts — List the public posts of a Patreon creator with filters. Returns post projections: name, teaser, post_type, published date, like and comment counts, image, video duration, required tiers, poll options, and tags. Filter by post type, tag, publish year/month, and keyword; sort by newest or oldest. - POST /api/patreon/creators/products — List the shop products of a Patreon creator: product name, description, price and currency, content type, publish date, image, like count, and the linked post id. Accepts a creator vanity handle, profile URL, or numeric campaign id. - POST /api/patreon/creators/search — Search Patreon creators by keyword. Returns matching creators with id (campaign id), name, creator_name, creation_name, alias, url, image, patron count, and post count. - POST /api/patreon/creators/tags — List the creator-defined post tags of a Patreon creator (the tag directory): tag value and the number of posts carrying it. Use a tag value with patreon/creators/posts to filter that creator's posts. - POST /api/patreon/creators/tiers — List the public membership tiers of a Patreon creator: tier name, monthly price and currency, benefits, image, post count, whether it is a free tier, and remaining spots. Accepts a creator vanity handle, profile URL, or numeric campaign id. - POST /api/patreon/posts — Get a Patreon post by id or URL. Returns the public projection of the post: name, alias, url, post_type, teaser and (for public posts) full text, published date, like and comment counts, image, video duration, required tiers, poll options, and tags. - POST /api/patreon/posts/comments — List the public comments on a Patreon post: comment text, created date, like count, reply count, author (name/image/url), and whether it was posted by the creator or a patron. Accepts a post id or URL. ### /payscale (7 endpoints) - POST /api/payscale/cost_of_living — Get the Payscale cost-of-living index for a city, indexed against the national average (100): overall index plus grocery, housing, utilities, transportation, health care and miscellaneous category indexes. - POST /api/payscale/degrees — Get the Payscale salary report for a degree or field of study: pay percentiles (salary, total compensation, bonus, commission, hourly rate, profit sharing), pay by city, employer, employer type, gender, job and years of experience, job satisfaction rating and related degrees. - POST /api/payscale/employers — Get the full Payscale salary report for an employer (company): pay percentiles (salary, total compensation, bonus, commission, hourly rate, profit sharing), pay by city, degree, gender, job and years of experience, employee satisfaction ratings, benefits, peer-company comparisons, office locations and company facts. - POST /api/payscale/industries — Get the Payscale salary report for an industry: pay percentiles (salary, total compensation, bonus, commission, hourly rate, profit sharing), pay by job, currency, last-updated date and related industries. - POST /api/payscale/jobs — Get the full Payscale salary report for a job title: pay percentiles (salary, total compensation, bonus, commission, hourly rate, profit sharing), pay by experience, location, skill and employer, gender and health benefit breakdowns, job satisfaction rating, related jobs, occupational details and a career-path tree. - POST /api/payscale/jobs/reviews — Get user-written reviews for a job title: each review has the reviewer's role and location, the question prompt, a headline, the pros and cons, the employer and when it was last updated. - POST /api/payscale/schools — Get the Payscale salary report for a school's alumni: pay percentiles (salary, total compensation, bonus, commission, hourly rate, profit sharing), pay by city, degree, employer, gender, job and years of experience, job satisfaction rating and related schools. ### /pbnalog (7 endpoints) - POST /api/pbnalog/addresses/search — Search Russian mass-registration addresses (addresses shared by many legal entities, flagged by the Federal Tax Service «Прозрачный бизнес») by address text, optionally narrowed to a region. Returns each matching address, the number of legal entities registered there, and a token to list the co-located companies. - POST /api/pbnalog/companies — Look up a Russian legal entity or sole proprietor by its INN, OGRN or OGRNIP in the Federal Tax Service's «Прозрачный бизнес» (Transparent Business) service. Returns the full EGRUL/EGRIP card: registered names, status, registration dates, address, charter capital, main and additional activities (OKVED), tax authority, management and founders, SME category, and the full set of tax transparency markers — applied special tax regimes, paid taxes by budget classification, tax arrears with amounts, average headcount, tax offenses, revenue/expense financials, mass-address co-located companies and mass manager/founder flags. - POST /api/pbnalog/companies/search — Search Russian legal entities and sole proprietors in the Federal Tax Service's «Прозрачный бизнес» (Transparent Business) service by name, INN, OGRN or OGRNIP, with optional filters for subject type, region, activity (OKVED), legal-entity registry status, sole-proprietor tax regime and SME-register membership. Returns each match's INN, OGRN, name, subject type, status, registration dates, region, main activity and a token for the full company card. - POST /api/pbnalog/disqualified/search — Search the Russian Register of Disqualified Persons (Federal Tax Service «Прозрачный бизнес») by full name or company INN. Returns each disqualified person's name, birth date and place, position, the company involved, the violation, disqualification start/end dates and term, the court and the authority that issued the decision. - POST /api/pbnalog/documents/search — Search registration documents filed with the Russian Federal Tax Service («Прозрачный бизнес») by company OGRN/OGRNIP or applicant name, with optional filters for subject type, application form and submission date range. Returns each document's form code, applicant, tax office, incoming number, submission channel, decision and submission/completion dates — useful for monitoring registration actions such as director, address or reorganization changes. - POST /api/pbnalog/persons/search — Search Russian company managers and founders in the Federal Tax Service's «Прозрачный бизнес» service by full name or INN. Returns each matching person's name, INN, role (manager or founder), the number of legal entities they participate in, and a token for their participation card. - POST /api/pbnalog/restrictions/search — Search the Russian register of restrictions on participation in legal entities (Federal Tax Service «Прозрачный бизнес») by full name or INN. Returns each restricted natural person or legal entity, the restriction grounds, the related company, and the validity period. ### /petsplace (5 endpoints) - POST /api/petsplace/brands/search — List and search the brands carried by Pets Place. Returns each brand with its name, page alias, the number of products available under it, its logo image, and the brand page URL. Filter by a keyword to narrow the list to brands whose name contains it, or leave the keyword empty to list every brand. Order by popularity (most products first) or by name. - POST /api/petsplace/categories — Pets Place category taxonomy. Returns the full two-level catalog tree: top-level groups (animal / product domain) and their leaf categories, each with a product count. Pass parent to return only the leaf categories under one top-level group. - POST /api/petsplace/products — Get full Pets Place product details by product id, article number (sku), EAN, or product page URL: name, description, brand, image, gallery images, price, list_price (advised price when discounted), currency, availability, is_in_stock, condition, rating, review_count, best_rating, sku, gtin13, category breadcrumbs, product attributes (assortment, product_group, product_subgroup, life_stage, health, color, fulfillment methods), food details (composition, analysis, feeding_guideline, family), and the full specifications table. - POST /api/petsplace/products/reviews — Get customer reviews for a Pets Place product by product id (or product page URL): rating (1-5 stars), title, review text, author and date. - POST /api/petsplace/products/search — Search and filter the Pets Place catalog. Combine a keyword with any of the catalog filters (animal/domain group, leaf category, brand, product group, health/purpose, flavor, packaging, size, weight, volume, color, promotion type, availability, price range). Leave the keyword empty to list a pure filter/category selection. Returns product cards with id, sku, gtin13, name, brand, image, price, final_price, sale_price, special_type, availability, stock, and catalog attributes, plus the canonical product URL. ### /pikabu (13 endpoints) - POST /api/pikabu/communities — Get Pikabu Community - POST /api/pikabu/communities/search — Search Pikabu Communities - POST /api/pikabu/communities/stories — Get Pikabu Community Stories - POST /api/pikabu/stories — Get Pikabu Story - POST /api/pikabu/stories/comments — Get Pikabu Story Comments - POST /api/pikabu/stories/feed — Get Pikabu Stories Feed - POST /api/pikabu/stories/search — Search Pikabu Stories - POST /api/pikabu/tags/search — Search Pikabu Tags - POST /api/pikabu/tags/stories — Get Pikabu Tag Stories - POST /api/pikabu/users — Get Pikabu User - POST /api/pikabu/users/comments — Get Pikabu User Comments - POST /api/pikabu/users/search — Search Pikabu Users - POST /api/pikabu/users/stories — Get Pikabu User Stories ### /pinterest (9 endpoints) - POST /api/pinterest/boards — Get Pinterest Board - POST /api/pinterest/boards/pins — Get Pinterest Board Pins - POST /api/pinterest/boards/search — Search Pinterest Boards - POST /api/pinterest/pins — Get Pinterest Pin - POST /api/pinterest/pins/search — Search Pinterest Pins - POST /api/pinterest/users — Get Pinterest User Profile - POST /api/pinterest/users/boards — Get Pinterest User Boards - POST /api/pinterest/users/pins — Get Pinterest User Created Pins - POST /api/pinterest/users/search — Search Pinterest Users ### /polymarket (9 endpoints) - POST /api/polymarket/events — Get a Polymarket event by its id or slug - POST /api/polymarket/events/comments — Get the comments under a Polymarket event by its id or slug - POST /api/polymarket/events/search — Search and list Polymarket prediction-market events - POST /api/polymarket/markets — Get a Polymarket prediction market by its id or slug - POST /api/polymarket/markets/book — Get the live order book snapshot for a Polymarket outcome token - POST /api/polymarket/markets/history — Get the price (probability) history of a market outcome token - POST /api/polymarket/markets/holders — Get the top position holders of a Polymarket prediction market - POST /api/polymarket/markets/trades — Get the public trade feed for a Polymarket market by its condition id - POST /api/polymarket/tags — List Polymarket tags (topic categories used to organize and discover events) ### /pracuj (6 endpoints) - POST /api/pracuj/companies — Get Pracuj.pl employer profile by id - POST /api/pracuj/companies/jobs — List active Pracuj.pl job offers published by an employer - POST /api/pracuj/companies/search — Browse the Pracuj.pl employer catalog by business category, location and remote-work - POST /api/pracuj/jobs — Get Pracuj.pl job offer details by id - POST /api/pracuj/jobs/search — Search Pracuj.pl job listings by keyword and filters - POST /api/pracuj/jobs/similar — Get Pracuj.pl similar / recommended job offers for a job offer id ### /prh (4 endpoints) - POST /api/prh/companies — Get Finnish company details by Business ID (Y-tunnus) - POST /api/prh/companies/financials — List a Finnish company's digital financial statement periods by Business ID - POST /api/prh/companies/notifications — Get a Finnish company's registered notifications (public notices) by Business ID - POST /api/prh/companies/search — Search Finnish companies by name, location, business line, form or registration date ### /producthunt (23 endpoints) - POST /api/producthunt/categories — Get Product Hunt (producthunt.com) category page by slug or category URL - POST /api/producthunt/categories/list — List the full Product Hunt (producthunt.com) category taxonomy tree - POST /api/producthunt/collections — Get Product Hunt (producthunt.com) collection by slug or collection URL - POST /api/producthunt/collections/search — Browse or keyword-search Product Hunt (producthunt.com) curated collections - POST /api/producthunt/forums/search — Search Product Hunt (producthunt.com) forum threads — global trending/recent feed, per-forum listing, or keyword-filtered search - POST /api/producthunt/forums/threads — Get Product Hunt (producthunt.com) forum thread (title, body, author, forum, nested comments) by URL or forum/thread slug pair - POST /api/producthunt/launches — Get Product Hunt (producthunt.com) launch details by launch slug or launch URL - POST /api/producthunt/launches/comments — Get Product Hunt (producthunt.com) launch comments thread by launch slug or URL - POST /api/producthunt/launches/search — Search Product Hunt (producthunt.com) launches by keyword, optional topic and featured filters - POST /api/producthunt/leaderboards — Get a Product Hunt leaderboard snapshot for a given period and date. - POST /api/producthunt/products — Get Product Hunt (producthunt.com) product details by slug or product URL - POST /api/producthunt/products/alternatives — Get Product Hunt (producthunt.com) competitor product list (alternatives) by slug or product URL - POST /api/producthunt/products/customers — Get Product Hunt (producthunt.com) products that use this product - POST /api/producthunt/products/launches — Get the list of Product Hunt (producthunt.com) launches of a product by slug or product URL - POST /api/producthunt/products/reviews — Get Product Hunt (producthunt.com) product reviews by slug or product URL - POST /api/producthunt/products/search — Search Product Hunt (producthunt.com) products by keyword - POST /api/producthunt/topics — Get Product Hunt (producthunt.com) topic page by slug or topic URL - POST /api/producthunt/users — Get Product Hunt (producthunt.com) user profile by username or profile URL - POST /api/producthunt/users/collections — Get the collections (curated product lists) a Product Hunt (producthunt.com) user has created - POST /api/producthunt/users/comments — Get comments posted by a Product Hunt (producthunt.com) user, by username or profile URL - POST /api/producthunt/users/launches — Get a Product Hunt (producthunt.com) user's full maker history — launches they created - POST /api/producthunt/users/stacks — Get Product Hunt (producthunt.com) products in a user's stack by username or profile URL - POST /api/producthunt/users/upvotes — Get Product Hunt (producthunt.com) launches a user has upvoted ### /propertyfinder (5 endpoints) - POST /api/propertyfinder/agents — Get a Property Finder agent profile by id or URL: name, photo, bio, position, languages, nationality, ratings and review count, years of experience, license number, transaction count, property counts by category, agency (broker) and top locations. - POST /api/propertyfinder/agents/search — Search Property Finder agents or companies (agencies) with filters: service offered, property type specialisation, spoken language, nationality and sort. Returns agent or company cards (name, image, ratings, languages, nationality, property counts, license) plus the total available count. - POST /api/propertyfinder/locations/search — Resolve a Property Finder location (city, community or building) by name. Returns matching locations with their numeric id (use as location_id in propertyfinder/properties/search), name, slug, hierarchy path, type and coordinates. - POST /api/propertyfinder/properties — Get full Property Finder property listing details by id or URL: title, description, price (with period and currency), price per area, beds/baths/area, property type, offering type, furnishing, completion status, amenities, regulatory (RERA/DLD permit and validation), geo coordinates, gallery, agent, broker and location. - POST /api/propertyfinder/properties/search — Search Property Finder listings with rich filters: location, category (buy/rent/commercial), property type, beds, baths, price range, completion status, furnishing, area and price-per-area ranges, amenities, virtual viewings, listing recency, keywords and sort. Returns listing cards (id, title, type, price, beds/baths/area, agent, broker, verified and media flags) plus the total available count. ### /propertyguru (4 endpoints) - POST /api/propertyguru/agents — Get a PropertyGuru property agent profile by id, slug-id or agent URL: name, CEA license, job title, agency and agency license, profile image, years of service, total transactions with breakdown by type and client role, rating and review count, and languages spoken. - POST /api/propertyguru/projects — Get PropertyGuru development project details by slug-id or project URL: name, project type, developer, tenure, price per sqft range, completion year, number of floors, total units, description, address, postcode, district, facilities and images. - POST /api/propertyguru/properties — Get full PropertyGuru property listing details by id or listing URL: title, listing type, price and price per sqft, price type, bedrooms, bathrooms, floor and land area, property type, HDB type, floor level, furnishing, tenure, build year, developer, district / region / estate, street and address, postcode, geo coordinates, green score, project reference, amenities, unit features, nearby places (MRT, schools), description, images and floorplans, and the listing agent (name, CEA license, agency). - POST /api/propertyguru/properties/search — Search PropertyGuru property listings for sale or rent with a full filter set: location (free text or district), property type, price range, bedrooms, bathrooms, floor and land size, price per sqft, distance to MRT, tenure, build year, floor level, unit features, facilities, furnishing, keyword, lease term, availability and recency, plus room-rental filters (entire unit or room, room type, cooking allowance, tenant gender, maximum tenants, tenancy conditions), with ordering. Returns listing cards with id, title, price and price per sqft, bedrooms, bathrooms, floor area, property type, tenure, district, nearest MRT, photo count and the listing agent. ### /pubchem (3 endpoints) - POST /api/pubchem/compounds — Get a PubChem compound by Compound ID (CID) or compound URL - POST /api/pubchem/compounds/search — Search PubChem compounds by name, SMILES, or InChIKey - POST /api/pubchem/substances — Get a PubChem substance by Substance ID (SID) or substance URL ### /pubmed (6 endpoints) - POST /api/pubmed/articles — Get a PubMed article by its PMID - POST /api/pubmed/articles/citations — Get articles that cite a PubMed article - POST /api/pubmed/articles/references — Get the articles referenced by a PubMed article - POST /api/pubmed/articles/related — Get articles related to a PubMed article - POST /api/pubmed/articles/search — Search PubMed biomedical articles by query and filters - POST /api/pubmed/journals — Get a journal record from the NLM Catalog by NLM ID, ISSN, abbreviation, or title ### /pypi (3 endpoints) - POST /api/pypi/packages — Get PyPI package metadata by package name or project URL - POST /api/pypi/packages/files — Get the distribution files of a specific PyPI package version - POST /api/pypi/packages/releases — Get all published releases of a PyPI package with their distribution files ### /quintoandar (3 endpoints) - POST /api/quintoandar/properties — Get full QuintoAndar property details by numeric ID (or property URL): address and coordinates, listing status, rent and sale price, condominium fee, IPTU, total cost, tenant service fee, area, bedrooms, bathrooms, suites, parking, floor range, construction year, availability, visit status, condo type, published date, accepts pets, furnished, near subway, description, amenities, building installations, accessibility features, nearby places, photos and video. - POST /api/quintoandar/properties/search — Search QuintoAndar real-estate listings in a Brazilian city by location slug with rent or sale context and a full set of filters (price range, property type, area range, bedrooms, bathrooms, parking, suites, furnished, pets, near subway, availability, amenities, building installations, accessibility, sort). Returns listings with address, neighbourhood and coordinates, rent and sale price, total cost, area, bedrooms, bathrooms, suites, parking, amenities, installations, accessibility features, listing tags, images and visit status. - POST /api/quintoandar/properties/similar — Get QuintoAndar listings recommended for a given property by scope (nearby, same condominium, or same neighbourhood). Returns listings with address, neighbourhood and coordinates, rent and sale price, total cost, area, bedrooms, bathrooms, suites, parking, amenities, installations, listing tags and images. ### /quora (4 endpoints) - POST /api/quora/answers — Get a Quora answer by its permalink - POST /api/quora/questions — Get Quora question details by slug or URL - POST /api/quora/topics — Get Quora topic details by slug or URL - POST /api/quora/users — Get Quora user profile by alias or URL ### /rakuten (6 endpoints) - POST /api/rakuten/categories — Browse the Rakuten Ichiba genre (category) tree: pass a genre_id to get that genre with its breadcrumb path and child genres (each with item count), or omit it to list all top-level genres. - POST /api/rakuten/items — Get full Rakuten Ichiba item details by shop_code/item_code (or item URL): title, price range, subscription price, points, free-shipping, images, rating, review count, category, shop and SKU variants. - POST /api/rakuten/items/reviews — Get Rakuten Ichiba item reviews by shop_code/item_code (or item URL): rating, title, text, author, posted/ordered date, helpful count, purpose tags, SKU info, review images/videos and shop replies. - POST /api/rakuten/items/search — Search Rakuten Ichiba (楽天市場) items by keyword with optional filters: condition, price range, genre and sort. Returns product cards with title, price range, image, shop, rating and review count. - POST /api/rakuten/shops — Get a Rakuten Ichiba (楽天市場) shop storefront by shop_code (or shop URL): name, alias, rating, review count, logo, signboard, description and free-shipping-shop flag. - POST /api/rakuten/shops/items — List all items of a Rakuten Ichiba (楽天市場) shop by its shop code (or shop URL). Returns product cards with title, price range, image, point, free-shipping, rating, review count, category and shop. ### /rakuten_travel (5 endpoints) - POST /api/rakuten_travel/areas — Get the Rakuten Travel (楽天トラベル) area tree: every region (大地区) with its prefectures, each prefecture with its area code (alias), Japanese name and area page URL. - POST /api/rakuten_travel/hotels — Get full Rakuten Travel (楽天トラベル) hotel/ryokan details by hotelNo (or hotel URL): name, rating, review count, address, postal code, area hierarchy, check-in/out times, access and parking info, image. - POST /api/rakuten_travel/hotels/plans — Get Rakuten Travel (楽天トラベル) accommodation plans for a hotel/ryokan by hotelNo (or hotel URL) for a given stay: each plan with its name, description, period, images and bookable room types — room type, bed type, size, meal, capacity, payment options, cancellation policy, total price, price per person and points. - POST /api/rakuten_travel/hotels/reviews — Get Rakuten Travel (楽天トラベル) hotel/ryokan guest reviews by hotelNo (or hotel URL): overall rating, title, text, post date, per-category scores, review images, reviewer profile (nickname, gender, age range, trip purpose and companion) and stay details (check-in date, plan and room name). - POST /api/rakuten_travel/hotels/search — Search Rakuten Travel (楽天トラベル) hotels/ryokan by Japanese prefecture with sort order. Returns hotel cards with name, image, rating, review count, lowest reference price, access info and amenity features. ### /ratemds (6 endpoints) - POST /api/ratemds/doctors — Get a RateMDs doctor profile by slug (e.g. dr-angelo-ayar-tamarac-fl-us), numeric id or profile URL: full name, gender, credential, primary and secondary specialties, patient star rating with the four-criteria breakdown (staff, punctuality, helpfulness, knowledge), per-star distribution, review count, local ranking, biography, spoken languages, areas of expertise, education, accepted insurance plans, awards, publications, office locations and affiliated facilities. - POST /api/ratemds/doctors/reviews — Get patient reviews for a RateMDs doctor by slug, numeric id or profile URL. Covers both native RateMDs reviews (with the staff, punctuality, helpfulness and knowledge sub-ratings, helpful votes and appointment type) and partner reviews (with a review title), or restrict to one source. Each review has the overall star rating, text, reviewer name and date. - POST /api/ratemds/doctors/search — Search RateMDs doctors within a country market (US, Canada, UK, Australia & New Zealand, India, South Africa), optionally narrowed by region and city path and by specialty, gender, verified status, accepting-new-patients, online-scheduling and virtual-visit filters. Returns name, specialty, image, verification and availability flags, patient star rating with the four-criteria breakdown, review count, practice location and a review snippet for each provider. - POST /api/ratemds/facilities — Get a RateMDs facility (clinic, hospital or urgent care center) by slug or URL: name, category, address, city, phone, website, coordinates, patient star rating with the four-criteria breakdown (cleanliness, facilities, services, value), review count, local ranking, the providers practicing there and patient reviews. - POST /api/ratemds/facilities/search — Search RateMDs healthcare facilities (clinics, hospitals, urgent care centers) within a country market (US, Canada, UK, Australia & New Zealand, India, South Africa), optionally narrowed by region and city path and by a name query. Returns each facility's name, star rating, local rank, city and profile URL. - POST /api/ratemds/specialties — List all RateMDs medical specialties with their slugs (used as the specialty filter for doctor search), plural name, whether the specialty holds a doctorate and a short description. ### /rdap (5 endpoints) - POST /api/rdap/autnums — Look up registration data for an Autonomous System Number via RDAP - POST /api/rdap/domains — Look up registration data for a domain name via RDAP - POST /api/rdap/entities — Look up registration data for a registry entity (contact) by its handle via RDAP - POST /api/rdap/ips — Look up registration data for an IP network via RDAP - POST /api/rdap/nameservers — Look up registration data for a nameserver by its hostname via RDAP ### /reddit (11 endpoints) - POST /api/reddit/posts — Get Reddit Post - POST /api/reddit/posts/comments — Get Reddit Post Comments - POST /api/reddit/search/posts — Reddit Search Posts - POST /api/reddit/search/subreddits — Reddit Search Subreddits - POST /api/reddit/search/users — Reddit Search Users - POST /api/reddit/subreddits — Get Reddit Subreddit - POST /api/reddit/subreddits/popular — Get Popular Reddit Subreddits - POST /api/reddit/subreddits/posts — Get Reddit Subreddit Posts - POST /api/reddit/user — Get Reddit User Profile - POST /api/reddit/user/comments — Get Reddit User Comments - POST /api/reddit/user/posts — Get Reddit User Posts (Submitted) ### /redfin (4 endpoints) - POST /api/redfin/properties — Get full Redfin property details by property URL: address, price, predicted value, last sold price/date, beds, baths, sqft, lot size, year built, stories, property type, HOA, MLS id and status, days on market, latitude/longitude, photos, listing description, listing agents/brokers and the full amenity breakdown (parking, interior, exterior, utilities, etc.). - POST /api/redfin/properties/history — Get the price and listing history of a Redfin property by its URL. Returns chronological events (listed, sold, price changed, relisted, etc.) with event_description, price, event_date and data source. - POST /api/redfin/properties/schools — Get the schools near a Redfin property by its URL. Returns nearby schools with name, institution type, grade ranges, GreatSchools and parent ratings, distance, student count, student-to-teacher ratio, review count, district name and whether each serves this home. - POST /api/redfin/properties/search — Search Redfin homes for sale in a region (city/neighborhood/ZIP region id). Returns property cards with price, beds, baths, sqft, price_per_sqft, lot_size, year_built, property_type, full address (street_line, city, state, zip), latitude/longitude, days_on_market, MLS id and status, listing agent/broker, description and key facts. ### /reed (4 endpoints) - POST /api/reed/companies — Get a Reed company profile and its current job listings by company profile ID (or company job-list URL): company name, alias, logo, banner, total job count and the company's jobs. - POST /api/reed/jobs — Get full Reed job details by job ID (or job URL): title, full description, salary, location, posting company, sector, contract type, employment hours, posting/expiry dates and job flags. - POST /api/reed/jobs/search — Search Reed jobs by keywords and location. Returns job cards: id, url, title, description, salary, location, remote option, posting company and dates. Filter by distance, salary range, job type, who posted, sector, remote, date posted and graduate/visa-sponsorship/easy-apply/early-bird/hide-training-jobs flags. - POST /api/reed/jobs/similar — Get jobs Reed recommends as similar to a given job (by job ID or URL). Returns job cards with the same shape as the job details endpoint: title, description, salary, location, posting company, contract type and flags. ### /remoteok (2 endpoints) - POST /api/remoteok/jobs — Get a single RemoteOK job posting by id, slug, or URL - POST /api/remoteok/jobs/search — Search remote jobs on RemoteOK, optionally filtered by one or more tags ### /replicate (6 endpoints) - POST /api/replicate/collections — Get a Replicate collection by slug or URL, with its models - POST /api/replicate/collections/search — List all Replicate collections - POST /api/replicate/models — Get Replicate model details by identifier or URL - POST /api/replicate/models/examples — Get example predictions for a Replicate model by identifier or URL - POST /api/replicate/models/search — Search Replicate models by keyword - POST /api/replicate/models/versions — Get the version history of a Replicate model by identifier or URL ### /reuters (1 endpoints) - POST /api/reuters/articles/search — List the latest Reuters articles, newest first, optionally limited to a single section (world, business, markets, sustainability, legal, technology, science, sports, lifestyle, commentary, podcasts, fact-check). Each item carries the article web_url, slug, headline, section, publish time, lead image and caption. ### /rightmove (5 endpoints) - POST /api/rightmove/agents — Get a Rightmove estate agent (branch) profile by branch ID (or agent profile URL): branch and brand names, company, address, phone numbers, logos, location, the services offered and how many sales/lettings properties the branch currently advertises. - POST /api/rightmove/agents/properties — List the properties an estate agent (branch) currently advertises on Rightmove, for sale or to rent. Returns the same property cards as the property search endpoint. - POST /api/rightmove/locations/search — Resolve a location name (town, region, postcode or outcode) into Rightmove location identifiers. Returns matches with location_id, type and display_name. Feed location_id into the rightmove/properties/search endpoint. - POST /api/rightmove/properties — Get full Rightmove property details by property ID (or property URL): address, price, transaction type, property sub-type, bedroom/bathroom counts, description, key features, images, floorplans, EPC graphs, coordinates, nearest stations, tenure, council tax band, size and the marketing agent. - POST /api/rightmove/properties/search — Search Rightmove properties for sale or to rent within a location. Returns property cards: id, url, address, summary, property sub-type, bedroom/bathroom counts, price, coordinates, images, tenure, listing dates and the marketing branch. Filter by radius, price range, bedrooms, property type and sort order. ### /rikunabi (3 endpoints) - POST /api/rikunabi/companies — Get Rikunabi NEXT company details by id - POST /api/rikunabi/jobs — Get Rikunabi NEXT job details by job key - POST /api/rikunabi/jobs/search — Search Rikunabi NEXT jobs by keyword and filters ### /rmsp (2 endpoints) - POST /api/rmsp/companies — Look up a Russian SME-register subject by its INN, OGRN or OGRNIP in the Federal Tax Service's Register of Small and Medium-sized Enterprises: registered name, subject type (legal entity or sole proprietor), SME category (micro/small/medium), registry status and registration dates, main activity (OKVED) code and name, region and locality, average headcount, and registry flags (newly created, social enterprise, support recipient, licenses, contracts, high-tech, partnership). - POST /api/rmsp/companies/search — Search the Russian SME register (Federal Tax Service) by name, owner, region, activity (OKVED) and other criteria. Returns each matching subject's INN, OGRN, name, type (legal entity or sole proprietor), SME category, registry status and dates, region/locality, main activity, headcount and registry flags. Provide a query or a region. ### /ror (2 endpoints) - POST /api/ror/organizations — Get a research organization from ROR by its identifier - POST /api/ror/organizations/search — Search research organizations on ROR by query and filters ### /rosreestr (3 endpoints) - POST /api/rosreestr/objects — Get EGRN details of a Russian real-estate object by its cadastral number - POST /api/rosreestr/objects/parts — List premises and parking spaces contained in a building, by its objdoc_id and registers_id - POST /api/rosreestr/objects/search — Search Russian real-estate objects in the EGRN cadastre by cadastral number or address ### /rottentomatoes (13 endpoints) - POST /api/rottentomatoes/celebrities — Get a Rotten Tomatoes celebrity by slug or URL: name, photo, birthday, birthplace, highest/lowest rated titles, biography and full filmography (movies and TV) with per-title scores, credits and roles. - POST /api/rottentomatoes/critics — Get a Rotten Tomatoes critic profile by slug or URL: name, photo, Top Critic status, biography, publications, follower counts and their reviews with the reviewed titles and scores. - POST /api/rottentomatoes/movies — Get full Rotten Tomatoes movie details by slug or URL: Tomatometer (critics) and Popcornmeter (audience) scores, critics consensus, synopsis, genres, MPAA rating, runtime, release dates, cast and crew, where to watch and box office. - POST /api/rottentomatoes/movies/cast — Get the full cast and crew of a Rotten Tomatoes movie by slug or URL: actors with characters and crew with their credits, plus photos. - POST /api/rottentomatoes/movies/reviews — Get critic or audience reviews of a Rotten Tomatoes movie by slug or URL: reviewer, publication, fresh/rotten sentiment, original score, quote and date. Filter to Top Critics or verified audience. - POST /api/rottentomatoes/movies/search — Browse and discover Rotten Tomatoes movies with faceted filters: collection (in theaters, at home, coming soon), sort, genres, MPAA ratings, Tomatometer and Popcornmeter status and streaming providers. Returns titles with both scores and poster. - POST /api/rottentomatoes/movies/similar — Get 'More Like This' recommendations for a Rotten Tomatoes movie by slug or URL: related titles with Tomatometer and Popcornmeter scores and poster. - POST /api/rottentomatoes/search — Search Rotten Tomatoes by keyword across movies, TV shows and celebrities. Returns mixed results with result_type, name, scores and poster; optionally restrict to a single kind. - POST /api/rottentomatoes/tv — Get full Rotten Tomatoes TV show details by slug or URL: average Tomatometer (critics) and Popcornmeter (audience) scores, critics consensus, synopsis, genres, TV rating, network, seasons list with per-season scores, cast and crew and where to watch. - POST /api/rottentomatoes/tv/cast — Get the full cast and crew of a Rotten Tomatoes TV show by slug or URL: actors with characters and crew with their credits, plus photos. - POST /api/rottentomatoes/tv/reviews — Get critic or audience reviews of a Rotten Tomatoes TV season by show slug and season number: reviewer, publication, fresh/rotten sentiment, original score, quote and date. Filter to Top Critics or verified audience. - POST /api/rottentomatoes/tv/search — Browse and discover Rotten Tomatoes TV shows with faceted filters: sort, genres, TV ratings, Tomatometer and Popcornmeter status and streaming providers. Returns titles with both scores and poster. - POST /api/rottentomatoes/tv/seasons — Get a single Rotten Tomatoes TV season by show slug and season number: per-season Tomatometer and Popcornmeter scores, synopsis, episodes list, cast and crew and season info. ### /rues (4 endpoints) - POST /api/rues/cameras — List all RUES chambers of commerce (cámaras de comercio) - POST /api/rues/companies — Get a Colombian company record from RUES by internal id, NIT or registration number - POST /api/rues/companies/search — Search Colombian companies in the RUES mercantile registry by name or identification number - POST /api/rues/departments — List all Colombian departments (departamentos) registered in RUES ### /rusprofile (7 endpoints) - POST /api/rusprofile/companies — Get a Russian company by INN, OGRN or internal id: name, full legal name, status, INN/KPP/OGRN and statistics codes (OKPO/OKATO/OKTMO/OKFS/OKOGU/OKOPF), director, charter capital, registration date, address with region and postal code, primary activity (OKVED) and tax authority. - POST /api/rusprofile/companies/arbitrations — Get arbitration (commercial-court) cases for a Russian company by INN, OGRN or internal id. Each case lists the case number and date, status, outcome, category and type, claim amount, plaintiffs, defendants and third parties (with their Rusprofile ids), court instances with events, and the KAD (kad.arbitr.ru) case link. - POST /api/rusprofile/companies/connections — Get the affiliation graph of a Russian company by INN, OGRN or internal id — connected legal entities and individuals (subsidiaries, founders, directors, successors and other relations). Each connection lists the entity id, type (company/person), status, Rusprofile url (and id for the company endpoint) and the relations to the root company with their actuality and start/end dates. - POST /api/rusprofile/companies/enforcements — Get enforcement proceedings (ФССП / Federal Bailiffs Service) for a Russian company by INN, OGRN or internal id. Each proceeding lists the case number and date, status, claim amount and outstanding balance, the enforcement subject, closing reason, the underlying document, the creditor (with Rusprofile id) and the bailiff department. - POST /api/rusprofile/companies/general-court-cases — Get general-jurisdiction (non-arbitration) court cases for a Russian company by INN, OGRN or internal id. Each case lists the case number and date, status, proceeding type and category, the court and judge, plaintiffs, defendants, representatives and third parties, the case movement events, and the court source link. - POST /api/rusprofile/companies/procurements — Get public-procurement records (44-FZ / 223-FZ) for a Russian company by INN, OGRN or internal id. Each record lists the purchase number and date, the governing law, status (won/lost), the procurement subjects, the customer (with Rusprofile id), participants, initial price and winning offer, the selection method and the zakupki.gov.ru source link. - POST /api/rusprofile/companies/search — Search Russian companies and sole proprietors by name, INN, OGRN or a person's full name. Returns matching organizations with id, name, INN, OGRN, region, address, CEO, primary activity (OKVED), charter capital, latest annual revenue and registration date. ### /russianemirates (2 endpoints) - POST /api/russianemirates/events — Get full Russian Emirates event details by event slug or event page URL: title, description, image, start and end date, emirate, country, venue, geo coordinates, organizer, ticket price and currency, ticket url, categories and source url. - POST /api/russianemirates/events/search — Search and list Russian Emirates events in the UAE. Filter the upcoming events by keyword, category, emirate and event date range; set archive to browse the full chronological catalogue of past and upcoming events instead. Each event has title, alias, image, start and end date, emirate, country, view count and source url. ### /rutube (9 endpoints) - POST /api/rutube/channels — Get a channel by its id or URL - POST /api/rutube/channels/search — Search channels by keyword - POST /api/rutube/channels/videos — List the videos of a channel - POST /api/rutube/shows/search — Search TV shows and series by keyword - POST /api/rutube/videos — Get a video by its id or URL - POST /api/rutube/videos/category — List videos in a category - POST /api/rutube/videos/comments — Get the comments of a video - POST /api/rutube/videos/related — Get videos related to a video - POST /api/rutube/videos/search — Search videos by keyword ### /salarycom (3 endpoints) - POST /api/salarycom/cost_of_living — Get Salary.com (salary.com) cost of living for a city: total monthly cost for singles and families, how it compares to the national and state average, and a breakdown by expense category (housing, food, energy, transportation, healthcare). - POST /api/salarycom/salaries — Get Salary.com (salary.com) salary data for a job title: national pay percentiles, hourly rate, total compensation, salary by state and top-paying cities, by-skill and by-education pay, career-level progression, historical medians and related jobs. - POST /api/salarycom/salaries/search — Search Salary.com (salary.com) for salaries (job titles), companies, skills, articles or blog posts by keyword. ### /samgov (6 endpoints) - POST /api/samgov/entities — Get a SAM.gov registered entity (federal contractor) by its Unique Entity ID (UEI) - POST /api/samgov/entities/search — Search SAM.gov registered entities (federal contractors) by name, NAICS, or state - POST /api/samgov/exclusions — Get a federal exclusion (debarment / ineligible) record by id - POST /api/samgov/exclusions/search — Search the federal exclusion (debarment / ineligible) list - POST /api/samgov/opportunities — Get federal contract opportunity details by notice id - POST /api/samgov/opportunities/search — Search U.S. federal contract opportunities by keyword ### /samsunggalaxy (5 endpoints) - POST /api/samsunggalaxy/apps — Get Samsung Galaxy Store app details by Android package name or app URL - POST /api/samsunggalaxy/apps/reviews — Get Samsung Galaxy Store app user reviews by Android package name or app URL - POST /api/samsunggalaxy/apps/search — Search Samsung Galaxy Store apps by keyword - POST /api/samsunggalaxy/apps/similar — Get similar and frequently-installed-together apps for a Samsung Galaxy Store app - POST /api/samsunggalaxy/apps/suggest — Autocomplete Samsung Galaxy Store search keywords ### /saramin (9 endpoints) - POST /api/saramin/companies — Get Saramin company profile by id - POST /api/saramin/companies/finances — Get Saramin company financial disclosures by id - POST /api/saramin/companies/jobs — Get a Saramin company's active job postings by id - POST /api/saramin/companies/reviews — Get Saramin company employee-review statistics by company id - POST /api/saramin/companies/salaries — Get Saramin company salary statistics by id - POST /api/saramin/interviews/search — Search Saramin interview reviews by company and filters - POST /api/saramin/jobs — Get Saramin job posting details by id - POST /api/saramin/jobs/search — Search Saramin job postings by keyword and filters - POST /api/saramin/salaries/search — Search Saramin company salary data by company name ### /sat (3 endpoints) - POST /api/sat/taxpayers — Get a Mexican taxpayer's blacklist records by RFC - POST /api/sat/taxpayers/list — List taxpayers from a Mexican SAT blacklist - POST /api/sat/taxpayers/search — Search the Mexican SAT taxpayer blacklists by RFC or name ### /sbis (2 endpoints) - POST /api/sbis/contragents — Get a Russian company or sole proprietor (contractor) by INN, OGRN or company profile URL: short and full legal name, INN/KPP/OGRN/OKPO/OKTMO, Pension Fund / Social Insurance registration numbers, registration date, legal address, annual revenue, charter capital, director, primary activity (OKVED), branch addresses, section counters, company rating and employer rating. - POST /api/sbis/contragents/search — Search Russian companies and sole proprietors (contractors) by name, INN, OGRN or other requisites. Returns a list with name, INN/KPP/OGRN/OKPO, region, category, address, registration date, revenue, director and primary activity code. Supports region and industry-category filtering and ordering by relevance or revenue. ### /securityheaders (1 endpoints) - POST /api/securityheaders/scans — Scan a site's HTTP response security headers and grade them via SecurityHeaders.com ### /sedar (2 endpoints) - POST /api/sedar/issuers — Get a full SEDAR+ profile by profile number (company, individual, third-party filer or investment fund) - POST /api/sedar/issuers/search — Search SEDAR+ profiles (companies, investment funds, fund groups, industry participants, third party filers) by name/number with the full advanced-search filter surface ### /seedrs (5 endpoints) - POST /api/seedrs/businesses — Get Seedrs (Republic Europe) funded company (secondary market) profile by slug or URL - POST /api/seedrs/businesses/search — Search Seedrs (Republic Europe) secondary-market funded companies with filters and sort - POST /api/seedrs/campaigns — Get Seedrs (Republic Europe) equity crowdfunding campaign details by slug or URL - POST /api/seedrs/campaigns/search — Search Seedrs (Republic Europe) live equity crowdfunding campaigns with filters and sort - POST /api/seedrs/campaigns/upcoming — List Seedrs (Republic Europe) upcoming pre-registration (launching soon) campaigns ### /seek (2 endpoints) - POST /api/seek/jobs — Get a full SEEK job ad by id or job URL: title, abstract, full HTML and plain-text description, salary, classification and subclassification, work type, location, advertiser (id, name, verified status, registration date), status and expiry, phone number, listed and expiry dates, company branding logo and cover images, promotional video, key selling-point bullets, screening questions, and recruiter contacts. - POST /api/seek/jobs/search — Search SEEK job ads by keyword and location with filters (classification, subclassification, work type, work arrangement, salary range, listing date, sort order). Returns job cards with id, title, teaser, salary, company, classifications, work types and arrangements, locations, key bullet points, featured flag, listing date, and company logo. ### /seekingalpha (1 endpoints) - POST /api/seekingalpha/quotes — Get market quote and key fundamentals for one or more ticker symbols ### /seloger (2 endpoints) - POST /api/seloger/listings — Get full SeLoger real estate listing details by listing id (or listing URL): title, property type, transaction type, price and price per m², living area, number of rooms and bedrooms, floor, energy (DPE) and greenhouse gas (GES) classes, address (city, zip code, district, region), nearby transport lines, headline and full description, energy features, co-ownership facts, grouped characteristics, photos, floorplans, virtual tours and videos, and the listing agency. - POST /api/seloger/listings/search — Search SeLoger real estate listings by location (city, arrondissement, neighbourhood or postal code) with mode (achat/location), property type, price, area and room filters and ordering. Returns listing cards with title, property type, price, price per m², living area, rooms, bedrooms, energy class, description, tags, address, photos, the listing detail url and the listing agency. ### /semanticscholar (4 endpoints) - POST /api/semanticscholar/authors — Get a Semantic Scholar author by id - POST /api/semanticscholar/authors/search — Search Semantic Scholar authors by query - POST /api/semanticscholar/papers — Get a Semantic Scholar paper by its identifier (S2 id, DOI, ArXiv id, CorpusId, etc.) - POST /api/semanticscholar/papers/search — Search Semantic Scholar papers by query ### /shopify (4 endpoints) - POST /api/shopify/collections — Get a single collection from any Shopify store by store domain and collection handle (or URL): title, description, image, product_count, and timestamps. - POST /api/shopify/collections/products — List the products within a collection of any Shopify store by store domain and collection handle (or URL): title, brand, product_type, tags, description, image and images, options, and all variants with price, list_price, sku, availability, weight and shipping flags. - POST /api/shopify/products — Get full product details from any Shopify store by store domain and product handle (or URL): title, brand, product_type, tags, description, image and images, options, and all variants with price, list_price, sku, barcode, availability, inventory quantity and policy, weight and shipping flags. - POST /api/shopify/products/search — List products from any Shopify store by store domain: title, brand, product_type, tags, description, image and images, options, and all variants with price, list_price, sku, availability, weight and shipping flags. ### /showman (2 endpoints) - POST /api/showman/events — Get full Showman event details by event slug or event page URL: title, description, image(s), genres, start and end date, city, venue, address, country, price range and currency, ticket url, event status, language and the full schedule of sessions (date, city, venue, address, price range and ticket link). - POST /api/showman/events/search — Search and list Showman events (Russian-language concerts, theatre, shows and stand-up in Israel). Filter by free-text keyword, genre or city, and sort the results. Each event has id, title, alias, source_url, description, image(s), category, genres and currency. ### /similarweb (1 endpoints) - POST /api/similarweb/websites/search — Top websites ranking by monthly visits, filterable by country and industry category ### /simplyhired (2 endpoints) - POST /api/simplyhired/jobs — Get SimplyHired job details by job key - POST /api/simplyhired/jobs/search — Search SimplyHired jobs by keyword, location, and filters ### /sirene (4 endpoints) - POST /api/sirene/companies — Get French company details by SIREN - POST /api/sirene/companies/nearby — Find French companies with an establishment within a radius of a geographic point - POST /api/sirene/companies/officers — List officers (dirigeants) of a French company by SIREN - POST /api/sirene/companies/search — Search French companies by name, brand, or keywords with optional registry filters ### /sitejabber (3 endpoints) - POST /api/sitejabber/businesses — Get Sitejabber (smartcustomer.com) business reputation profile by website domain or review page URL - POST /api/sitejabber/businesses/reviews — Get Sitejabber (smartcustomer.com) customer reviews for a business by website domain - POST /api/sitejabber/businesses/search — Search businesses on Sitejabber (smartcustomer.com) by keyword ### /skyscanner (7 endpoints) - POST /api/skyscanner/flights/dates — Find the cheapest Skyscanner flight price for each nearby departure date (and, for round trips, each nearby return date) around a requested date — the flexible-dates price grid. Origin and destination are Skyscanner place entity ids (resolve them via the places autosuggest). For round trips also pass a return date; the result is then a grid of departure x return date combinations. Each cell carries the cheapest total price, the cheapest non-stop price and the cheapest price with stops (in the requested currency), plus availability and a price-level indicator highlighting unusually low fares. - POST /api/skyscanner/flights/prices/bands — Get the historical price distribution (price bands) for a flight route between two places by entity id for a given date, cabin class and trip type. Returns the typical price spread — low (20th percentile), median and high (80th percentile) price points plus the lower and upper outlier bounds, all in the market currency, along with the season the aggregation covers. Use it to judge whether a live fare is cheap or expensive versus what this route normally costs. For round trips also pass a return date. Origin and destination are Skyscanner place entity ids (resolve them via the places autosuggest). - POST /api/skyscanner/flights/prices/calendar — Get the cheapest available flight price for each day over the coming year for a route between two places (identified by their Skyscanner sky ids). Returns a day-by-day calendar with the lowest price, currency and a relative price tier (low, medium or high) for each date, letting you spot the cheapest days to fly. Resolve the origin and destination sky ids from the places search endpoint. - POST /api/skyscanner/flights/prices/months — Get the cheapest flight price for each upcoming month between two places by entity id. Returns a calendar of monthly lowest prices (one entry per month for the next year) with the year and month, the cheapest price and currency, and a relative price level (low, lowest) marking the best-value months. Origin and destination are Skyscanner place entity ids (resolve them via the places autosuggest). Prices are indicative lowest fares and change frequently. - POST /api/skyscanner/flights/search — Search Skyscanner flights between two places by entity id for a given date, cabin class and passenger count. Returns ranked itineraries with total price, per-agent booking prices and deeplinks, full leg and segment details (airports, departure/arrival times, duration, stop count), operating and marketing airlines, fare change/refund policy and an eco (CO2) contender delta. For round trips also pass a return date. Origin and destination are Skyscanner place entity ids (resolve them via the places autosuggest). - POST /api/skyscanner/places/search — Resolve a place name, city or airport into Skyscanner place identifiers via autosuggest. Returns ranked matches with the entity id (used as origin/destination in flights search), sky id, IATA code (city metro code, e.g. LON for London), display name, place type (airport, city or country), parent city, country and coordinates. Use this to turn a human place name into the entity ids required by the flights search endpoint. - POST /api/skyscanner/stays/search — Search Skyscanner hotels for a destination (by place entity id) for a check-in/check-out date range, guest and room count. Returns ranked hotels with name, star rating, guest review score and count, the cheapest nightly and total price (with and without taxes and any discount), distance to a nearby landmark, full address, postcode, neighbourhood and exact coordinates, photos and a link to the hotel page. The destination is a Skyscanner place entity id (resolve it via the places autosuggest). ### /smartrecruiters (2 endpoints) - POST /api/smartrecruiters/jobs — Get a single SmartRecruiters job posting by company board handle and posting id: name, reference number, release date, location (city, region, country, remote/hybrid flags, coordinates), industry, function, department, type of employment, experience level, language, custom fields, structured job-ad sections (company description, job description, qualifications, additional information as HTML), creator, posting and apply URLs, active flag and visibility. - POST /api/smartrecruiters/jobs/search — List job postings from a company's SmartRecruiters career board by board handle, optionally narrowed by keyword, country, region, city, department or a custom field. Each posting includes name, reference number, release date, location, industry, function, department, type of employment, experience level, language and custom fields. ### /snapdeal (4 endpoints) - POST /api/snapdeal/products — Get full Snapdeal product details by product id (or product URL): title, brand, price, list_price, discount, currency, image and gallery, rating, ratings and reviews count, availability, highlights, specifications, breadcrumbs, description and seller. - POST /api/snapdeal/products/questions — Get customer questions and answers for a Snapdeal product by product id (or product URL): question text, author, date, answer count, votes, and the answers for each question. - POST /api/snapdeal/products/reviews — Get customer reviews for a Snapdeal product by product id (or product URL): rating (1-5), title, review text, author, date, verified-buyer flag and helpful count. Supports sorting and star-rating filtering. - POST /api/snapdeal/products/search — Search Snapdeal products by keyword with optional sort and price range filters. Returns id, title, price, list_price, discount, currency, image, rating, rating_count and product url. ### /snapshot (13 endpoints) - POST /api/snapshot/networks — Get a Snapshot-supported network by its chain id - POST /api/snapshot/networks/search — List the blockchains supported by Snapshot - POST /api/snapshot/proposals — Get a Snapshot governance proposal by its id - POST /api/snapshot/proposals/search — Search and list Snapshot governance proposals by keyword, space, author, state, type and date ranges - POST /api/snapshot/spaces — Get a Snapshot governance space (DAO) by its id - POST /api/snapshot/spaces/followers — List the followers of a Snapshot governance space - POST /api/snapshot/spaces/leaderboard — Rank the most active voters within a Snapshot governance space - POST /api/snapshot/spaces/search — Search and list Snapshot governance spaces (DAOs) by keyword, network and category - POST /api/snapshot/strategies — Get a Snapshot voting strategy by its id - POST /api/snapshot/strategies/search — List the catalog of Snapshot voting strategies - POST /api/snapshot/users — Get a Snapshot voter profile by wallet address - POST /api/snapshot/users/follows — List the Snapshot spaces a wallet address follows - POST /api/snapshot/votes/search — Search and list Snapshot votes by proposal, voter address, or space ### /socialblade/facebook (4 endpoints) - POST /api/socialblade/facebook/pages — Get Social Blade statistics for a Facebook page by ID, vanity name, or URL. - POST /api/socialblade/facebook/pages/history — Get daily, weekly, or monthly Facebook page history from Social Blade. - POST /api/socialblade/facebook/pages/search — Search Facebook pages on Social Blade by name or vanity. - POST /api/socialblade/facebook/pages/top — Get the Social Blade Facebook leaderboard: top pages by likes or talking about. ### /socialblade/instagram (3 endpoints) - POST /api/socialblade/instagram/users — Get Social Blade statistics for an Instagram user by ID, username, or URL. - POST /api/socialblade/instagram/users/search — Search Instagram users on Social Blade by name or username. - POST /api/socialblade/instagram/users/top — Get the Social Blade Instagram leaderboard: top users by followers. ### /socialblade/tiktok (4 endpoints) - POST /api/socialblade/tiktok/users — Get Social Blade statistics for a TikTok user by ID, @username, or URL. - POST /api/socialblade/tiktok/users/history — Get daily, weekly, or monthly TikTok user history from Social Blade. - POST /api/socialblade/tiktok/users/search — Search TikTok users on Social Blade by name or username. - POST /api/socialblade/tiktok/users/top — Get the Social Blade TikTok leaderboard: top users by followers or likes. ### /socialblade/twitch (4 endpoints) - POST /api/socialblade/twitch/users — Get Social Blade statistics for a Twitch user by ID, login, or URL. - POST /api/socialblade/twitch/users/history — Get daily, weekly, or monthly Twitch user follower history from Social Blade. - POST /api/socialblade/twitch/users/search — Search Twitch users on Social Blade by name or login. - POST /api/socialblade/twitch/users/top — Get the Social Blade Twitch leaderboard: top users by followers. ### /socialblade/youtube (4 endpoints) - POST /api/socialblade/youtube/channels — Get Social Blade statistics for a YouTube channel by ID, @handle, username, or URL. - POST /api/socialblade/youtube/channels/history — Get daily, weekly, or monthly YouTube channel history from Social Blade. - POST /api/socialblade/youtube/channels/search — Search YouTube channels on Social Blade by name or handle. - POST /api/socialblade/youtube/channels/top — Get the Social Blade YouTube leaderboard: top channels by subscribers, views, or videos. ### /softwareadvice (5 endpoints) - POST /api/softwareadvice/categories — List Software Advice (softwareadvice.com) software categories and their listing URLs - POST /api/softwareadvice/products — Get Software Advice (softwareadvice.com) product details by category-scoped profile path or URL - POST /api/softwareadvice/products/alternatives — Get Software Advice (softwareadvice.com) product alternatives by profile path or URL - POST /api/softwareadvice/products/reviews — Get Software Advice (softwareadvice.com) product reviews by category-scoped profile path or URL - POST /api/softwareadvice/products/search — List Software Advice (softwareadvice.com) products within a category, with filtering and sorting ### /solscan (17 endpoints) - POST /api/solscan/accounts — Get a Solana account's overview by its address - POST /api/solscan/accounts/defi-activities — List the DeFi (DEX) trading activity of a Solana account by its address - POST /api/solscan/accounts/portfolio — List the DeFi liquidity positions of a Solana account by its address - POST /api/solscan/accounts/search — List top Solana accounts ranked by SOL, token, stake or total value - POST /api/solscan/accounts/stakes — List the stake accounts of a Solana account by its address - POST /api/solscan/accounts/tokens — List the SPL token holdings of a Solana account by its address - POST /api/solscan/accounts/transactions — List the transaction history of a Solana account by its address - POST /api/solscan/accounts/transfers — List the token and SOL transfer history of a Solana account by its address - POST /api/solscan/blocks — Get a Solana block's details by its slot number - POST /api/solscan/tokens — Get a Solana token's profile and market data by its mint address - POST /api/solscan/tokens/holders — List the largest holders of a Solana token by its mint address - POST /api/solscan/tokens/markets — List the DEX markets (liquidity pools) for a Solana token by its mint address - POST /api/solscan/tokens/price-history — Get the daily USD price history of a Solana token over a date range - POST /api/solscan/tokens/search — List top Solana tokens ranked by market cap, price, holders or TVL - POST /api/solscan/tokens/transfers — List the transfer history of a Solana token by its mint address - POST /api/solscan/transactions — Get a Solana transaction's full details by its signature - POST /api/solscan/transactions/search — List the latest transactions on the Solana network ### /sourceforge (7 endpoints) - POST /api/sourceforge/projects — Get SourceForge project metadata by shortname/slug or project URL - POST /api/sourceforge/projects/downloads — Get SourceForge project download statistics over a date range - POST /api/sourceforge/projects/files — List the top-level file releases and folders of a SourceForge project - POST /api/sourceforge/projects/reviews — List user reviews of a SourceForge project with aggregate rating - POST /api/sourceforge/projects/search — Search the SourceForge project directory by keyword with category and OS filters - POST /api/sourceforge/projects/tickets — List tickets from a SourceForge project tracker (bugs, support, patches, feature requests) - POST /api/sourceforge/users — Get a SourceForge developer profile by username or profile URL ### /spark (3 endpoints) - POST /api/spark/companies — Get a Russian company or sole proprietor (SPARK-Interfax / EGRUL) by INN or OGRN: name, full legal name, INN/OGRN/KPP/OKPO/OKATO/OKTMO, ownership and legal form (OKFS/OKOPF/OKOGU), registration date and registering authority, region and address, charter capital, director, activities (OKVED) and description. - POST /api/spark/companies/search — Search Russian companies and sole proprietors (SPARK-Interfax / EGRUL) by name, INN, OGRN, OKPO, address or director name. Each result carries name, INN, OGRN, OKPO, BIK, address, director and primary activity. - POST /api/spark/companies/similar — Get companies similar to a given Russian company (SPARK-Interfax 'similar companies' block) by INN or OGRN. Each result carries name, INN, OGRN and a link to the company card. ### /spotify (12 endpoints) - POST /api/spotify/albums — Get Spotify album details and full tracklist by id, URL or URI - POST /api/spotify/artists — Get Spotify artist details by id, URL or URI - POST /api/spotify/artists/albums — List an artist's discography (albums, singles, compilations) by id, URL or URI - POST /api/spotify/artists/appears-on — List releases a Spotify artist appears on ("Appears On") by id, URL or URI - POST /api/spotify/artists/related — List related artists ("Fans also like") for a Spotify artist by id, URL or URI - POST /api/spotify/episodes — Get Spotify podcast episode details by id, URL or URI - POST /api/spotify/playlists — Get Spotify playlist details and tracks by id, URL or URI - POST /api/spotify/playlists/tracks — List the tracks of a Spotify playlist by id, URL or URI - POST /api/spotify/search — Search Spotify for artists, tracks, albums, playlists, podcasts, episodes, users or audiobooks - POST /api/spotify/shows — Get Spotify podcast (show) details by id, URL or URI - POST /api/spotify/shows/episodes — List the episodes of a Spotify podcast (show) by id, URL or URI - POST /api/spotify/tracks — Get Spotify track details by id, URL or URI ### /sravni (9 endpoints) - POST /api/sravni/banks — Get a bank profile on Sravni.ru by its alias - POST /api/sravni/banks/search — Search the Sravni.ru bank directory - POST /api/sravni/deposits/search — Search Russian bank deposit offers on Sravni.ru - POST /api/sravni/insurance-companies — Get an insurance company profile on Sravni.ru by its alias - POST /api/sravni/insurance-companies/search — Search the Sravni.ru insurance company directory - POST /api/sravni/microfinance-companies — Get a microfinance company (MFO) profile on Sravni.ru by its alias - POST /api/sravni/microfinance-companies/search — Search the Sravni.ru microfinance company (MFO) directory - POST /api/sravni/organizations/ratings — Get the Sravni.ru trust rating of banks, insurance companies, microfinance companies or pension funds - POST /api/sravni/reviews/search — Search customer reviews of Russian banks, insurance companies and microfinance companies on Sravni.ru ### /ssllabs (2 endpoints) - POST /api/ssllabs/assessments — Run the SSL Labs TLS assessment for a host and return its full security report - POST /api/ssllabs/assessments/endpoints — Return the SSL Labs assessment detail for a single endpoint IP of a host ### /stackexchange (9 endpoints) - POST /api/stackexchange/answers — Get Stack Exchange answer details by id - POST /api/stackexchange/questions — Get Stack Exchange question details by id - POST /api/stackexchange/questions/answers — Get answers to a Stack Exchange question by its id - POST /api/stackexchange/questions/comments — Get comments on a Stack Exchange question by its id - POST /api/stackexchange/questions/search — Full-text search across Stack Exchange questions - POST /api/stackexchange/tags — List Stack Exchange tags for a network site - POST /api/stackexchange/users — Get Stack Exchange user details by id - POST /api/stackexchange/users/answers — Get answers written by a Stack Exchange user by their id - POST /api/stackexchange/users/questions — Get questions asked by a Stack Exchange user by their id ### /stackshare (8 endpoints) - POST /api/stackshare/companies — Get a StackShare (stackshare.io) company tech stack by slug or company URL - POST /api/stackshare/companies/search — Search StackShare (stackshare.io) companies by keyword - POST /api/stackshare/stackups — Compare two or more StackShare (stackshare.io) tools side by side (stackup) - POST /api/stackshare/tools — Get StackShare (stackshare.io) tool details by slug or tool URL - POST /api/stackshare/tools/alternatives — Get StackShare (stackshare.io) tool alternatives and competitors by slug or tool URL - POST /api/stackshare/tools/discussions — Get StackShare (stackshare.io) discussions and decisions mentioning a tool, by slug or tool URL - POST /api/stackshare/tools/integrations — Get StackShare (stackshare.io) tools that integrate with a given tool, by slug or tool URL - POST /api/stackshare/tools/search — Search StackShare (stackshare.io) tools by keyword, or browse tools within a category ### /startpage (1 endpoints) - POST /api/startpage/search — Search Startpage by query and return organic web results. Each result has the target url, title, result description (snippet) and displayed url breadcrumb. Supports language, region, safe search and recency filters. ### /steam (4 endpoints) - POST /api/steam/apps — Get Steam app details by app ID - POST /api/steam/apps/reviews — Get Steam app user reviews by app ID - POST /api/steam/apps/search — Search Steam apps by term, keyword, or franchise - POST /api/steam/packages — Get Steam package (bundle/sub) details by package ID ### /steamdb (6 endpoints) - POST /api/steamdb/apps — Get SteamDB (steamdb.info) application details by Steam app ID - POST /api/steamdb/apps/patches — Get the build/patch history of a Steam application by its Steam app ID - POST /api/steamdb/apps/search — Search the SteamDB (steamdb.info) catalog for Steam applications by keyword - POST /api/steamdb/charts — Get the SteamDB (steamdb.info) live player-count leaderboard of top Steam games - POST /api/steamdb/promotions — List current free game promotions and giveaways on Steam - POST /api/steamdb/sales — Get the current SteamDB (steamdb.info) list of discounted Steam games ### /stepstone (2 endpoints) - POST /api/stepstone/jobs — Get StepStone job listing details by id - POST /api/stepstone/jobs/search — Search StepStone job listings by keyword and filters ### /stocktwits (7 endpoints) - POST /api/stocktwits/messages/comments — Get a message with its replies - POST /api/stocktwits/symbols — Get a symbol with its community message stream - POST /api/stocktwits/symbols/search — Search symbols by keyword - POST /api/stocktwits/symbols/sentiment — Get the daily bullish/bearish sentiment series for a symbol - POST /api/stocktwits/trending — Get currently trending symbols - POST /api/stocktwits/users — Get a user profile with their message stream - POST /api/stocktwits/users/search — Search users by keyword ### /stooq (3 endpoints) - POST /api/stooq/quotes — Get real-time quote for one or multiple ticker symbols - POST /api/stooq/quotes/history — Get historical OHLCV bars for a ticker symbol - POST /api/stooq/quotes/search — Search for ticker symbols and financial instruments on Stooq ### /strava (2 endpoints) - POST /api/strava/clubs — Get a Strava club by numeric ID, slug or URL: name, description, sport type, location, member count, avatar and cover images, website, verified/private flags and a preview of member athletes. - POST /api/strava/clubs/posts — Get posts from a Strava club by numeric ID, slug or URL: post text, summary, kudos and comment counts, announcement flag, author, photos and shared link embeds. Ordered newest first. ### /street11 (7 endpoints) - POST /api/street11/categories — Get the 11Street subcategories under a display category number: each child category with its id, Korean name, product count and URL. - POST /api/street11/products — Get full 11Street product details by product number (or product URL): name, brand, price, list price, discount, image, rating, review count, on-sale flag, category breadcrumbs and seller. - POST /api/street11/products/questions — Get product Q&A for an 11Street product by product number (or URL): question, seller answer, author, dates and inquiry type. - POST /api/street11/products/reviews — Get customer reviews for an 11Street product by product number (or URL): rating, author, text, review photos, with optional star-rating filter and sort. - POST /api/street11/products/search — Search 11Street products by keyword with filters (sort, price range, brand, seller, category, product type, benefit, delivery, attribute): returns product cards with price, rating, seller and review count. - POST /api/street11/sellers — Get an 11Street seller (store) by store id or store URL: store name, business name, representative, performance grades and store likes. - POST /api/street11/sellers/products — Get featured products of an 11Street seller (store) by store id or store URL: product id, name, price and image. ### /substack (5 endpoints) - POST /api/substack/posts — Get a full Substack post by publication (subdomain or custom domain) and post slug (or URL): title, subtitle, description, full text, audience, type, published_at, language, word_count, reaction_count and reactions, comment_count, restack_count, cover image, authors, tags, and podcast fields. - POST /api/substack/posts/comments — Get comments of a Substack post by publication (subdomain or custom domain) and numeric post id. Returns the threaded comment tree: each comment has id, text, author, created_at, depth, parent_id, reaction_count and reactions, restack_count, reply_count, and nested replies. - POST /api/substack/posts/search — List or search posts within a Substack publication by subdomain or custom domain. Returns post list items ordered by sort (new/top/community), optionally filtered by a keyword: id, alias (slug), title, subtitle, preview text, audience, type, published_at, reaction_count, comment_count, and cover image. - POST /api/substack/publications — Get a Substack publication by subdomain or custom domain: name, alias, description, author, language, type, created_at, logo and cover image, subscriber count, payment state, podcast details, and subscription plans. - POST /api/substack/users — Get a Substack author's public profile by handle: name, bio, profile image, follower_count, subscriber_count, subdomain_url, the publications they author, the publications they subscribe to, and their public reading lists. ### /superjob (12 endpoints) - POST /api/superjob/areas — Search SuperJob towns/cities (areas) by name - POST /api/superjob/clients — Get SuperJob company (employer) details by id - POST /api/superjob/clients/search — Search SuperJob companies (employers) by name - POST /api/superjob/clients/vacancies — List active vacancies of a SuperJob company - POST /api/superjob/dictionaries — Get SuperJob filter reference dictionaries (work types, education, experience, languages, etc.) - POST /api/superjob/industries — List SuperJob industry/specialization catalogues - POST /api/superjob/resumes — Get SuperJob resume details by id - POST /api/superjob/resumes/search — Browse SuperJob resumes by industry catalogue and filters - POST /api/superjob/subjects — List SuperJob regions (federal subjects) - POST /api/superjob/vacancies — Get SuperJob vacancy details by id - POST /api/superjob/vacancies/search — Search SuperJob vacancies by keyword and filters - POST /api/superjob/vacancies/similar — List SuperJob vacancies similar to a given vacancy ### /suumo (9 endpoints) - POST /api/suumo/companies — Get a SUUMO (スーモ) rental agency shop (取り扱い店舗) by kc_{ar}_{id} (or shop URL): shop name, phone and fax, office address, nearest stations with walking time, business hours and regular holidays, real estate license number, shop feature tags, catch copy, sales points, staff profiles and photos. - POST /api/suumo/companies/search — Search SUUMO (スーモ) rental agency shops (取り扱い店舗) around a station within a prefecture, with filters for access/opening-hours features, staff features, services and amenities, published SUUMO media and a free-text keyword, with sort order. Returns agency cards with shop name, headline, number of listings, office address, nearest station and walking time, business hours, regular holidays, phone, feature tags and image — each linking to the agency shop by its kc_{ar}_{id} id. - POST /api/suumo/listings — Get full SUUMO (スーモ) rental listing details by jnc_{building_id}/{room_id} (or listing URL): rent, management fee, deposit and key money, layout, area, floor, facing, structure, building age, address, nearest stations with walking time, parking, transaction type, total units, handling agent and photos. - POST /api/suumo/listings/averages — Get the SUUMO (スーモ) rental rent-average (家賃相場) benchmark for a ward or station: the typical monthly rent broken down by layout (1R, 1K, 1LDK, 2LDK, 3LDK, ...) for a chosen building type (mansion, apartment or house). Also returns the rent averages of neighbouring wards/stations. - POST /api/suumo/listings/search — Search SUUMO (スーモ) rental listings by prefecture, optionally narrowed to a railway line and specific stations, with filters: rent range, floor-area range, walking distance to the nearest station, floor-plan layout, building type, maximum building age, rent-cost conditions (management fee included, no key money, no deposit), an extensive amenity catalogue (e.g. separate bath/toilet, auto-lock, pets allowed, floor heating, tower mansion, barrier-free, free internet) and sort order (recommended, cheapest/most expensive rent, newest listings, newest building, largest area, by address). Returns listing cards with building name and type, address, nearest stations, age, floor, rent, management fee, deposit/key money, layout, area and image. - POST /api/suumo/projects — Get full SUUMO (スーモ) new-build / pre-sale condominium (新築分譲マンション) project details by project path (or project URL): project name, price range (JPY), most-frequent price band, address, nearest stations, layouts, exclusive-area range, total units, units currently for sale, structure, site area, building area, total floor area, use district, land rights, completion and delivery dates, management and repair-reserve fees, parking, sales schedule, provider companies, inquiry contact, representative floor-plan types (layout, area, price, sales phase) and photos. - POST /api/suumo/projects/search — Search SUUMO (スーモ) new-build / pre-sale condominium (新築分譲マンション) projects by prefecture, optionally scoped to a city/ward, with filters for price range, exclusive floor-area range, floor-plan layout, maximum walking distance to the nearest station, required features (e.g. pets allowed, floor heating, corner unit, performance certificate) and sort order. Returns project cards with name, marketing description, address, nearest stations, delivery time, price range (JPY), most-frequent layout/area range, number of layout types, per-phase price points and photos. - POST /api/suumo/properties — Get full SUUMO (スーモ) for-sale property details by property path (or property URL): price, layout, floor area, land area and building area, floor, facing, structure, building age, address, nearest stations, management fee and repair reserve fund, total units, building coverage and floor-area ratios, land category and status, transaction type, zoning/building restrictions and remarks, handling agent and photos. Covers used/new condominiums, houses and land. - POST /api/suumo/properties/search — Search SUUMO (スーモ) for-sale properties by prefecture and category (used condominium, used/new house, land), optionally scoped to a city/ward or to a railway line and specific stations, with filters for price range, floor/building/land area range, floor-plan layout, maximum building age, maximum walking distance to the nearest station, per-category amenities (e.g. pets allowed, elevator, south-facing, city gas, flat ground) and sort order. Returns property cards with name, price, address, transport, area, building area, land area, layout, balcony area, build year-month and image. ### /swiggy (6 endpoints) - POST /api/swiggy/collections — Get the restaurants in a Swiggy cuisine/dish collection by collection id at a location (latitude/longitude in India). Returns restaurant cards with name, rating, cuisines, cost for two, delivery time and offers. - POST /api/swiggy/dishes/search — Search Swiggy dishes by keyword near a location (latitude/longitude in India). Filter by veg/non-veg, rating and price range; sort by relevance, rating or price. Each result is a dish (name, price, image, veg marker, variants, add-ons, rating) with its restaurant. - POST /api/swiggy/restaurants — Get full Swiggy restaurant details by numeric id or restaurant URL (latitude/longitude in India): name, cuisines, rating, cost for two, full address, geo coordinates, phone, delivery time, opening hours, FSSAI license, offers and serviceability. - POST /api/swiggy/restaurants/menu — Get the full Swiggy restaurant menu by restaurant id or URL (latitude/longitude in India): menu categories with dishes (name, description, price, image, veg marker, variants, rating, bestseller flag). - POST /api/swiggy/restaurants/search — Search Swiggy restaurants near a location (latitude/longitude in India), optionally by keyword. Filter by rating, fast delivery and offers; sort by relevance, rating, delivery time or cost for two. Returns restaurant cards with name, rating, cuisines, cost for two, delivery time, locality, offers and Google rating. - POST /api/swiggy/search/suggest — Swiggy search autocomplete: get dish and restaurant suggestions for a partial query at a location (latitude/longitude in India). Each suggestion has text, type (DISH/RESTAURANT), the resolved restaurant_id / dish_family_id, image and deeplink. ### /tabelog (3 endpoints) - POST /api/tabelog/restaurants — Get full Tabelog (食べログ) restaurant details by {pref}/A{area1}/A{area2}/{id} (or restaurant URL): name, address, geo, cuisines/genres, access directions, price range, rating/score, review and saved counts, nearest station, budgets, awards, opening hours, payment methods, service charge, seats, amenity features and remarks. - POST /api/tabelog/restaurants/reviews — Get Tabelog (食べログ) restaurant reviews by {pref}/A{area1}/A{area2}/{id} (or restaurant URL): author, author review and follower counts, overall rating, meal type, score breakdown, payment band, party size, visit number, visit date, title, text, like count and review images. - POST /api/tabelog/restaurants/search — Search Tabelog (食べログ) restaurants by keyword and/or genre with optional filters: prefecture, budget range, private room, credit card, parking and sort order. Returns restaurant cards with name, rating, review and saved counts, area/station, genres, budgets and images. ### /target (6 endpoints) - POST /api/target/categories/products — List Target products in a category browse node (N-id or category URL). Returns lightweight product cards: title, brand, price, list_price, currency, save_percent, is_on_sale, image, rating and rating_count, plus the product TCIN, alias and URL. Supports ordering by featured, price, rating, newest or bestselling. - POST /api/target/products — Get full Target product details by TCIN (or product URL): title, brand, price, list_price, images, video, rating and per-star breakdown, secondary ratings, review and question counts, specifications, features, breadcrumbs, return policies, color/style variants and shipping. - POST /api/target/products/questions — Get customer questions and answers for a Target product by TCIN (or product URL). Each question carries its text, author, helpful/unhelpful counts, submission and update timestamps, and the list of answers (each with text, author, badges and helpful counts). - POST /api/target/products/recommendations — Get Target product recommendations for a TCIN (or product URL): similar alternatives, items other guests viewed, complementary products, deals, top-performing and new arrivals. Returns lightweight product cards with title, price, list_price, currency, save_percent, is_on_sale, image, badges, rating and rating_count, plus each recommended product's TCIN, alias and URL. - POST /api/target/products/reviews — Get customer reviews for a Target product by TCIN (or product URL). Each review carries its rating, title, text, author, source, whether it is syndicated, the submission date and create/update timestamps. - POST /api/target/products/search — Search Target products by keyword. Returns lightweight product cards: title, brand, price, list_price, currency, save_percent, is_on_sale, image, rating and rating_count, plus the product TCIN, alias and URL. Supports ordering by relevance, price, rating, newest, bestselling or featured. ### /techmeme (6 endpoints) - POST /api/techmeme/authors — Get the Techmeme authors leaderboard: the ranking of tech journalists by how often they are cited on Techmeme. Returns rank, name, Twitter handle and url, score and top publication. - POST /api/techmeme/publications — Get the Techmeme publications leaderboard: the ranking of tech publications by how often they are cited on Techmeme. Returns rank, name, RSS feed url, score, website url and domain. - POST /api/techmeme/stories — Get a single Techmeme story cluster by its permalink. Returns the lead headline, source and author, external article url, summary and image, plus the full editorial cluster: related coverage from other publications, tweets, Bluesky and Mastodon posts and forum discussions, each with author, source and url. - POST /api/techmeme/stories/front_page — Get the Techmeme front page: a snapshot of the day's top editorially selected and clustered tech stories. Each story carries its lead headline, source and author, external article url, summary, image plus related coverage, tweets, Bluesky and Mastodon posts and forum discussions. Pass date (and optional time) for a historical snapshot. - POST /api/techmeme/stories/river — Get the Techmeme river: the full chronological feed of all accepted tech stories (lead-only), each with headline, source, author, external article url, Techmeme permalink, date and time. - POST /api/techmeme/stories/search — Search the Techmeme archive by keyword. Returns matching stories with headline, source, author, external article url, summary, image, Techmeme permalink and published date. ### /ted (2 endpoints) - POST /api/ted/notices — Get an EU public procurement notice by its publication number - POST /api/ted/notices/search — Search EU public procurement notices with full-text and structured filters ### /telegram (3 endpoints) - POST /api/telegram/channels — Get Telegram Channel - POST /api/telegram/channels/posts — Get Telegram Channel Posts - POST /api/telegram/posts — Get Telegram Post ### /threads (8 endpoints) - POST /api/threads/posts — Threads — get a single post by shortcode or URL - POST /api/threads/posts/replies — Threads — get the replies under a post (guest depth is capped by the login wall) - POST /api/threads/posts/search — Threads — search public posts by keyword (top or recent) - POST /api/threads/users — Threads — get a public user profile by alias, URL or numeric ID - POST /api/threads/users/media — Threads — get a user's media posts (Media tab) by alias, URL or numeric ID - POST /api/threads/users/posts — Threads — get a user's posts (Threads tab) by alias, URL or numeric ID - POST /api/threads/users/replies — Threads — get a user's replies (Replies tab, each with its parent post) - POST /api/threads/users/reposts — Threads — get the posts a user has reposted (Reposts tab) ### /tianyancha (2 endpoints) - POST /api/tianyancha/companies — Get a Chinese company's registry profile by Tianyancha id (gid) - POST /api/tianyancha/companies/search — Search Chinese companies by name or keyword; resolves a company name to its Tianyancha id (gid) ### /ticketmaster (8 endpoints) - POST /api/ticketmaster/attractions — Get full Ticketmaster attraction details (artist, team, or show) by id or artist page URL: name, description, category and genre, act type (Group/Individual) and sub type (Band/Musician), image and cover banner, average fan rating and review count, upcoming event count, biography, setlists (with song lists), FAQs, media gallery, related news articles, and related attractions ('fans also viewed'). - POST /api/ticketmaster/attractions/events — Get upcoming events (tour schedule) for a Ticketmaster attraction (artist, team, or show) by id or artist page URL. Each item is an event with name, event page URL, start and on-sale dates, timezone, category, partner and availability flags, presale windows, the venue (name, address, city, state, country and coordinates), and the line-up of attractions. Optional start/end date-range filter. - POST /api/ticketmaster/attractions/related — Get related Ticketmaster attractions ('fans also viewed') for an attraction by id or artist page URL. Each item is a related attraction with its id, name, artist page URL and image. - POST /api/ticketmaster/attractions/reviews — Get fan reviews for a Ticketmaster attraction (artist, team, or show) by id or artist page URL. Each item is a review with the star rating, review title, review text, author nickname and the date it was written. - POST /api/ticketmaster/events/search — Search Ticketmaster events by keyword (artist, event, team, or venue). Returns worldwide matches (domestic and international). Each item is an event with name, event page URL, start and on-sale dates, timezone, category, partner and availability flags, presale windows, the venue (name, address, city, state, country and coordinates), and the line-up of attractions. Optional filters: category segment and start/end date range. - POST /api/ticketmaster/suggestions/search — Typeahead search across Ticketmaster attractions, venues and events for a keyword. Each item is a suggestion with its id, name, page URL, image, suggestion_type (attraction/venue/event), category, city/state/country and the number of related events. - POST /api/ticketmaster/venues — Get full Ticketmaster venue details by id or venue page URL: name, address, city, state, postal code, country and coordinates, image, timezone, box office / parking / accessibility / rules info blocks, seating chart images, city category links, related venue links, and the upcoming event count. - POST /api/ticketmaster/venues/events — Get the event calendar for a Ticketmaster venue by id or venue page URL. Each item is an event with name, event page URL, start and on-sale dates, timezone, category, partner and availability flags, presale windows, the venue (name, address, city, state, country and coordinates), and the line-up of attractions. Optional filters: category segment, ticket type (standard tickets or VIP packages) and start/end date range. ### /tiktok/creative_center/ads (1 endpoints) - POST /api/tiktok/creative_center/ads/search — List TikTok Creative Center Top Ads (best-performing auction ads) with filters ### /tiktok/creative_center/hashtags (1 endpoints) - POST /api/tiktok/creative_center/hashtags/search — List TikTok Creative Center trending hashtags for a country ### /tiktok/products (3 endpoints) - POST /api/tiktok/products — Get TikTok Shop (tiktok.com) product details by product ID or full product URL - POST /api/tiktok/products/reviews — List reviews of a TikTok Shop (tiktok.com) product by product ID or full product URL - POST /api/tiktok/products/search — Search TikTok Shop (tiktok.com) products by keyword ### /tiktok/shops (2 endpoints) - POST /api/tiktok/shops — Get TikTok Shop (tiktok.com) seller/shop details by seller ID or full shop URL - POST /api/tiktok/shops/products — List products of a TikTok Shop (tiktok.com) seller by seller ID or full shop URL ### /tiktok/users (2 endpoints) - POST /api/tiktok/users — Get TikTok (tiktok.com) user profile by handle, @handle, or full profile URL - POST /api/tiktok/users/videos — List videos posted by a TikTok (tiktok.com) user (handle, @handle, URL, or secUid) ### /tiktok/videos (3 endpoints) - POST /api/tiktok/videos — Get TikTok (tiktok.com) video details by video ID or full video URL - POST /api/tiktok/videos/comments — List comments on a TikTok (tiktok.com) video by video ID or full video URL - POST /api/tiktok/videos/search — Search TikTok (tiktok.com) videos by keyword ### /tmdb (32 endpoints) - POST /api/tmdb/collections — Get a TMDB movie collection (franchise) by ID or URL: name, overview, genres, poster and the list of movies in the collection. - POST /api/tmdb/collections/search — Search TMDB movie collections (franchises) by keyword. - POST /api/tmdb/companies — Get the movies or TV shows produced by a TMDB company by ID or URL. - POST /api/tmdb/companies/search — Search TMDB production companies by keyword. - POST /api/tmdb/keywords — Get the movies or TV shows tagged with a TMDB keyword by ID or URL. - POST /api/tmdb/keywords/search — Search TMDB keywords (tags) by keyword. - POST /api/tmdb/movies — Get full TMDB movie details by ID or URL: title, release date, certification, genres, runtime, overview, budget/revenue, rating, top cast, featured crew, keywords and external links. - POST /api/tmdb/movies/cast — Get the full cast and crew of a TMDB movie: every actor with their character, and every crew member grouped by department with their job. - POST /api/tmdb/movies/discover — Discover TMDB movies by advanced filters: genres, certification, release date range, original language, user score and vote count, runtime, keywords, streaming providers and release type, with sorting. - POST /api/tmdb/movies/images — Get the backdrop or poster gallery of a TMDB movie: original URL, dimensions and language. - POST /api/tmdb/movies/releases — Get all release dates of a TMDB movie across every country: each with the date, certification, release type (Premiere/Theatrical/Digital/Physical/TV), language and note. - POST /api/tmdb/movies/reviews — Get user reviews of a TMDB movie: author, rating, date and review text. - POST /api/tmdb/movies/search — Search TMDB movies by keyword. Returns matching movies with id, document_title, release date and poster. - POST /api/tmdb/movies/titles — Get alternative titles of a TMDB movie across countries, each with the country and a note. - POST /api/tmdb/movies/videos — Get trailers, teasers and clips of a TMDB movie (YouTube keys, media_type, duration and channel). - POST /api/tmdb/movies/watch — Get where to watch a TMDB movie in a country: streaming, rental and purchase providers (via JustWatch) with the offer category and presentation quality. - POST /api/tmdb/networks — Get the TV shows aired by a TMDB network by ID or URL. - POST /api/tmdb/networks/search — Search TMDB TV networks by keyword. - POST /api/tmdb/people — Get full TMDB person details by ID or URL: name, also known as, gender, known-for department, birthday/deathday, place of birth, biography, photo, external links and full filmography credits. - POST /api/tmdb/people/images — Get the profile photo gallery of a TMDB person: original URL, dimensions and language. - POST /api/tmdb/people/popular — List popular TMDB people (actors, directors, crew), ranked by current popularity. - POST /api/tmdb/people/search — Search TMDB people by keyword. Returns matching people with id, name and photo. - POST /api/tmdb/tv — Get full TMDB TV show details by ID or URL: title, first/last air date, status, type, genres, episode runtime, certification, overview, rating, networks, creators, top cast and keywords. - POST /api/tmdb/tv/cast — Get the full cast and crew of a TMDB TV show: every actor with their character, and every crew member grouped by department with their job. - POST /api/tmdb/tv/discover — Discover TMDB TV shows by advanced filters: genres, certification, first air date range, networks, original language, user score and vote count, runtime, keywords and streaming providers, with sorting. - POST /api/tmdb/tv/images — Get the backdrop or poster gallery of a TMDB TV show: original URL, dimensions and language. - POST /api/tmdb/tv/reviews — Get user reviews of a TMDB TV show: author, rating, date and review text. - POST /api/tmdb/tv/search — Search TMDB TV shows by keyword. Returns matching shows with id, document_title, first air date and poster. - POST /api/tmdb/tv/seasons — Get all episodes of a TMDB TV show season: episode number, title, air date, runtime, rating, overview and still image. - POST /api/tmdb/tv/titles — Get alternative titles of a TMDB TV show across countries, each with the country and a note. - POST /api/tmdb/tv/videos — Get trailers, teasers and clips of a TMDB TV show (YouTube keys, media_type, duration and channel). - POST /api/tmdb/tv/watch — Get where to watch a TMDB TV show in a country: streaming, rental and purchase providers (via JustWatch) with the offer category and presentation quality. ### /torontovka (2 endpoints) - POST /api/torontovka/events — Get full Torontovka event details by event id, slug or event page URL: title, full description, category, session dates, start and end date, city, venue, address, external ticket url, image and likes. - POST /api/torontovka/events/search — List Torontovka events (Russian-language Greater Toronto afisha): concerts, theatre, festivals, kids and popular events. Filter by city, category and time window. Each event has id, title, description, category, session dates, start and end date, city, venue, address, external ticket url, image and likes. ### /totaljobs (5 endpoints) - POST /api/totaljobs/companies — Get Totaljobs employer profile by id - POST /api/totaljobs/companies/jobs — Get all Totaljobs job listings for an employer by id - POST /api/totaljobs/jobs — Get Totaljobs job listing details by id - POST /api/totaljobs/jobs/search — Search Totaljobs job listings by keyword and filters - POST /api/totaljobs/jobs/similar — Get jobs similar to a Totaljobs listing ### /track17 (1 endpoints) - POST /api/track17/carriers/search — Search the 17track carrier catalog by name and country ### /trademe (4 endpoints) - POST /api/trademe/agents — Get a full TradeMe real-estate agent profile by slug (or agent URL): name, agency, contact details, REAA license number, biography, career description, experience, spoken languages, service suburbs and districts, awards, client testimonials, web links, sold and live listing counts and the agent's current property listings. - POST /api/trademe/agents/search — Search TradeMe real-estate agents by location or by agent/agency name. Returns agent cards: name, agency, contact phones, photo, sold and live listing counts, partner status and recently sold properties. - POST /api/trademe/properties — Get full TradeMe property listing details by listing ID (or listing URL): address, price and sale method, bedrooms/bathrooms/parking, floor and land area, property type, council valuation, certificate of title, broadband availability, description, photo gallery, open-home times, in-zone local schools and the advertiser (private member and/or licensed real-estate agency with its agents). - POST /api/trademe/properties/search — Search TradeMe property listings within a New Zealand location. Choose a channel (for sale, for rent, commercial, rural, retirement). Returns listing cards: id, url, address, price and sale method, rent per week, bedrooms/bathrooms/parking, floor area, property type, coordinates, images, open-home times, listing date and the marketing agency. Filter by price, bedrooms, bathrooms, parking, land/floor area, property type, sale method, property features, keywords and sort order. ### /tradingeconomics (5 endpoints) - POST /api/tradingeconomics/calendar — Get the economic calendar of upcoming and recent macro events - POST /api/tradingeconomics/countries/indicators — Get the full catalog of economic indicators for a country by country slug - POST /api/tradingeconomics/indicators — Get an economic indicator for a country by country and indicator slug - POST /api/tradingeconomics/indicators/search — Search economic indicators by keyword - POST /api/tradingeconomics/markets — Get live market quotes for commodities, currencies, stock indexes or bonds ### /tradingview (12 endpoints) - POST /api/tradingview/earnings — Get the upcoming earnings calendar for a market region - POST /api/tradingview/ideas — Get community trade ideas, optionally filtered by ticker - POST /api/tradingview/news — Get the latest market news feed - POST /api/tradingview/quotes — Get a market quote snapshot for a ticker - POST /api/tradingview/quotes/documents — Get filings, transcripts, and reports for a ticker - POST /api/tradingview/quotes/financials — Get fundamental financials for a ticker - POST /api/tradingview/quotes/news — Get recent news articles for a ticker - POST /api/tradingview/quotes/performance — Get price performance and volatility for a ticker - POST /api/tradingview/quotes/related — Get instruments in the same industry as a ticker - POST /api/tradingview/quotes/search — Search for tickers by name, symbol, or identifier - POST /api/tradingview/quotes/technicals — Get technical analysis indicators and ratings for a ticker - POST /api/tradingview/screener — Screen instruments by exchange, sector, analyst rating, and fundamental ranges ### /trendyol (6 endpoints) - POST /api/trendyol/categories — Get the Trendyol category tree: top-level departments with nested subcategories. Each node has id, name, alias, parent_category_id, url, image and children. Pass a category id or alias to return only that subtree. - POST /api/trendyol/products — Get full Trendyol product details by contentId (or product URL): name, brand, price, list_price, discount, images, rating, reviews count, attributes, variants, category, seller, other sellers and active promotions. - POST /api/trendyol/products/reviews — Get customer reviews for a Trendyol product by contentId (or product URL): rating, text, author, date, helpful count, review language, seller the item was bought from and review photos. - POST /api/trendyol/products/sellers — Get all sellers offering a Trendyol product by contentId (or product URL) for price comparison: each seller with its id, name, official_name, city, rating, price, list_price, discount, currency, stock status, whether it is the featured (winner) offer and free shipping. - POST /api/trendyol/sellers — Get a Trendyol seller (store) by seller id or store URL: name, alias, official_name, city, rating, product count, verified status, store logo and cover image, and seller performance metrics (average shipping time, question response time, product and seller review scores). - POST /api/trendyol/sellers/products — List products from a Trendyol seller's storefront (by sellerId or store URL): id, url, name, brand, price, list_price, currency, image, rating and review_count. ### /trip (5 endpoints) - POST /api/trip/destinations/search — Resolve a destination keyword (city, district, province, landmark, airport, or station) into matching Trip.com destinations. Each result carries the destination name, type, location context, the numeric city id used for hotel search, the city/district/province/country names and ids, and coordinates. - POST /api/trip/hotels — Get full Trip.com hotel details by hotel id (or hotel URL): name, star rating, guest review score with category subscores and review count, full address, district, coordinates, city/province/country, hotel chain, year opened and renovated, description, contact phone and email, check-in/check-out times, property highlights, grouped amenities, nearby places, policies (child, breakfast, deposit, pet, age), reservation tips, and photos. - POST /api/trip/hotels/photos — Get all photos for a Trip.com hotel by hotel id (or hotel URL): each photo with its full-resolution image url, watermarked thumbnail, category (Featured, Exterior, Rooms, Dining, etc.), title, and original source. - POST /api/trip/hotels/reviews — Get Trip.com guest reviews for a hotel by hotel id (or hotel URL): each review has the guest rating and label, original review text and its English translation, language, author with avatar, home region and review count, submission date, check-in date, room type, travel type, helpful votes and guest photos. - POST /api/trip/hotels/search — Search Trip.com hotels in a city by numeric city id for given check-in/check-out dates. Returns the city's top hotels with id, name, star rating, category, guest review score with category subscores and review count, the lowest nightly from-price, location (address, district, city/province/country, coordinates), a review snippet and photos. ### /trulia (2 endpoints) - POST /api/trulia/properties — Get full Trulia property details by numeric ID (or property URL): address, location and coordinates, listing status, price (listing price or Trulia Estimate), bedrooms, bathrooms, floor space, property type, description, photos, MLS number, listing agent and broker, list date, full home details (interior, property, community, lot), price history, tax and assessment, and local market trends. - POST /api/trulia/properties/search — Search Trulia real-estate listings by location (city and state) with optional deal type (for sale, for rent, sold), property type, price range and minimum bedrooms. Returns properties with address, location and coordinates, status, price, bedrooms, bathrooms, floor space, property type, description, image, listing agent and broker, and list date. ### /trustradius (3 endpoints) - POST /api/trustradius/products — Get TrustRadius (trustradius.com) product details by product slug or full product URL - POST /api/trustradius/products/reviews — Get TrustRadius (trustradius.com) product reviews by product slug or full product URL - POST /api/trustradius/products/search — Search TrustRadius (trustradius.com) products by query keyword ### /tumblr (3 endpoints) - POST /api/tumblr/blogs — Get a Tumblr blog's profile by name or custom domain - POST /api/tumblr/blogs/posts — List a Tumblr blog's posts, optionally filtered by type or tag - POST /api/tumblr/posts — Get a single Tumblr post by blog and numeric post ID ### /twitch (10 endpoints) - POST /api/twitch/categories — Get Twitch category (game) details by slug or URL - POST /api/twitch/categories/search — Search Twitch categories by keyword, or browse top categories by viewer count - POST /api/twitch/channels — Get Twitch channel details by login or URL - POST /api/twitch/channels/clips — List a Twitch channel's top clips for a given time period - POST /api/twitch/channels/search — Search Twitch channels by keyword - POST /api/twitch/channels/videos — List a Twitch channel's VODs (videos) with optional type filter and sort - POST /api/twitch/clips — Get Twitch clip details by slug or URL - POST /api/twitch/streams/search — Browse top live Twitch streams, optionally filtered by category, language and tags - POST /api/twitch/videos — Get Twitch VOD (video) details by ID or URL - POST /api/twitch/videos/search — Search Twitch VODs (videos) by keyword ### /twitter/ads (2 endpoints) - POST /api/twitter/ads/advertisers — Get an X (Twitter) advertiser by handle - POST /api/twitter/ads/search — Search X (Twitter) Ads Repository promoted tweets by advertiser, EU/EEA country and date range ### /twitter/communities (4 endpoints) - POST /api/twitter/communities — Twitter Get Community - POST /api/twitter/communities/members — Twitter Get Community Members - POST /api/twitter/communities/moderators — Twitter Get Community Moderators - POST /api/twitter/communities/tweets — Twitter Get Community Tweets ### /twitter/lists (4 endpoints) - POST /api/twitter/lists — Twitter Get List - POST /api/twitter/lists/members — Twitter Get List Members - POST /api/twitter/lists/subscribers — Twitter Get List Subscribers - POST /api/twitter/lists/tweets — Twitter Get List Tweets ### /twitter/posts (4 endpoints) - POST /api/twitter/posts — Twitter Get Post - POST /api/twitter/posts/quotes — Twitter Get Post Quotes - POST /api/twitter/posts/replies — Twitter Get Post Replies - POST /api/twitter/posts/retweeters — Twitter Get Post Retweeters ### /twitter/trends (1 endpoints) - POST /api/twitter/trends — Twitter Get Trending Topics ### /twogis (6 endpoints) - POST /api/twogis/places — Get a 2GIS place (organization / branch) by its numeric id - POST /api/twogis/places/branches — List all branches of a 2GIS organization by its org id and region - POST /api/twogis/places/reviews — Get reviews for a 2GIS place (organization / branch) by its numeric id - POST /api/twogis/places/search — Search 2GIS places (organizations) by query within a region or around a point - POST /api/twogis/places/suggest — Autocomplete a 2GIS search query into rubrics, organizations and places - POST /api/twogis/regions/search — Search or list 2GIS regions (cities) to resolve a city name into a region id ### /ubereats (2 endpoints) - POST /api/ubereats/stores — Get full Uber Eats (ubereats.com) store details by store URL, store id or store UUID: name, address, phone, rating, review count, cuisines, price range, opening hours, parent chain and the complete menu with categories, items, prices, descriptions, images and availability, plus recent customer reviews. - POST /api/ubereats/stores/search — Search Uber Eats (ubereats.com) stores near a delivery location by keyword and filters (cuisine/dish keyword, sort, minimum rating, price tier, delivery fee, delivery time, offers). Returns store cards with id, url, name, rating, review count, delivery ETA and current offer. ### /ubersuggest (15 endpoints) - POST /api/ubersuggest/domains/anchors — List the anchor texts used in backlinks pointing to a domain with link counts - POST /api/ubersuggest/domains/backlinks — List the backlinks pointing to a domain with anchor text, follow status, authority and spam score - POST /api/ubersuggest/domains/backlinks-overview — Get a domain's backlink profile summary: domain authority, backlinks, referring domains, follow split - POST /api/ubersuggest/domains/content-ideas — Find top-performing content ideas for a topic ranked by social shares and backlinks - POST /api/ubersuggest/domains/da-distribution — Get the distribution of a domain's referring domains bucketed by domain authority - POST /api/ubersuggest/domains/linking-domains — List the referring domains that link to a domain with authority, anchor text and dates - POST /api/ubersuggest/domains/pages — List a domain's top pages by estimated organic traffic with backlink and social metrics - POST /api/ubersuggest/keywords — Get full SEO metrics for a single keyword: search volume, difficulty, CPC, search intent and trend - POST /api/ubersuggest/keywords/prompts — Get AI search (LLM) prompt ideas for a keyword plus aggregated brands, citations and intents - POST /api/ubersuggest/keywords/search — Discover related keyword ideas for a seed keyword with full SEO metrics, filters and sorting - POST /api/ubersuggest/keywords/serp — Get the ranking search-results page (SERP) for a keyword with per-result SEO and social metrics - POST /api/ubersuggest/locations/search — Search Ubersuggest location ids (locId) by country, region or city name - POST /api/ubersuggest/pages — Get SEO metrics for a single page URL: organic and paid traffic, page authority and backlinks - POST /api/ubersuggest/pages/keywords — List the keywords a page ranks for with position, volume and traffic - POST /api/ubersuggest/urls/backlink-counts — Get backlink and referring-domain counts for a batch of domains or URLs ### /udemy (5 endpoints) - POST /api/udemy/courses — Get Udemy (udemy.com) course details by course slug, numeric id, or course URL - POST /api/udemy/courses/curriculum — Get the full curriculum (sections and lectures) of a Udemy (udemy.com) course by slug, id, or URL - POST /api/udemy/courses/reviews — Get learner reviews of a Udemy (udemy.com) course by slug, numeric id, or URL - POST /api/udemy/courses/search — Search the Udemy (udemy.com) course catalog by keyword with full filtering - POST /api/udemy/instructors — Get Udemy (udemy.com) instructor details by numeric user id or instructor URL ### /unpaywall (1 endpoints) - POST /api/unpaywall/works — Get open-access status and full-text locations for a scholarly work by its DOI ### /usaspending (11 endpoints) - POST /api/usaspending/agencies — Get federal agency overview by toptier code - POST /api/usaspending/agencies/search — List U.S. federal toptier agencies with budget, outlay, and obligation totals - POST /api/usaspending/autocomplete — Resolve a text prefix into matching agencies, recipients, NAICS, PSC, or CFDA programs - POST /api/usaspending/awards — Get federal award details by award identifier - POST /api/usaspending/awards/funding — Get federal account funding records for an award - POST /api/usaspending/awards/search — Search U.S. federal awards by keywords and award type - POST /api/usaspending/awards/search/count — Count U.S. federal awards by category for a set of filters - POST /api/usaspending/awards/subawards — List subawards under a U.S. federal award - POST /api/usaspending/awards/transactions — List the transactions (modifications) of a federal award - POST /api/usaspending/recipients — Get federal spending recipient details by recipient identifier - POST /api/usaspending/recipients/search — Search federal award recipients ranked by spending ### /uspto_trademarks (2 endpoints) - POST /api/uspto_trademarks/marks — Get a U.S. trademark status record by serial number or registration number - POST /api/uspto_trademarks/marks/search — Search the U.S. trademark register by keyword, with status and class filters ### /vcru (7 endpoints) - POST /api/vcru/articles — Get an article by its numeric id or URL - POST /api/vcru/articles/comments — List the comments of an article by id or URL - POST /api/vcru/articles/search — Search articles by keyword - POST /api/vcru/articles/timeline — List articles from the main feed (popular or fresh) - POST /api/vcru/news — List news posts (popular or fresh) - POST /api/vcru/subsites — Get a subsite (author, company, community or category) by id, uri alias, or URL - POST /api/vcru/subsites/articles — List a subsite's articles by id, uri alias, or URL ### /vecher (2 endpoints) - POST /api/vecher/events — Get full Vecher event details by event id or event page URL: title, description, start and end time, city, country, address, ticket price and currency, external ticket, website and Facebook urls, image and the organizer (Russian-language events across Australia and New Zealand). - POST /api/vecher/events/search — List upcoming Vecher events (Russian-language events across Australia and New Zealand). Filter by city and category; with no filter, returns the full upcoming-events listing. Each event has id, title, category, start time, city, country, ticket price and currency, image and source url. ### /vesselfinder (4 endpoints) - POST /api/vesselfinder/ports — Get a VesselFinder port by LOCODE with live traffic (expected, arrivals, departures, in port) - POST /api/vesselfinder/ports/search — Browse VesselFinder ports, optionally filtered by country - POST /api/vesselfinder/vessels — Get VesselFinder vessel details and live voyage by IMO or MMSI number - POST /api/vesselfinder/vessels/search — Search VesselFinder vessels by name and filters (flag, ship type, size, tonnage, year) ### /viator (5 endpoints) - POST /api/viator/attractions — Get a Viator attraction (point of interest) by its id (e.g. d511-a701) or attraction URL: name, description, address, star rating with review count, admission-free flag, themed info sections (know-before-you-go, ways to explore, how to get there, when to visit) and the tours & activities available at the attraction. - POST /api/viator/destinations — Get a Viator destination by its id (e.g. 511 for Rome) or destination URL: name, description, country, parent destination, the full geo hierarchy (ancestors) and the number of tours & activities available there. - POST /api/viator/products — Get a Viator tour or activity ('product') by its id (e.g. d511-169766P7) or product URL: title, description, highlights, photos, star rating with review breakdown, price, duration, languages, inclusions/exclusions, cancellation policy, itinerary stops, departure locations, supplier and recent reviews. - POST /api/viator/products/reviews — Get traveller reviews for a Viator tour or activity ('product') by its id (e.g. d511-169766P7) or product URL. Each review includes the rating, title, full text, the date it was published, the traveller type (couples, family, solo, friends, business), helpful-vote count, any supplier owner response and traveller photos. - POST /api/viator/products/search — Search Viator tours and activities by keyword, or list all of them for a destination. Provide exactly one of 'query' (free-text keyword) or 'destination_id'. Returns product cards with id, title, description, destination, star rating with review count, from-price, duration, languages, free-cancellation flag and image. ### /vimeo (13 endpoints) - POST /api/vimeo/categories — Get a category by its slug or URL - POST /api/vimeo/categories/videos — List videos in a category - POST /api/vimeo/channels — Get a channel by its name, id, or URL - POST /api/vimeo/channels/search — Search channels by keyword - POST /api/vimeo/channels/videos — List videos in a channel - POST /api/vimeo/users — Get a user profile by id, alias, or URL - POST /api/vimeo/users/search — Search users by keyword - POST /api/vimeo/users/videos — List videos uploaded by a user - POST /api/vimeo/videos — Get a video by its id or URL - POST /api/vimeo/videos/comments — List comments on a video - POST /api/vimeo/videos/likes — List users who liked a video - POST /api/vimeo/videos/search — Search videos by keyword and filters - POST /api/vimeo/videos/subtitles — List subtitle and caption tracks of a video ### /vinted (4 endpoints) - POST /api/vinted/products/search — Search Vinted items by keyword with optional category, brand, size, condition, color and price filters - POST /api/vinted/users — Get Vinted seller profile by user ID or member URL - POST /api/vinted/users/feedbacks — Get a Vinted seller's received feedback (reviews) by user ID or member URL - POST /api/vinted/users/items — List the items in a Vinted seller's wardrobe by user ID or member URL ### /vitals (8 endpoints) - POST /api/vitals/doctors — Get a Vitals doctor profile by slug (e.g. mershed-alsamara-ec1iuw) or profile URL: full name, gender, degrees, NPI, specialties, areas of expertise, education, licenses, certifications, spoken languages, years of experience, office locations, accepted insurance plans, awards, affiliated hospitals, biography, patient star rating with per-star breakdown, review counts and an AI-generated review summary. - POST /api/vitals/doctors/reviews — Get patient reviews for a Vitals doctor by slug or profile URL: star rating, review text, date, helpful count and review source. - POST /api/vitals/doctors/search — Search Vitals doctors by medical specialty, optionally narrowed to a US state. Returns name, gender, degrees, NPI, primary specialty, location, distance, years of experience, accepted-new-patients and telehealth flags, spoken languages, patient star rating with counts and the profile URL for each provider. - POST /api/vitals/hospitals — Get a Vitals hospital profile by slug or profile URL: name, address, phone, website, description, rating and review counts, specialty and provider counts, the list of medical specialties and a sample of affiliated providers. - POST /api/vitals/hospitals/search — List Vitals hospitals in a US state. Returns name, city, description, provider and specialty counts, patient rating, review count and the profile URL for each hospital. - POST /api/vitals/practices — Get a Vitals group practice profile by slug or profile URL: name, address, phone, description, rating and review counts, specialty and provider counts, spoken languages, accepted insurance, medical specialties and a sample of affiliated providers. - POST /api/vitals/practices/search — List Vitals group practices in a US state. Returns name, city, description, provider and specialty counts, patient rating, review count and the profile URL for each practice. - POST /api/vitals/specialties — List all Vitals medical specialties with their slugs (used as the specialty filter for doctor search). ### /vk (10 endpoints) - POST /api/vk/groups — Get a VK community (group/public page/event) by id, screen name (alias) or URL: name, avatar, cover, type, verified, description, status, activity/category, site, city/country, member count, physical address, contacts and external links. - POST /api/vk/groups/posts — Get wall posts from a VK community (group/public/event) by id, screen name (alias) or URL: text, attachments (photos, videos, links, polls with per-option vote counts), reactions/likes, reposts, views, date, and repost chain. - POST /api/vk/groups/search — Search VK communities (groups/public pages) by a free-text query. Returns the top matching communities with id, name, alias, avatar, type, verified and member count. - POST /api/vk/posts/comments — Get comments on a VK wall post by {owner_id}_{post_id} or post URL: each comment with author, text, date, likes, reply count, attachments and nested reply thread. - POST /api/vk/users — Get a VK user profile by id, screen name (alias) or profile URL: name, avatar, verified, sex, status, city/country, hometown, site, occupation, relationship, personal lifestyle, career, education (universities/schools), relatives, interests, last seen and follower count. - POST /api/vk/users/friends — Get the friends list of a VK user by id, screen name (alias) or URL: each friend with id, name, alias, avatar, sex, verified and city. - POST /api/vk/users/posts — Get wall posts from a VK user by id, screen name (alias) or URL: text, attachments (photos, videos, links, polls), reactions/likes, reposts, views, date, and repost chain. - POST /api/vk/users/search — Search VK users (people) by a free-text query (name). Returns the top matching profiles with id, name, alias, avatar, sex, verified and city. - POST /api/vk/videos — Get a VK video by {owner_id}_{video_id} or video URL: title, description, author owner, date, duration, dimensions, thumbnail, views, likes, comments, reposts and player embed URL. - POST /api/vk/videos/search — Search VK videos by a free-text query. Returns the top matching videos with title, thumbnail, owner, duration, views, likes and player URL. ### /walmart (5 endpoints) - POST /api/walmart/products — Get full Walmart product details by itemId (or product URL): title, brand, price, list_price, images, rating, reviews breakdown, specifications, features, warranty, badges, condition, return policy, variants, seller and availability. - POST /api/walmart/products/reviews — Get customer reviews for a Walmart product by itemId (or product URL): rating, title, text, author, date, verified-purchase flag, recommendation flag, helpful count, review photos, reviewed-variant features and seller/brand responses. - POST /api/walmart/products/search — Search Walmart products by keyword. Returns id, url, title, description, price, list_price, currency, image, rating, review_count, category, condition, seller, fulfillment, availability, badges and variants. - POST /api/walmart/sellers — Get Walmart marketplace seller (storefront) details by seller id (or storefront URL): store name, type, Pro Seller status, rating and review counts, logo and banner, about description, location and contact info. - POST /api/walmart/sellers/products — List products from a Walmart seller's storefront (by catalogSellerId or seller page URL): id, url, title, price, currency, image, rating, review_count and availability. ### /wantedly (7 endpoints) - POST /api/wantedly/companies — Get a Wantedly company profile by its alias or numeric id - POST /api/wantedly/companies/members — List the members (employees) of a Wantedly company - POST /api/wantedly/companies/projects — List the projects (job postings) of a Wantedly company - POST /api/wantedly/companies/similar — Get companies similar to a given Wantedly company - POST /api/wantedly/companies/stories — List a Wantedly company's stories (corporate blog posts) - POST /api/wantedly/projects — Get a Wantedly project (job posting) by its numeric id - POST /api/wantedly/projects/search — Search Wantedly projects (job postings) by keyword and filters ### /wappalyzer (2 endpoints) - POST /api/wappalyzer/categories — Get a Wappalyzer technology category with its market-share ranking of technologies - POST /api/wappalyzer/technologies — Get a Wappalyzer technology profile by slug — usage, market share, geography and alternatives ### /wayback (2 endpoints) - POST /api/wayback/snapshots — Get the closest archived Wayback Machine snapshot for a URL at a given date - POST /api/wayback/snapshots/search — Search the Wayback Machine for all archived captures of a URL, host, or domain ### /wayfair (4 endpoints) - POST /api/wayfair/products — Get full Wayfair product details by SKU (or product URL): title, brand, price, list_price, currency, discount, rating and review_count with per-star rating breakdown, image, variants (color/material swatches), verified status, availability and category. - POST /api/wayfair/products/reviews — Get customer reviews for a Wayfair product by SKU (or product URL): review text, rating, date, reviewer name and location, badge, selected variant choices and review images. - POST /api/wayfair/products/search — Search Wayfair products by keyword. Returns products with title, price, list_price, currency, discount and images. - POST /api/wayfair/sellers — Get a Wayfair brand (seller) by id (or brand page URL): name, description, logo image, alias and the brand's product collections. ### /wefunder (3 endpoints) - POST /api/wefunder/companies — Get a Wefunder Regulation Crowdfunding company / raise profile by slug or URL - POST /api/wefunder/companies/posts — Get a Wefunder company's feed items (founder updates and investor buzz) - POST /api/wefunder/companies/search — Search / browse Wefunder Regulation Crowdfunding companies with industry, highlight and sort filters ### /weibo (7 endpoints) - POST /api/weibo/statuses — Get Weibo Post - POST /api/weibo/statuses/comments — Get Weibo Post Comments - POST /api/weibo/statuses/search — Search Weibo Posts - POST /api/weibo/trends — Get Weibo Hot Search Board - POST /api/weibo/users — Get Weibo User Profile - POST /api/weibo/users/search — Search Weibo Users - POST /api/weibo/users/statuses — Get Weibo User Posts ### /weworkremotely (3 endpoints) - POST /api/weworkremotely/companies — Get a We Work Remotely company profile by alias or URL - POST /api/weworkremotely/jobs — Get a single We Work Remotely job posting by slug or URL - POST /api/weworkremotely/jobs/search — Search remote jobs on We Work Remotely by keyword, category, country, salary, skill, and recency ### /wikidata (9 endpoints) - POST /api/wikidata/items — Get a Wikidata item (Q-id) with its labels, descriptions, aliases, statements and sitelinks - POST /api/wikidata/items/cirrus — Structural and full-text search over Wikidata entities (find entities by their statements) - POST /api/wikidata/items/labels — Get an item's multilingual labels, descriptions and aliases without its full statement graph - POST /api/wikidata/items/search — Search Wikidata entities by label and alias text (resolve a name to a Q/P/L id) - POST /api/wikidata/items/sitelinks — Get an item's sitelinks to Wikipedia and sister projects - POST /api/wikidata/items/statements — Get an item's statements (claims) with values, qualifiers and references, optionally by property - POST /api/wikidata/lexemes — Get a Wikidata lexeme (L-id) with its lemmas, lexical category, language, forms and senses - POST /api/wikidata/properties — Get a Wikidata property (P-id) with its data type, labels, descriptions, aliases and statements - POST /api/wikidata/sparql — Run a raw SPARQL query against the Wikidata Query Service ### /wikimedia_commons (7 endpoints) - POST /api/wikimedia_commons/categories — Get a Wikimedia Commons category by name, page id or URL - POST /api/wikimedia_commons/categories/members — List the files, subcategories and pages that belong to a Wikimedia Commons category - POST /api/wikimedia_commons/files — Get a Wikimedia Commons media file by name, page id or URL - POST /api/wikimedia_commons/files/list — Browse Wikimedia Commons media files, optionally filtered by uploader, MIME or size - POST /api/wikimedia_commons/files/search — Search Wikimedia Commons media files by full-text query - POST /api/wikimedia_commons/files/structured-data — Get the structured data (captions and statements) of a Wikimedia Commons file - POST /api/wikimedia_commons/files/usage — List every wiki page across all Wikimedia projects that embeds a Commons file ### /wikipedia (7 endpoints) - POST /api/wikipedia/articles — Get a Wikipedia article by title, page id or URL - POST /api/wikipedia/articles/categories — List the categories a Wikipedia article belongs to - POST /api/wikipedia/articles/content — Get the full plain-text content and section structure of a Wikipedia article - POST /api/wikipedia/articles/langlinks — List interlanguage links of a Wikipedia article - POST /api/wikipedia/articles/links — List the articles a Wikipedia article links to - POST /api/wikipedia/articles/search — Search Wikipedia articles by full-text query - POST /api/wikipedia/categories/members — List the pages and subcategories that belong to a Wikipedia category ### /wipo_brands (3 endpoints) - POST /api/wipo_brands/trademarks — Get a trademark by its ST13 identifier - POST /api/wipo_brands/trademarks/search — Search trademarks by mark text and filters - POST /api/wipo_brands/trademarks/statistics — Aggregate trademark counts over a chosen dimension ### /workable (3 endpoints) - POST /api/workable/jobs — Get a Workable job posting by company board handle and job shortcode - POST /api/workable/jobs/finder — Search jobs across all Workable company boards (cross-company job finder) - POST /api/workable/jobs/search — List and filter the job postings on a single company's Workable board ### /workday (2 endpoints) - POST /api/workday/jobs — Get a single Workday job posting by its full career-board URL. Returns the job title, full HTML description, requisition id, posting id, primary and additional locations, requisition location with country, remote type, time type, posting date, start date, posted and apply availability flags, hiring organization and the public job URL. - POST /api/workday/jobs/search — List job postings from a Workday-powered company career board by its career-site URL, optionally narrowed by a keyword and facet filters (job category, time type, location, etc.). Each posting includes the title, requisition id, location, posting date, time type and the public job URL. ### /worldafisha (2 endpoints) - POST /api/worldafisha/events — Get full WorldAfisha event details by event slug or event page URL: title, performers, category (genre), program, description, start date and time, city, country, venue, ticket price and currency, external ticket url, image and the performer page slug. - POST /api/worldafisha/events/search — List WorldAfisha events (Russian-language concerts, theatre, stand-up and shows abroad). Filter by location (country or city slug), period (this weekend, next month) or world region (Europe); with no filter, returns the full upcoming-events listing. Each event has title, performers, category (genre), program, start date and time, city, country, venue, ticket price and currency, external ticket url and image. ### /worldbank (5 endpoints) - POST /api/worldbank/countries — List countries and aggregates with their region, income level and lending type - POST /api/worldbank/indicators — Get an indicator's time-series values for one or more countries - POST /api/worldbank/indicators/search — Search the World Bank indicator catalog by keyword, topic or data source - POST /api/worldbank/sources — List the data sources behind World Bank indicators - POST /api/worldbank/topics — List the topics that group World Bank indicators ### /wttj (6 endpoints) - POST /api/wttj/companies — Get a Welcome to the Jungle company profile by its slug or profile URL. Returns the company name, logo and cover images, business sectors with their parent groups, office locations with geo coordinates and headquarter flag, employee count, website, workplace-equality indexes, labels and the public profile URL. - POST /api/wttj/companies/jobs — List all open job postings for one Welcome to the Jungle company by its slug or profile URL. Each posting includes the title, summary, contract type, remote policy, salary, profession, sectors, benefits, offices with coordinates and the public job URL. - POST /api/wttj/companies/search — Search Welcome to the Jungle companies by name or keyword, optionally filtered by sector, office country or a geo radius. Each result includes the company name, summary, logo and cover, sectors, tech stack, employee count, open-job count, labels, offices with coordinates and the public profile URL. - POST /api/wttj/jobs — Get a single Welcome to the Jungle job posting by its URL or '{company_slug}/{job_slug}'. Returns the title, full HTML description and candidate profile, contract type, remote policy, salary range, contract duration, experience and education levels, profession (category and sub-category), sectors, skills, tools, key missions, benefits, office locations with geo coordinates, the application URL, the embedded company profile and publication dates. - POST /api/wttj/jobs/related — List Welcome to the Jungle job postings related to a given job (same profession), excluding the source job. Each result includes the title, summary, contract type, remote policy, salary, profession, sectors, benefits, offices with coordinates, the company and the public job URL. - POST /api/wttj/jobs/search — Search Welcome to the Jungle job postings by keyword and filters — contract type, remote policy, profession category and sub-category, sector/industry, experience and education levels, office country, company and a geo radius. Each result includes the title, summary, contract type, remote policy, salary, profession, sectors, benefits, offices with coordinates, the company and the public job URL. ### /xiaohongshu (2 endpoints) - POST /api/xiaohongshu/notes — Get Xiaohongshu (RED, 小红书) note details by note ID or full note URL - POST /api/xiaohongshu/users — Get Xiaohongshu (RED, 小红书) user profile by user ID or full profile URL ### /yahoo/finance (3 endpoints) - POST /api/yahoo/finance/quotes — Get real-time quote for a ticker symbol - POST /api/yahoo/finance/quotes/history — Get historical OHLCV bars for a ticker symbol - POST /api/yahoo/finance/search — Search for ticker symbols and companies on Yahoo Finance ### /yahoo/search (4 endpoints) - POST /api/yahoo/search/images — Search Yahoo Images by query - POST /api/yahoo/search/news — Search Yahoo News by query - POST /api/yahoo/search/videos — Search Yahoo Videos by query - POST /api/yahoo/search/web — Search the web using Yahoo Search ### /yahoo_shopping (5 endpoints) - POST /api/yahoo_shopping/products — Get full Yahoo! Shopping (Japan) product details by store_alias/item_code (or product URL): title, catch copy, description, brand, price, premium price, list price, PayPay points, free-shipping, sale flag, condition, images, video, rating, review count, recent order count, category breadcrumbs, specifications, store info, SKU variants and cross-store offers summary. - POST /api/yahoo_shopping/products/reviews — Get Yahoo! Shopping (Japan) product reviews by store_alias/item_code (or product URL): rating, title, text, author, posted date, helpful count, selected options, sub-rating breakdown and review images. - POST /api/yahoo_shopping/products/search — Search Yahoo! Shopping (Japan) products by keyword with optional price/category/brand/condition/free-shipping filters and sort order. Returns id (store_alias/item_code), title, price, list price, discount, PayPay points, image, brand, rating, review count and store info per result. - POST /api/yahoo_shopping/stores — Get a Yahoo! Shopping (Japan) store profile by alias (or store URL): name, description, rating, review count, total item count, logo image, open status, good-store badge, phone, and top store categories with their item counts. - POST /api/yahoo_shopping/stores/items — List items sold by a Yahoo! Shopping (Japan) store by alias (or store URL), with optional sort order. Returns id (store_alias/item_code), title, price, list price, discount, PayPay points, image, brand, rating, review count and store info per result. ### /yandexmaps (5 endpoints) - POST /api/yandexmaps/organizations — Get full Yandex Maps organization details by permalink (or organization URL): title, rating, review and rating counts, categories, phones, website, address with postal code and coordinates, working hours, features/amenities, nearby metro and stops, photos, awards and social links. - POST /api/yandexmaps/organizations/menu — Get the Yandex Maps menu/showcase items for an organization by permalink: item title, image and price. - POST /api/yandexmaps/organizations/rating — Get the Yandex Maps rating breakdown for an organization by permalink: overall rating with rating and review counts plus per-aspect sentiment (e.g. food, service, interior) with positive/neutral/negative counts and aspect photos. - POST /api/yandexmaps/organizations/reviews — Get Yandex Maps reviews for an organization by permalink: review text, rating, author with level, like and dislike counts, photos, update time and any business reply. - POST /api/yandexmaps/organizations/search — Search Yandex Maps organizations by query or category within a geo area: organization cards with title, rating, categories, address, coordinates, working hours and features, filterable by rating, price band, open-now, good-place, photos and extra category-specific filters, ordered by relevance or by rating. ### /yandexmarket (5 endpoints) - POST /api/yandexmarket/categories/products — List Yandex.Market products inside a category by category id (or category URL): product cards with id, title, image, price, spec highlights and seller, with price range, condition, payment, rating and ordering filters. - POST /api/yandexmarket/products — Get full Yandex.Market product details by id (or product URL): title, brand, image, description, price, rating, review count, category breadcrumbs, primary seller and spec table. - POST /api/yandexmarket/products/offers — Get all seller offers for a Yandex.Market product by id (or product URL): per-offer price, price with card, old price and discount, condition, delivery, stock and seller details. - POST /api/yandexmarket/products/reviews — Get Yandex.Market product reviews by id (or product URL): rating, text, pros, cons, author, date, photos and helpfulness votes. - POST /api/yandexmarket/products/search — Search Yandex.Market products by keyword: product cards with id, title, image, price, spec highlights, seller business id and sku, with price range, condition, payment, rating and ordering filters. ### /yandexrealty (8 endpoints) - POST /api/yandexrealty/developers — Get Yandex Realty developer (builder) details by developer id or developer URL: name, description, logo, website, founding date, portfolio statistics (total/finished/unfinished houses and residential complexes), per-region presence, the developer's current region statistics and awards. - POST /api/yandexrealty/developers/sites — List the new buildings (residential complexes) of a Yandex Realty developer by developer id or developer URL, within a region. Returns new building cards with name, price range, building class, construction state, address, metro, review rating and photos. - POST /api/yandexrealty/offers — Get full Yandex Realty offer (listing) details by offer id or offer URL: deal type, property category, price and price per square meter, rooms, total/living/kitchen area, room areas, floor, ceiling height, renovation, bathroom, balcony, window view, building year/type/series, address, coordinates, nearby metro stations, photos, tags, the seller (agency/agent) and the price history. - POST /api/yandexrealty/offers/search — Search Yandex Realty offers (listings) in a region by deal type (buy/rent/daily rent), property type (apartment/room/house/lot/garage/commercial), market (secondary/new building) and a full set of real estate filters: rooms, price, total/living/kitchen area, floor, building year, ceiling height, wall material, renovation, decoration, bathroom layout, building class, metro, balcony, parking, furniture, no agent fee / no commission (rentals), photos and virtual tour. Returns offer cards with price, area, rooms, floor, address, metro, photos, tags and the seller. - POST /api/yandexrealty/sites — Get full Yandex Realty new building (residential complex) details by site id or new building URL: name, developer, price range and price per square meter, area range, building class, floors, total apartments, construction state and delivery dates, interior finish, parking, room offers by room type (price, area, offer count), transaction terms (mortgage/installment), address, coordinates, review count and rating, description and photos. - POST /api/yandexrealty/sites/plans — Get apartment floor plans of a Yandex Realty new building (residential complex) by site id or new building URL: room type and count, whole and living area, price range and price per square meter, available offer count, floors, the plan image and the commissioning date. - POST /api/yandexrealty/sites/reviews — Get user reviews of a Yandex Realty new building (residential complex) by site id or new building URL: author, review text, overall rating and category ratings (ecology, infrastructure, price, transport) and the review date. - POST /api/yandexrealty/sites/search — Search Yandex Realty new buildings (residential complexes) in a region with optional filters: price, total area, building class, commissioning year, metro, developer and finished-apartments availability. Returns new building cards with name, developer, price range, building class, construction state, address, metro, review rating and photos. ### /yandexsearch (1 endpoints) - POST /api/yandexsearch/search — Search Yandex by query and return organic web results: destination url, title, displayed url (breadcrumb), snippet and position. Region-biased and language-aware. ### /yell (4 endpoints) - POST /api/yell/businesses — Get a Yell business profile by its URL or path: name, tagline, description, category, customer rating and review count, phone, website, social links, opening hours, payment methods, services, address with coordinates, logo, photos and recent customer reviews. - POST /api/yell/businesses/reviews — Get customer reviews for a Yell business by its profile URL or path: reviewer name, star rating, review title and text, date and the business owner's response. - POST /api/yell/businesses/search — Search Yell businesses by keyword and UK location, ordered by relevance, rating or review count and optionally limited to a search radius. Returns name, rating and review count, category, phone, website, photo, a sponsored flag and the profile URL for each business. - POST /api/yell/categories — List Yell's popular business categories (e.g. Plumbers, Electricians, Builders), optionally filtered by a name prefix. Each category has a display name, alias and landing page URL. ### /yellowpages (5 endpoints) - POST /api/yellowpages/businesses — Get a Yellow Pages business profile by its profile (MIP) URL or path: name, alternate names, categories, customer rating and review count, phone, email, website, address with coordinates, neighborhoods served, description, founding year, hours, payment methods, services, brands, languages, primary photo and logo. - POST /api/yellowpages/businesses/coupons — Get coupons and deals offered by a Yellow Pages business by its profile (MIP) URL or path: title, description, disclaimer, prices, expiry and image. - POST /api/yellowpages/businesses/photos — Get gallery photos for a Yellow Pages business by its profile (MIP) URL or path. - POST /api/yellowpages/businesses/reviews — Get customer reviews for a Yellow Pages business by its profile (MIP) URL or path: star rating, author, text, date and helpful vote count. - POST /api/yellowpages/businesses/search — Search Yellow Pages businesses by keyword and location, ordered by relevance, distance, rating or name. Returns name, rank, rating and review count, categories, phone, address, website, photo, open-24-hours and coupon flags, a review snippet and the profile URL for each business. ### /yolo (2 endpoints) - POST /api/yolo/events — Get full Yolo event details by event slug or event page URL: title, category, description, image and gallery, ticket price and currency, service languages, schedule sessions (date, weekday, time, price range and external buy link), venue with address and coordinates, city, country, external ticket url and source. - POST /api/yolo/events/search — List Yolo events in Tbilisi and Batumi (Georgia). Filter by category, city, service language, price range, date (relative preset or explicit range) and order by price. Optionally narrow by a free-text keyword matched against event titles. Each event has title, category, image, date range, venue, from-price and currency, external ticket url and source. ### /zachestnyibiznes (14 endpoints) - POST /api/zachestnyibiznes/companies — Get a Russian company or sole proprietor (FNS/EGRUL/EGRIP registry) by INN or OGRN: name, full legal name, status, INN/OGRN/KPP/OKPO, registration dates, region and address, charter capital, primary activity (OKVED), director, share registrar and contacts. - POST /api/zachestnyibiznes/companies/branches — Get the branches and representative offices of a Russian company by INN or OGRN: subdivision type, name, address and registration date. - POST /api/zachestnyibiznes/companies/certificates — Get the conformity certificates and declarations of a Russian company by INN or OGRN: registration number, status, validity dates, certificate type, scheme, product kind, applicant, manufacturer and certification body. - POST /api/zachestnyibiznes/companies/courts — Get the arbitration court-case summary of a Russian company by INN or OGRN: total number of cases and the total, pending and completed claim amounts. - POST /api/zachestnyibiznes/companies/enforcements — Get the bailiff enforcement-proceedings (FSSP) summary of a Russian company by INN or OGRN: total number and amount, and a per-role breakdown (debtor/creditor) of opened and completed proceedings with their counts and amounts. - POST /api/zachestnyibiznes/companies/financials — Get the yearly financial summary of a Russian company by INN or OGRN (per FNS accounting reports): revenue, net profit, expenses, receivables, payables, fixed assets, inventory and other income/expense lines, plus per-year financial-analysis ratios (liquidity, autonomy, capitalization, ROA, ROE, ROS). - POST /api/zachestnyibiznes/companies/inspections — Get the government inspections of a Russian company by INN or OGRN: inspection number, dates, ground, status, type, supervising authority and result. - POST /api/zachestnyibiznes/companies/licenses — Get the licenses of a Russian company by INN or OGRN: license number, name, issuing authority, source registry and validity dates. - POST /api/zachestnyibiznes/companies/relations — Get the affiliation summary of a Russian company by INN or OGRN: number of branches and representative offices, the head person managing related entities, and legal successors/predecessors with their OGRN and registration date. - POST /api/zachestnyibiznes/companies/representation — Get the management and ownership of a Russian company by INN or OGRN: director (name, INN, role, start date), share registrar, and founders with their share percent, share amount and INN. - POST /api/zachestnyibiznes/companies/requisites — Get the official requisites of a Russian company by INN or OGRN: full and short name, INN/OGRN/KPP, statistics codes (OKPO/OKTMO/OKATO/OKOGU/OKOPF/OKFS), tax authority and registration dates, legal address and director — ready for contracts. - POST /api/zachestnyibiznes/companies/search — Search Russian companies and sole proprietors (FNS/EGRUL/EGRIP registry) by name, INN, OGRN, address or person, with filters by registration status, region, legal form (OKOPF), ownership form (OKFS), activity (OKVED), special tax regime, contacts, presence of branches/financials, and ranges on revenue, charter capital, headcount and registration date. - POST /api/zachestnyibiznes/companies/significant-facts — Get the Fedresurs significant-facts summary of a Russian company by INN or OGRN: total number of published messages and a breakdown by message type (bankruptcy intentions, pledges, guarantees, leasing contracts and more) with their counts. - POST /api/zachestnyibiznes/companies/trademarks — Get the trademarks of a Russian company by INN or OGRN: registration number, application number, registration date, expiry date and the source registry link. ### /zalando (4 endpoints) - POST /api/zalando/brands/products — List products from a Zalando brand catalog by brand alias: id, product URL, name, brand, price, list_price, discount, currency, image, silhouette, gender, flags (Deal/Kids/etc) and available sizes. - POST /api/zalando/products — Get full Zalando product details by product URL: name, brand, color, price, list_price, discount, 30-day lowest price, images, description, category, silhouette, flags, return/delivery policy, popularity highlights, sizes with availability, material/care attributes and colour variants of the same style. - POST /api/zalando/products/related — Get Zalando product recommendations by product URL: cross-sell items that go with this product, more from the same brand, similar styles and sponsored cards. Each card has id, brand, name, price, image and product URL. - POST /api/zalando/products/search — Search Zalando products by keyword. Returns id (config-sku), url, name, brand, color, price, list_price, discount, 30-day lowest price, image, gender and whether the card is a sponsored placement. Supports optional brand, size, colour, price-range and sort filters. ### /zapimoveis (3 endpoints) - POST /api/zapimoveis/locations/search — Resolve a free-text location query (city, neighborhood or street) into ZAP Imóveis location entities. Each result carries the category, name, neighborhood, zone, city, state, location ID and coordinates that can be used to scope a property search. - POST /api/zapimoveis/properties — Get full ZAP Imóveis listing details by numeric ID (or listing URL): title, description, address and coordinates, business type, listing status, price, condo fee, IPTU, usable and total area, bedrooms, bathrooms, suites, parking, unit floor, amenities, advertiser (agency/broker) with contact phones, publication date, listing code and all images. - POST /api/zapimoveis/properties/search — Search ZAP Imóveis real-estate listings across Brazil by free-text location (city, neighborhood or street) with sale, rental or new-development context and a full set of filters (property type, price range, usable area range, bedrooms, bathrooms, parking, construction stage, amenities, listing code, sort). Returns listings with title, description, address and coordinates, price, condo fee, IPTU, areas, bedrooms, bathrooms, suites, parking, amenities, advertiser, images and image count. ### /zara (3 endpoints) - POST /api/zara/products — Get full Zara product details by product id (or product URL): name, reference, description, price, section/family, color variants with per-color images and sizes (with availability and sku) and material composition. - POST /api/zara/products/search — Search the Zara catalog by keyword. Returns matching product cards with name, alias, reference, price, section/family, main color, availability and images. - POST /api/zara/stores/search — Find Zara physical stores near a geographic point (latitude/longitude). Returns stores ordered by distance, each with name, address, city, state, country, coordinates, phone, store type, sections and weekly opening hours. ### /zauba (6 endpoints) - POST /api/zauba/companies — Get full India MCA company master data by CIN or LLPIN: name, status, class, category and sub category, ROC, registration number, date of incorporation, listed/unlisted, authorised and paid-up share capital, NIC code and activity description, registered address, email, member count, previous names and CINs, annual compliance dates, current and past directors (DIN, name, designation, appointment/cessation), and registered charges (secured loans). - POST /api/zauba/companies/charges — Get the registered charges (secured loans) of an India-registered company by CIN or LLPIN. Returns a list of charges with charge id, creation date, modification date, closure date, assets charged, amount, and charge holder. A company with no charges on record returns an empty list. - POST /api/zauba/companies/directors — Get the current and past directors of an India-registered company by CIN or LLPIN. Returns a list of directors with DIN, name, designation, appointment date, cessation date (past directors only), and is_current. A company with no directors on record (e.g. amalgamated or struck off) returns an empty list. - POST /api/zauba/companies/search — Search India-registered companies by name. Returns matching companies as a list of items with cin (the get-by-id key for /zauba/companies), name, and registered address. - POST /api/zauba/directors — Get an India MCA director profile by DIN (Director Identification Number): the director name and the companies they are or have been associated with, each with the company CIN/LLPIN, company name, designation, date of appointment, date of cessation (past associations only), and whether the association is current. - POST /api/zauba/directors/search — Search India-registered company directors by name. Returns matching directors as a list of items with din (the get-by-id key for /zauba/directors), name, the associated company name, and that company's cin (the get-by-id key for /zauba/companies). ### /zefix (6 endpoints) - POST /api/zefix/companies — Get Swiss company details by EHRA ID or UID - POST /api/zefix/companies/publications — Get SHAB/SOGC commercial gazette publications for a Swiss company - POST /api/zefix/companies/search — Search Swiss companies by name or UID - POST /api/zefix/legal-forms — List Swiss legal form codes used in the commercial register - POST /api/zefix/localities — List Swiss localities (legal seat communities) - POST /api/zefix/register-offices — List Swiss cantonal commercial registry offices ### /zenodo (2 endpoints) - POST /api/zenodo/records — Get a Zenodo research record (dataset, software, publication, etc.) by ID, URL, or DOI - POST /api/zenodo/records/search — Search Zenodo research records (datasets, software, publications, and more) ### /zerion (9 endpoints) - POST /api/zerion/chains — List the blockchain networks supported by Zerion - POST /api/zerion/fungibles — Get a token's price and market profile by its Zerion token id - POST /api/zerion/fungibles/search — Search Zerion's token catalog by name, symbol or contract address - POST /api/zerion/wallets — Get a wallet's multichain portfolio summary by EVM address or ENS name - POST /api/zerion/wallets/chart — Get a wallet's portfolio value time series for a given period - POST /api/zerion/wallets/nfts — Get a wallet's NFT holdings across all blockchain networks - POST /api/zerion/wallets/pnl — Get a wallet's realized and unrealized profit and loss by EVM address or ENS name - POST /api/zerion/wallets/positions — Get a wallet's token and DeFi positions across all blockchain networks - POST /api/zerion/wallets/transactions — Get a wallet's transaction history across all blockchain networks ### /zhaopin (4 endpoints) - POST /api/zhaopin/companies — Get Zhaopin company profile details by company number - POST /api/zhaopin/companies/search — Search Zhaopin companies by keyword, location, industry, type and size - POST /api/zhaopin/jobs — Get Zhaopin job posting details by job number - POST /api/zhaopin/jobs/search — Search Zhaopin job postings by keyword, city and filters ### /zimamagazine (2 endpoints) - POST /api/zimamagazine/events — Get a single ZIMA Magazine event by its record id or url slug. Returns the event with title, full description, image, country, city, venue and address, start and end date, ticket link and categories. - POST /api/zimamagazine/events/search — Search the ZIMA Magazine events listing — Russian-language cultural events (concerts, theatre, exhibitions, festivals, cinema, public meetings and more) across the UK, Europe, the UAE and beyond. Combine a keyword with filters for country, category, city and date range. Returns event cards with title, description, image, country, city, venue, address, start and end date, ticket link and categories. ### /ziprecruiter (4 endpoints) - POST /api/ziprecruiter/companies — Get a ZipRecruiter company profile by its alias - POST /api/ziprecruiter/companies/jobs — List the jobs posted by a ZipRecruiter company - POST /api/ziprecruiter/jobs — Get a ZipRecruiter job by its URL - POST /api/ziprecruiter/jobs/search — Search ZipRecruiter jobs by keyword and location ### /zomato (6 endpoints) - POST /api/zomato/collections — Get curated Zomato restaurant collections for a city: collection name, number of places, URL and image. - POST /api/zomato/restaurants — Get full Zomato restaurant details by '{city}/{slug}' path or restaurant URL: name, cuisines, dining and delivery ratings, cost for two, address, geo coordinates, phones, opening hours, amenities, dining offers and photos. - POST /api/zomato/restaurants/menu — Get the Zomato restaurant menu by '{city}/{slug}' path or restaurant URL: categories with dishes (name, description, image, veg/non-veg marker). - POST /api/zomato/restaurants/photos — Get Zomato restaurant photos by '{city}/{slug}' path or restaurant URL: image and thumbnail URLs, uploader, like and comment counts and time. - POST /api/zomato/restaurants/reviews — Get Zomato restaurant reviews by '{city}/{slug}' path or restaurant URL: author, rating, review text, dining/delivery type, like and comment counts, photos and time. - POST /api/zomato/restaurants/search — Search Zomato restaurants in a city by mode (dining out / delivery / nightlife) with optional filters: keyword, cuisines, sort, minimum rating, maximum cost for two and amenities. Returns restaurant cards with name, rating, cuisines, cost for two, locality, distance and offers. ### /zoopla (4 endpoints) - POST /api/zoopla/agents — Get a Zoopla estate agent branch by branch id (or branch URL): display name, logo, office address, postcode, phone, email, profile description and professional memberships. - POST /api/zoopla/properties — Get full Zoopla property listing details by listing id (or listing URL): display address, price, bedrooms, bathrooms, reception rooms, floor area, property type, tenure, council tax band, EPC rating, full description, features, highlights, tags, photos, floor plans, videos, coordinates, nearest stations and the selling/letting agent branch. - POST /api/zoopla/properties/history — Get the price and listing history of a Zoopla property by listing id (or listing URL): first published date and price, every subsequent price change (drop/increase, amount and percentage) and any recorded historic property sales. - POST /api/zoopla/properties/search — Search Zoopla property listings by location (for sale or to rent), with optional bedroom and price filters. Returns listing cards with address, price, bedrooms, bathrooms, reception rooms, floor area, property type, the listing photo, the listing agent and the listing detail url. ### Crunchbase (3 endpoints) - POST /api/crunchbase/company — Get Crunchbase Company info - POST /api/crunchbase/db/search — Search Crunchbase companies in dataset (fast) - POST /api/crunchbase/search — Search Crunchbase companies by filters ### DuckDuckGo Search (1 endpoints) - POST /api/duckduckgo/search — Simple DuckDuckGo search parser by query. ### LinkedIn Companies (4 endpoints) - POST /api/linkedin/company — Linkedin Get Company - POST /api/linkedin/company/employee_stats — Linkedin Get Company Employee Stats - POST /api/linkedin/company/employees — Linkedin Get Company Employees - POST /api/linkedin/company/posts — Linkedin Get Company Posts ### LinkedIn Email Finder (2 endpoints) - POST /api/linkedin/email/sql/user — Get fresh LinkedIn user data by email address (DB lookup) - POST /api/linkedin/email/user — Linkedin Get User By Email ### LinkedIn Groups (1 endpoints) - POST /api/linkedin/group — Linkedin Get Group ### LinkedIn Posts (4 endpoints) - POST /api/linkedin/post — Linkedin Get Post Details - POST /api/linkedin/post/comments — Linkedin Get Post Comments - POST /api/linkedin/post/reactions — Linkedin Get Post Reactions - POST /api/linkedin/post/reposts — Linkedin Get Post Reposts ### LinkedIn Search (8 endpoints) - POST /api/linkedin/search/companies — Linkedin Search Companies - POST /api/linkedin/search/educations — Linkedin Search Educations - POST /api/linkedin/search/industries — Linkedin Search Industries - POST /api/linkedin/search/jobs — Linkedin Search Jobs - POST /api/linkedin/search/locations — Linkedin Search Locations - POST /api/linkedin/search/posts — Linkedin Search Posts - POST /api/linkedin/search/sql/companies — Bulk-discover companies in the cached ~70M-record LinkedIn DB. Use for ICP discovery, competitor/lookalike lists, and account-list building. - POST /api/linkedin/search/users — Linkedin Search Users ### LinkedIn Social Search (1 endpoints) - POST /api/linkedin/sn_search/users — Linkedin Sales Navigator Search Users ### LinkedIn Users (15 endpoints) - POST /api/linkedin/user — Linkedin Get User - POST /api/linkedin/user/articles — Linkedin Get User Articles - POST /api/linkedin/user/certificates — Linkedin Get User Certificates - POST /api/linkedin/user/comments — Linkedin Get User Comments - POST /api/linkedin/user/education — Linkedin Get User Education - POST /api/linkedin/user/email — Get email addresses by LinkedIn internal_id, profile URL, or alias (supports batch up to 10 profiles) - POST /api/linkedin/user/endorsers — Linkedin Get User Endorsers - POST /api/linkedin/user/experience — Linkedin Get User Experience - POST /api/linkedin/user/find_email_by_url — Find email by LinkedIn profile URL. - POST /api/linkedin/user/honors — Linkedin Get User Honors - POST /api/linkedin/user/languages — Linkedin Get User Languages - POST /api/linkedin/user/patents — Linkedin Get User Patents - POST /api/linkedin/user/posts — Linkedin Get User Posts - POST /api/linkedin/user/reactions — Linkedin Get User Reactions - POST /api/linkedin/user/skills — Linkedin Get User Skills ### LinkedIn Web Search (1 endpoints) - POST /api/linkedin/google/company — Linkedin Bulk Search Companies by keywords. ### SEC (2 endpoints) - POST /api/sec/document — Retrieve SEC EDGAR document by accession number - POST /api/sec/search/companies — Search SEC EDGAR filings by full-text query, company, form type, date range and location ### Siemens (2 endpoints) - POST /api/siemens/search/partners — Search Siemens partners - POST /api/siemens/search/partners/digital — Search Digital Industries Software partner. ### Token Management (2 endpoints) - GET /token/requests - GET /token/requests/count ### Twitter Search (3 endpoints) - POST /api/twitter/search/lists — Twitter Search Lists - POST /api/twitter/search/posts — Twitter Search Tweets - POST /api/twitter/search/users — Twitter Search Users ### Twitter Users (8 endpoints) - POST /api/twitter/user — Twitter Get User - POST /api/twitter/user/followers — Twitter Get User Followers - POST /api/twitter/user/following — Twitter Get User Following - POST /api/twitter/user/highlights — Twitter Get User Highlights - POST /api/twitter/user/lists — Twitter Get User Lists - POST /api/twitter/user/media — Twitter Get User Media - POST /api/twitter/user/posts — Twitter Get User Posts - POST /api/twitter/user/replies — Twitter Get User Replies ### US (59 endpoints) - POST /api/alabama/companies — Get an Alabama business's registry record from the Secretary of State by its entity ID number: exact name, entity type, status (with the date it took effect and any successor it merged or consolidated into), place and date of formation, principal and mailing addresses, registered agent (name and addresses), nature of business, authorized and paid-in capital, incorporators or members (name and addresses), the years annual reports were filed, the transaction history (dated changes to agent, name, address, etc.), and recorded documents (date, type and page count). For foreign entities also the home-state legal name and service-of-process address. - POST /api/alabama/companies/search — Search Alabama businesses in the Secretary of State registry by name, optionally filtered by entity type, registration status and city. Returns each matching entity's entity ID number, name, city, legal form and status. - POST /api/arkansas/companies — Get an Arkansas business's registry record from the Secretary of State by its filing number: exact name, entity type, status, statute filed under, filing date, principal address, registered agent (name and address), fictitious/DBA names, officers (name and role), and for foreign entities the foreign name, foreign address and state of origin. - POST /api/arkansas/companies/search — Search Arkansas businesses in the Secretary of State registry by name, fictitious/DBA name, or registered agent. Returns each matching entity's filing number, name, city, state and status. - POST /api/colorado/companies — Get a Colorado business's registry record from the Secretary of State business database by its ID number: name, status, entity type, formation date, jurisdiction, periodic report month, principal office and mailing addresses, and the registered agent (name, street and mailing address). - POST /api/colorado/companies/filings — List a Colorado business's filing history from the Secretary of State business database by ID number: each filing's event, date filed, date posted, effective date, document number, a link to view the filed document, and any comment. - POST /api/colorado/companies/search — Search Colorado businesses by name in the Secretary of State business database. Returns each matching record's ID number, document number, name, event, status, entity type and formation date. - POST /api/delaware/companies — Get a Delaware business entity by its file number from the Delaware Division of Corporations registry: file number, entity name, legal form (Corporation, Limited Liability Company, Limited Partnership, ...), entity subtype (General, Statutory Trust, ...), residency (Domestic/Foreign), formation jurisdiction, incorporation/formation date, and the registered agent (name, address, city, county, state, postal code, phone). - POST /api/delaware/companies/search — Search Delaware business entities by name in the Delaware Division of Corporations registry. Returns matching entities with name and file_number. Use the file_number with delaware/companies for the full entity record. - POST /api/florida/companies — Get a Florida business's registry record from the Division of Corporations (Sunbiz) by its Document Number: exact name, entity type, FEI/EIN, date filed, jurisdiction, status, last event, principal and mailing addresses, registered agent (name and address), officers/directors (title, name, address), annual reports (year and filed date) and the event/filing history (type, dates, description). - POST /api/florida/companies/filings — List a Florida business's scanned filing documents from the Division of Corporations (Sunbiz) registry by Document Number: each document's date, type and a link to view the filing as a PDF. - POST /api/florida/companies/search — Search Florida businesses by name in the Division of Corporations (Sunbiz) registry. Returns each matching entity's Document Number, name and status. - POST /api/georgia/companies — Get a Georgia business entity by its control number from the Secretary of State Corporations Division registry: legal name, control number, entity type, status, NAICS industry classification, principal office address, formation/registration date, dissolved date, jurisdiction, last annual registration year, registered agent (name, physical address, county) and officer records (name, title, business address). - POST /api/georgia/companies/filings — Get the filing history of a Georgia business entity by its control number from the Secretary of State Corporations Division registry. Returns filings with filing number, filing type (e.g. Business Formation, Annual Registration, Business Amendment, Business Withdrawal), filing date and effective date. - POST /api/georgia/companies/search — Search Georgia business entities in the Secretary of State Corporations Division registry by business name or control number. Returns matching entities with name, control number, entity type, status, principal office address and registered agent name. Use the control_number with georgia/companies for the full entity record. - POST /api/hawaii/companies — Get a Hawaii business's registry record from the DCCA Business Registration Division by its file number: exact master name, business type, status, purpose, place and date of registration, principal and mailing addresses, any cross-reference names, term, registered agent (name and address), the annual filing history (year, date received, status), officers (name, office, date), authorized stock (class, shares, paid shares, par value, amount), registered trade names, trademarks and service marks (name, type, category, registration and expiration dates, status), and other filings (date, description, remarks). - POST /api/idaho/companies — Get full Idaho business details from the Secretary of State registry by file number: name, filing type, status, standing, jurisdiction of formation, term of duration, initial filing date, inactive filing date, expiration date, annual report due date, principal and mailing addresses and registered agent (name, type, registration id, address). - POST /api/idaho/companies/search — Search Idaho businesses in the Secretary of State registry by name or file number. Returns matching entities with file number, name, filing type, status, standing, filing date and registered agent. - POST /api/iowa/companies — Get an Iowa business entity by its business number from the Iowa Secretary of State business registry: legal name, status, entity type, state of incorporation, chapter, effective/filing/expiration dates, registered agent and principal-office addresses, the entity's names (legal, former and fictitious/DBA names), officers, stock classes and full filing history with document links. - POST /api/iowa/companies/search — Search Iowa business entities by name or business number in the Iowa Secretary of State business registry. Returns matching entities with business_number, name, status, entity type and legal name. Use the business_number with iowa/companies for the full entity record. - POST /api/kentucky/companies — Get a Kentucky business entity by its control number from the Kentucky Secretary of State business registry: organization number, legal name, profit/non-profit, company type, industry, employee band, county, status, standing, formation state, file/authority/organization/expiration dates, last annual report date, share count, principal-office address, registered agent, and the entity's current officers, initial officers, assumed names (DBAs) and former names. - POST /api/kentucky/companies/activities — Get a Kentucky business entity's activity history (filing history) by its control number from the Kentucky Secretary of State business registry: each filing's type (e.g. Annual report, Amendment, Principal office change, Cancellation), file date and effective date. - POST /api/kentucky/companies/documents — Get a Kentucky business entity's online document images by its control number from the Kentucky Secretary of State business registry: each scanned filing's document name, downloadable PDF URL, file date and page count. Documents filed on September 15, 2004 or thereafter are available as PDFs. - POST /api/kentucky/companies/search — Search Kentucky business entities by name or organization number in the Kentucky Secretary of State business registry. Returns matching entities with name, ctr (control number), organization_number, status and company_type. Use the ctr with kentucky/companies for the full entity record. - POST /api/maine/companies — Get a Maine business entity by its charter number from the Maine Secretary of State business registry: legal name, charter number, legal form, status, filing/qualification date, formation jurisdiction, assumed and former names, principal-office address (physical and mailing) and the clerk/registered agent (name and address). - POST /api/maine/companies/filings — Get the filing history of a Maine business entity by its charter number from the Maine Secretary of State business registry. Returns a list of filings, each with description, date, whether a document image is available, and a filing identifier. - POST /api/maine/companies/search — Search Maine business entities by name keyword in the Maine Secretary of State business registry. Returns matching entities with name, charter number and name_type (LEGAL, ASSUMED or FORMER). Use the charter with maine/companies for the full entity record. - POST /api/massachusetts/companies — Get a Massachusetts business entity's registry record from the Secretary of the Commonwealth Corporations Division by its Identification Number: exact name, previous name and change date, entity type, current and old ID numbers, Massachusetts organization/registration date, jurisdiction of formation (state, country, date) for foreign entities, fiscal year months, principal and mailing addresses, registered agent (name and address), officers and directors (title, name, address), authorized stock classes, publicly-traded and other flags, and comments. - POST /api/massachusetts/companies/filings — List a Massachusetts business's filing history from the Secretary of the Commonwealth Corporations Division by Identification Number: each filing's name, year filed, filing date, filing number, a link to the scanned filing PDF and its page count. - POST /api/massachusetts/companies/search — Search Massachusetts business entities by name in the Secretary of the Commonwealth Corporations Division registry. Returns each matching entity's name, Identification Number, old Identification Number and address. Use the Identification Number with massachusetts/companies for the full entity record. - POST /api/minnesota/companies — Get full Minnesota business details from the Secretary of State registry by file number: name, business type, statute, jurisdiction, filing date, status and standing, renewal and expiration dates, number of shares, registered office, principal, home office and credit-union-location addresses, registered agent, chief executive officer and manager (name and address), nameholders (applicants/markholders), comments, and the filing and renewal history. - POST /api/minnesota/companies/search — Search Minnesota businesses in the Secretary of State registry by name or file number. Returns matching entities with filing identifier, name, business status, business type and name type. - POST /api/missouri/companies — Get a Missouri business entity by its charter number from the Missouri Secretary of State business registry: name, legal form, domesticity (domestic/foreign), home state, status, formation and expiration dates, duration, report-due date, business address, registered agent (name and address), all addresses, and the owners of fictitious-name registrations. - POST /api/missouri/companies/filings — List a Missouri business entity's filing history from the Missouri Secretary of State business registry by charter number: each filing's type, name, filing and effective dates, and the document reference for the scanned filing image. - POST /api/missouri/companies/search — Search Missouri business entities by name in the Missouri Secretary of State business registry. Returns matching entities with charter_number, name, legal_form, status, formed_date and registered_agent. Use the charter_number with missouri/companies for the full entity record. - POST /api/new_hampshire/companies — Get a New Hampshire business's registry record from the Secretary of State QuickStart business database by its Business ID: name, entity type, status, formation dates, jurisdiction, addresses, registered agent, principals (officers/members), NAICS purpose codes, annual report years and contact details. - POST /api/new_hampshire/companies/search — Search New Hampshire businesses by name in the Secretary of State QuickStart business database. Returns each matching record's Business ID, name, entity type, status, home-state name, previous name, principal office address and registered agent name. - POST /api/new_jersey/companies/search — Search New Jersey businesses by name in the Division of Revenue & Enterprise Services registry. Returns each matching entity's id, name, city, legal form and incorporation date. - POST /api/new_mexico/companies — Get full New Mexico business details from the Secretary of State registry by business ID: name, status, initial filing date, entity type and sub-type, jurisdiction of formation, annual report due date, registered agent (name and address), officers, directors, organizers, members, managers and partners (name and role) and alternate and other business names. - POST /api/new_mexico/companies/search — Search New Mexico businesses in the Secretary of State registry by name or business ID. Returns matching entities with business ID, name, matched names, status, entity type and sub-type, jurisdiction of formation, registration date, annual report due date and registered agent name. - POST /api/new_york/companies — Get a New York business entity by its DOS ID from the NY Department of State Corporation & Business Entity Database: legal name, foreign legal name, fictitious name, entity type and status, reason for status, section of law, duration date, jurisdiction, county, statement status and next-statement due date, initial DOS filing date, effective and foreign-formation dates, inactive and dissolution dates, registered agent (name + address), chief executive officer (name + address), principal executive office address, service-of-process recipient and stock/share classes. - POST /api/new_york/companies/filings — Get the filing history for a New York business entity by its DOS ID from the NY Department of State Corporation & Business Entity Database. Returns filing records with file number, document type, file date, certificate code, amendment description, page count and the filing document GUID. - POST /api/new_york/companies/search — Search New York business entities in the NY Department of State Corporation & Business Entity Database by name or DOS ID. Returns matching entities with DOS ID, name, company type and status, type category, name type, assumed name and assumed-name ID, non-qualified ID, jurisdiction, county and initial filing date. - POST /api/north_dakota/companies — Get full North Dakota business details from the Secretary of State registry by system id: name, filing type and subtype, status, standings (annual report, registered agent, other), jurisdiction of formation, nature of business, term of duration, initial filing date, delayed effective date, expiration date, annual report due date, owner (name, address), principal and mailing addresses and registered agent (name, type, address). - POST /api/north_dakota/companies/search — Search North Dakota businesses in the Secretary of State registry by name or system id. Returns matching entities with system id, name, filing type, status, standing and filing date. - POST /api/oklahoma/companies — Get an Oklahoma business entity by its filing number from the Oklahoma Secretary of State business registry: legal name, name type, status, entity type, home jurisdiction, formation date, qualification flag, and the registered agent's name, effective date and address. - POST /api/rhode_island/companies — Get a Rhode Island business's registry record from the Secretary of State by its Identification Number: exact name, entity type, formation/registration and effective dates, jurisdiction of formation, prior and merged names, fictitious names, principal and mailing addresses, resident agent (name and address), officers/directors or managers (title, name, address), authorized stock classes, purpose and NAICS code. - POST /api/rhode_island/companies/filings — List a Rhode Island business's filing history from the Secretary of State registry by Identification Number: each filing's name, year, filing date, filing number and a link to the scanned filing PDF. - POST /api/rhode_island/companies/search — Search Rhode Island businesses by name in the Secretary of State registry. Returns each matching entity's Identification Number, name, NAICS code, active/inactive flag and address. - POST /api/south_carolina/companies — Get a South Carolina business entity by its GUID from the Secretary of State Business Entities Online registry: legal name, entity id, entity type, status, domestic/foreign, jurisdiction, effective / expiration / term end / dissolved dates, registered agent (name, address), assumed names and former names. Obtain the guid from south_carolina/companies/search. - POST /api/south_carolina/companies/filings — Get the filing history of a South Carolina business entity by its GUID from the Secretary of State Business Entities Online registry. Returns filings with filing type (e.g. Assumed Name Certificate, Administrative Dissolution, Change of Agent or Office) and filing date. Obtain the guid from south_carolina/companies/search. - POST /api/south_carolina/companies/search — Search South Carolina business entities in the Secretary of State Business Entities Online registry by business name. Returns matching entities with name, entity type, status, incorporation date and jurisdiction. Use the guid with south_carolina/companies for the full entity record. - POST /api/texas/companies — Get a Texas business entity by its Comptroller Taxpayer Number (11 digits) from the free Texas Comptroller Franchise Tax Account Status record: legal name, Federal EIN, DBA name, franchise-tax right-to-transact status, state of formation, Secretary-of-State registration status and effective date, SoS file number, registered agent name, mailing and registered-office addresses, report year and officer/director records (name, title, address). - POST /api/texas/companies/search — Search Texas business entities by name in the free Texas Comptroller Franchise Tax Account Status record. Matches from the start of the entity name and returns matching entities with name, taxpayer_id (Comptroller Taxpayer Number) and mailing-address ZIP. Use the taxpayer_id with texas/companies for the full entity record. - POST /api/utah/companies — Get a Utah business's registry record from the Division of Corporations and Commercial Code by its Entity Number: name, entity type, subtype, profession, status, status details, formation and renewal dates, domicile and jurisdiction (for foreign entities), registered agent (name, status, address), principals/officers (title, name, address) and physical/mailing addresses. - POST /api/utah/companies/filings — List a Utah business's filing history from the Division of Corporations and Commercial Code registry by Entity Number: each filing's file date, effective date, filing number, document type, filing status and source. - POST /api/utah/companies/search — Search Utah businesses by name in the Division of Corporations and Commercial Code registry. Returns each matching entity's Entity Number, name, status, entity type and subtype. - POST /api/west_virginia/companies — Get full West Virginia business details from the Secretary of State registry by organization id: name, organization type, charter (domestic/foreign), class, security type, effective/established/filing/termination dates, termination reason, business purpose, charter county and state, share and member-management details, addresses (notice of process / registered agent, principal office, mailing, designated office), officers (directors, officers, members, organizers with name and address), trade names (DBA), name changes, amendments, mergers, subsidiaries and annual report years. - POST /api/west_virginia/companies/search — Search West Virginia businesses in the Secretary of State registry by name or by registered agent / officer name. Returns matching entities grouped as organizations, trade names (DBA), name changes and registrations/reservations, each with organization id, name, type, effective/established/termination dates, termination reason, charter and class. ### Webparser (3 endpoints) - POST /api/webparser/parse — Parse and clean HTML from web page - POST /api/webparser/render — Render a web page in a real browser and parse clean HTML (supports JavaScript / SPA) - POST /api/webparser/sitemap — Fetch URLs from website sitemap ### World Bank Sanctions (3 endpoints) - POST /api/worldbank/debarred-firms — List firms and individuals debarred or cross-debarred by the World Bank Group - POST /api/worldbank/debarred-firms/search — Search firms and individuals debarred or cross-debarred by the World Bank Group - POST /api/worldbank/other-sanctions — List firms and individuals under other World Bank sanctions (reprimand or conditional non-debarment) ### Y Combinator (3 endpoints) - POST /api/yc/company — Get YC company information by slug - POST /api/yc/search/companies — Search YC companies with filters - POST /api/yc/search/founders — Search YC founders with filters ### YouTube (14 endpoints) - POST /api/youtube/channel — Get YouTube channel details - POST /api/youtube/channel/playlists — Get playlists from a YouTube channel - POST /api/youtube/channel/posts — Get community posts from a YouTube channel - POST /api/youtube/channel/shorts — Get Shorts from a YouTube channel - POST /api/youtube/channel/streams — Get live streams and past broadcasts from a YouTube channel - POST /api/youtube/channel/videos — Get all videos from a YouTube channel - POST /api/youtube/playlist — Get YouTube playlist details - POST /api/youtube/playlist/videos — Get videos from a YouTube playlist - POST /api/youtube/search/channels — Search YouTube channels - POST /api/youtube/search/playlists — Search YouTube playlists - POST /api/youtube/search/videos — Search YouTube videos - POST /api/youtube/video — Get YouTube video details - POST /api/youtube/video/comments — Get comments for a YouTube video - POST /api/youtube/video/subtitles — Get YouTube video subtitles/captions ## Anysite CLI Command-line toolkit for web data extraction, batch processing, dataset pipelines, database operations, and LLM-powered analysis. GitHub: https://github.com/anysiteio/anysite-cli ```bash # Install curl -fsSL https://raw.githubusercontent.com/anysiteio/anysite-cli/main/install.sh | bash ``` ## MCP Server Integration ```bash npx @horizondatawave/mcp-server ``` ## Error Codes Full docs: https://docs.anysite.io/error-codes | Code | Description | |------|-------------| | 400 | Invalid input format | | 401 | Missing or invalid access-token | | 403 | No access to resource | | 404 | Entity not found | | 408 | Request timeout exceeded | | 412 | Entity unavailable at source (deleted, blocked) | | 422 | Validation error | | 429 | Rate limit exceeded | | 500 | Internal server error | ## Support - Documentation: https://docs.anysite.io - Email: support@anysite.io - GitHub: https://github.com/anysiteio