Wellfound Premium Jobs Scraper avatar
Wellfound Premium Jobs Scraper

Pricing

$24.99/month + usage

Go to Store
Wellfound Premium Jobs Scraper

Wellfound Premium Jobs Scraper

Developed by

Radeance

Radeance

Maintained by Community

Wellfound jobs scraper - Extract data like job title, description, salary range, location, job link and company socials. Specify the search based on job title, location or customized via URL. Supports search and URL lists. Download your data as HTML Table, JSON, JSON-L, CSV, Excel, XML, RSS

4.1 (4)

Pricing

$24.99/month + usage

16

Total users

280

Monthly users

65

Runs succeeded

97%

Issues response

2.5 days

Last modified

4 days ago

You can access the Wellfound Premium Jobs Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

{
"openapi": "3.0.1",
"info": {
"version": "0.0",
"x-build-id": "6e1plYRNYhk8QQJVb"
},
"servers": [
{
"url": "https://api.apify.com/v2"
}
],
"paths": {
"/acts/radeance~wellfound-job-listings-scraper/run-sync-get-dataset-items": {
"post": {
"operationId": "run-sync-get-dataset-items-radeance-wellfound-job-listings-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/acts/radeance~wellfound-job-listings-scraper/runs": {
"post": {
"operationId": "runs-sync-radeance-wellfound-job-listings-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor and returns information about the initiated run in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/runsResponseSchema"
}
}
}
}
}
}
},
"/acts/radeance~wellfound-job-listings-scraper/run-sync": {
"post": {
"operationId": "run-sync-radeance-wellfound-job-listings-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
}
},
"components": {
"schemas": {
"inputSchema": {
"type": "object",
"required": [
"proxySettings"
],
"properties": {
"job_title": {
"title": "Job Title",
"enum": [
"software-engineer",
"data-scientist",
"data-engineer",
"data-analyst",
"tableau-developer",
"power-bi-developer",
"full-stack-software-engineer",
"engineering-manager",
"aws-cloud-engineer",
"artificial-intelligence-engineer",
"machine-learning-engineer",
"cloud-services-developer",
"cybersecurity",
"sales-representative",
"sales-director",
"marketing-operations",
"marketing-research-analyst",
"product-manager",
"product-owner",
"sem-manager",
"backend-engineer",
"java-backend-developer",
"database-developer",
"mobile-engineer",
"swift-developer",
"react-native",
"flutter-developer",
"product-designer",
"frontend-engineer",
"full-stack-engineer",
"python-developer",
"go-developer",
"graphql-developer",
"api-testing",
"game-developer",
"game-producer",
"unity-developer",
"web-analytics",
"website-testing",
"web-designer",
"html-css",
"designer",
"3d-designer",
"ux-engineer",
"ui-developer",
"software-architect",
"application-engineer",
"systems-administrator",
"network-administrator",
"devops-engineer",
"c-developer",
"wordpress-developer",
"vp-of-strategy",
"chief-operating-officer",
"leadership"
],
"type": "string",
"description": "Select desired job title",
"default": "software-engineer"
},
"job_location": {
"title": "Job Location",
"enum": [
"remote",
"united-states",
"australia",
"india",
"germany",
"netherlands",
"austria",
"switzerland",
"france",
"spain",
"united-kingdom",
"new-york",
"san-francisco",
"los-angeles",
"melbourne",
"sydney",
"berlin",
"amsterdam",
"vienna",
"paris",
"madrid",
"barcelona",
"london",
"dublin",
"austin",
"seattle",
"boston",
"chicago",
"denver",
"district-of-columbia",
"bangalore",
"chennai-tn",
"mumbai",
"new-delhi"
],
"type": "string",
"description": "Select desired job location",
"default": "new-york"
},
"custom_job_title": {
"title": "Custom Job Title",
"type": "string",
"description": "Enter a custom job title to search for. If you leave this field empty, the actor will use the job title selected above."
},
"custom_job_location": {
"title": "Custom Job Location",
"type": "string",
"description": "Enter a custom job location to search for. If you leave this field empty, the actor will use the job location selected above."
},
"last_x_days": {
"title": "Filter Job Listings by last X days",
"minimum": 1,
"maximum": 1000,
"type": "integer",
"description": "Returns only the jobs that got posted the last x days. Make sure to use a high max_page number if you use a high value here. Defaults to 365",
"default": 365
},
"max_pages": {
"title": "Max pages",
"minimum": 1,
"maximum": 25,
"type": "integer",
"description": "The maximum number pages to crawl. It includes the start URLs, pagination pages. The crawler will automatically finish after reaching this number. If not provided, the crawler will only scrape from the start URL. Defaults to 3",
"default": 3
},
"max_items": {
"title": "Max Job Posts (formerly Max Items)",
"minimum": 1,
"maximum": 10000,
"type": "integer",
"description": "The maximum number of job posts to scrape. Defaults to 500. If there are no more job posts to scrape, the actor will stop even if this number is not reached. If you want to scrape all pages, set it to a high number like 1000.",
"default": 500
},
"company_category": {
"title": "Filter by Company Category (Multi-Select)",
"uniqueItems": true,
"type": "array",
"description": "Filter on company category. If you leave this field empty, the actor will not filter by company category.",
"items": {
"type": "string",
"enum": [
"3d-technology",
"accomodation",
"accounting",
"ad-targeting",
"adtech",
"advertising",
"advertising-platforms",
"aerial-robotics-",
"aerospace",
"agriculture",
"analytics",
"analytics-/-data",
"android",
"any-company-that-has-an-it-department.",
"app-marketing",
"application-performance-monitoring",
"application-platforms",
"apps",
"art",
"artificial-intelligence",
"artificial-intelligence-/-machine-learning",
"audio",
"augmented-reality",
"automotive",
"b2b",
"b2b-express-delivery",
"b2b-ยท-saas-ยท-mobile-ยท-artificial-intelligence-/-machine-learning",
"banking",
"beauty",
"behavioral-therapy,-aba-therapy,-autism,-psychology",
"big-data",
"big-data-analytics",
"billing",
"bioinformatics",
"biotechnology",
"bitcoin-mining",
"blockchain-/-cryptocurrency",
"blockchains",
"blogging-platforms",
"brand-development",
"brand-marketing",
"bridging-online-and-offline",
"brokers",
"business-development",
"business-intelligence",
"business-productivity",
"business-services",
"business-travel",
"crm",
"call-center-automation",
"car-sharing",
"certification-test",
"charity",
"chat",
"child-care",
"classifieds",
"clean-energy",
"clean-technology",
"cleaning",
"clinical-trials",
"cloud-computing",
"cloud-data-services",
"cloud-infrastructure",
"cloud-management",
"cloud-security",
"collaboration",
"collaborative-consumption",
"commercial-real-estate",
"commercial-solar",
"communications-software",
"communities",
"comparison-shopping",
"computer-vision",
"computers",
"concerts",
"connected-devices",
"consulting",
"consulting-services",
"consumer",
"consumer-electronics",
"consumer-engagement",
"consumer-goods",
"consumer-lending",
"content",
"content-delivery",
"content-discovery",
"content-marketing",
"conversion-optimization",
"corporate-wellness",
"coworking",
"craft-beer",
"credit",
"credit-cards",
"crowd-funding",
"crowdfunding",
"crowdsourcing",
"cryptocurrency",
"curated-web",
"custom-retail",
"customer-experience",
"customer-service",
"customer-support-tools",
"cyber-security",
"data",
"data-center-automation",
"data-centers",
"data-integration",
"data-mining",
"data-privacy",
"data-security",
"data-visualization",
"databases",
"debt-collecting",
"defense",
"dental",
"design",
"developer-apis",
"developer-tools",
"development-platforms",
"diagnostics",
"digital-entertainment",
"digital-health",
"digital-marketing",
"digital-media",
"digital-media-marketing",
"digital-signage",
"document-management",
"drones",
"e-learn",
"e-books",
"e-commerce",
"e-commerce-platforms",
"ecommerce",
"economics",
"ediscovery",
"edtech",
"education",
"education-technology",
"educational-games",
"elder-care",
"electric-vehicles",
"electrical-distribution",
"electronics",
"email-newsletters",
"emergency-management",
"employer-benefits-programs",
"energy",
"enterprise-application",
"enterprise-security",
"enterprise-software",
"enterprises",
"entertainment",
"entertainment-industry",
"esports",
"event-management",
"events",
"families",
"fantasy-sports",
"farming",
"fashion",
"federal-government",
"file-sharing",
"film",
"fin-tech",
"finance",
"finance-technology",
"financial-services",
"financial-technology",
"fitness",
"fitness-gamification",
"flash-storage",
"food-tech",
"food-and-beverages",
"franchises",
"fraud-detection",
"freelancers",
"furniture",
"gambling",
"games",
"genetic-testing",
"geospatial",
"government-innovation",
"governments",
"green",
"groceries",
"guides",
"hr-/-recruiting",
"hardware",
"hardware-+-software",
"health-and-safety",
"health-care-information-technology",
"health-and-insurance",
"health-and-wellness",
"healthcare",
"healthcare-services",
"hedge-funds",
"higher-education",
"home-automation",
"home-renovation",
"hospitality",
"hotels",
"hr-tech",
"human-resources",
"hvac",
"hybrid-vehicles",
"it-management",
"identity",
"identity-management",
"identity-theft-protection",
"impact-investing",
"incentives",
"industrial",
"industrial-control",
"information-services",
"information-technology",
"infrastructure",
"infrastructure-monitoring",
"insurance",
"insurtech",
"internet",
"internet-infrastructure",
"internet-marketing",
"internet-tv",
"internet-of-things",
"invest-online",
"investment-banking",
"investment-management",
"ios",
"journalism",
"k-12-education",
"language-learning",
"lead-generation",
"legal",
"life-sciences",
"lifestyle",
"local",
"local-services",
"location-based-services",
"logistics",
"logistics-software",
"machine-learning",
"management-consulting",
"manufacturing",
"maps",
"market-research",
"marketing",
"marketing-automation",
"marketplace",
"marketplace-lender",
"marketplaces",
"media-streaming",
"medical",
"medical-device",
"medical-devices",
"medical-technologies",
"mental-health",
"messaging",
"middle-east",
"mobile",
"mobile-advertising",
"mobile-analytics",
"mobile-application",
"mobile-commerce",
"mobile-devices",
"mobile-games",
"mobile-payments",
"mobile-security",
"mobility",
"monetization",
"mortgage",
"music",
"nft",
"nanotechnology",
"natural-language-processing",
"network-security",
"networking",
"new-product-development",
"news",
"non-profit",
"non-profits",
"nonprofits",
"ocean-economy",
"online-auctions",
"online-gaming",
"online-identity",
"online-marketplaces",
"online-travel",
"online-video",
"online-video-advertising",
"open-source",
"optimization",
"ott",
"outdoor-advertising",
"pc-gaming",
"paas",
"parenting",
"parking",
"payment-systems",
"payments",
"peer-to-peer",
"penetration-testing",
"personal-finance",
"personal-health",
"personalization",
"pets",
"pharmaceuticals",
"physicians",
"politics",
"portals",
"predictive-analytics",
"price-comparison",
"privacy",
"private-equity-",
"private-social-networking",
"product-design",
"product-management",
"product-search",
"productivity-software",
"professional-services",
"project-management",
"property-management",
"publishing",
"real-estate",
"real-estate-investors",
"real-estate-technology",
"real-time",
"recreation",
"recruiting",
"remittance",
"renewable-energies",
"renewable-tech",
"researchers",
"residential-real-estate",
"restaurants",
"retail",
"reviews-and-recommendations",
"ride-sharing",
"risk-management",
"robotics",
"seo",
"saas",
"sales",
"sales-and-marketing",
"same-day-delivery",
"science",
"search",
"search-marketing",
"security",
"sensors",
"service-industries",
"sex",
"shared-services",
"sharing-economy",
"shipping",
"shoes",
"shopping",
"skill-gaming",
"small-and-medium-businesses",
"smart-home",
"sme-banking",
"social",
"social-bookmarking",
"social-crm",
"social-commerce",
"social-fundraising",
"social-games",
"social-media",
"social-media-platforms",
"social-network",
"social-news",
"software",
"software-compliance",
"software-engineering",
"solar",
"space-travel",
"specialty-retail",
"speech-recognition",
"sporting-goods",
"sports",
"staffing-firms",
"startups",
"storage",
"subscription-businesses",
"supply-chain-management",
"surveys",
"sustainability",
"synthetic-biology",
"tech-field-support",
"technology",
"telecommunications",
"telephony",
"therapeutics",
"ticketing",
"trade-platform",
"trading",
"transaction-processing",
"transportation",
"travel",
"travel-&-tourism",
"tutoring",
"urban-mobility",
"user-experience-design",
"venture-capital",
"ventures-for-good",
"vertical-search",
"video",
"video-games",
"video-streaming",
"virtualization",
"voip",
"wealth-management",
"wearables",
"web-3.0",
"web-browsers",
"web-cms",
"web-design",
"web-development",
"web-hosting",
"web-presence-management",
"web-tools",
"web3",
"wine-and-spirits",
"wireless",
"women's-apparel-and-accessories",
"writers"
],
"enumTitles": [
"3D Technology",
"Accomodation",
"Accounting",
"Ad Targeting",
"Adtech",
"Advertising",
"Advertising Platforms",
"Aerial Robotics ",
"Aerospace",
"Agriculture",
"Analytics",
"Analytics / Data",
"Android",
"Any Company That Has An It Department.",
"App Marketing",
"Application Performance Monitoring",
"Application Platforms",
"Apps",
"Art",
"Artificial Intelligence",
"Artificial Intelligence / Machine Learning",
"Audio",
"Augmented Reality",
"Automotive",
"B2B",
"B2B Express Delivery",
"B2B ยท SaaS ยท Mobile ยท Artificial Intelligence / Machine Learning",
"Banking",
"Beauty",
"Behavioral Therapy, Aba Therapy, Autism, Psychology",
"Big Data",
"Big Data Analytics",
"Billing",
"Bioinformatics",
"Biotechnology",
"Bitcoin Mining",
"Blockchain / Cryptocurrency",
"Blockchains",
"Blogging Platforms",
"Brand Development",
"Brand Marketing",
"Bridging Online and Offline",
"Brokers",
"Business Development",
"Business Intelligence",
"Business Productivity",
"Business Services",
"Business Travel",
"CRM",
"Call Center Automation",
"Car Sharing",
"Certification Test",
"Charity",
"Chat",
"Child Care",
"Classifieds",
"Clean Energy",
"Clean Technology",
"Cleaning",
"Clinical Trials",
"Cloud Computing",
"Cloud Data Services",
"Cloud Infrastructure",
"Cloud Management",
"Cloud Security",
"Collaboration",
"Collaborative Consumption",
"Commercial Real Estate",
"Commercial Solar",
"Communications Software",
"Communities",
"Comparison Shopping",
"Computer Vision",
"Computers",
"Concerts",
"Connected Devices",
"Consulting",
"Consulting Services",
"Consumer",
"Consumer Electronics",
"Consumer Engagement",
"Consumer Goods",
"Consumer Lending",
"Content",
"Content Delivery",
"Content Discovery",
"Content Marketing",
"Conversion Optimization",
"Corporate Wellness",
"Coworking",
"Craft Beer",
"Credit",
"Credit Cards",
"Crowd Funding",
"Crowdfunding",
"Crowdsourcing",
"Cryptocurrency",
"Curated Web",
"Custom Retail",
"Customer Experience",
"Customer Service",
"Customer Support Tools",
"Cyber Security",
"Data",
"Data Center Automation",
"Data Centers",
"Data Integration",
"Data Mining",
"Data Privacy",
"Data Security",
"Data Visualization",
"Databases",
"Debt Collecting",
"Defense",
"Dental",
"Design",
"Developer APIs",
"Developer Tools",
"Development Platforms",
"Diagnostics",
"Digital Entertainment",
"Digital Health",
"Digital Marketing",
"Digital Media",
"Digital Media Marketing",
"Digital Signage",
"Document Management",
"Drones",
"E Learn",
"E-Books",
"E-Commerce",
"E-Commerce Platforms",
"Ecommerce",
"Economics",
"Ediscovery",
"Edtech",
"Education",
"Education Technology",
"Educational Games",
"Elder Care",
"Electric Vehicles",
"Electrical Distribution",
"Electronics",
"Email Newsletters",
"Emergency Management",
"Employer Benefits Programs",
"Energy",
"Enterprise Application",
"Enterprise Security",
"Enterprise Software",
"Enterprises",
"Entertainment",
"Entertainment Industry",
"eSports",
"Event Management",
"Events",
"Families",
"Fantasy Sports",
"Farming",
"Fashion",
"Federal Government",
"File Sharing",
"Film",
"Fin Tech",
"Finance",
"Finance Technology",
"Financial Services",
"Financial Technology",
"Fitness",
"Fitness Gamification",
"Flash Storage",
"Food Tech",
"Food and Beverages",
"Franchises",
"Fraud Detection",
"Freelancers",
"Furniture",
"Gambling",
"Games",
"Genetic Testing",
"Geospatial",
"Government Innovation",
"Governments",
"Green",
"Groceries",
"Guides",
"HR / Recruiting",
"Hardware",
"Hardware + Software",
"Health And Safety",
"Health Care Information Technology",
"Health and Insurance",
"Health and Wellness",
"Healthcare",
"Healthcare Services",
"Hedge Funds",
"Higher Education",
"Home Automation",
"Home Renovation",
"Hospitality",
"Hotels",
"Hr Tech",
"Human Resources",
"Hvac",
"Hybrid Vehicles",
"IT Management",
"Identity",
"Identity Management",
"Identity Theft Protection",
"Impact Investing",
"Incentives",
"Industrial",
"Industrial Control",
"Information Services",
"Information Technology",
"Infrastructure",
"Infrastructure Monitoring",
"Insurance",
"Insurtech",
"Internet",
"Internet Infrastructure",
"Internet Marketing",
"Internet TV",
"Internet of Things",
"Invest Online",
"Investment Banking",
"Investment Management",
"iOS",
"Journalism",
"K-12 Education",
"Language Learning",
"Lead Generation",
"Legal",
"Life Sciences",
"Lifestyle",
"Local",
"Local Services",
"Location Based Services",
"Logistics",
"Logistics Software",
"Machine Learning",
"Management Consulting",
"Manufacturing",
"Maps",
"Market Research",
"Marketing",
"Marketing Automation",
"Marketplace",
"Marketplace Lender",
"Marketplaces",
"Media Streaming",
"Medical",
"Medical Device",
"Medical Devices",
"Medical Technologies",
"Mental Health",
"Messaging",
"Middle East",
"Mobile",
"Mobile Advertising",
"Mobile Analytics",
"Mobile Application",
"Mobile Commerce",
"Mobile Devices",
"Mobile Games",
"Mobile Payments",
"Mobile Security",
"Mobility",
"Monetization",
"Mortgage",
"Music",
"NFT",
"Nanotechnology",
"Natural Language Processing",
"Network Security",
"Networking",
"New Product Development",
"News",
"Non Profit",
"Non Profits",
"Nonprofits",
"Ocean Economy",
"Online Auctions",
"Online Gaming",
"Online Identity",
"Online Marketplaces",
"Online Travel",
"Online Video",
"Online Video Advertising",
"Open Source",
"Optimization",
"Ott",
"Outdoor Advertising",
"PC Gaming",
"PaaS",
"Parenting",
"Parking",
"Payment Systems",
"Payments",
"Peer-to-Peer",
"Penetration Testing",
"Personal Finance",
"Personal Health",
"Personalization",
"Pets",
"Pharmaceuticals",
"Physicians",
"Politics",
"Portals",
"Predictive Analytics",
"Price Comparison",
"Privacy",
"Private Equity ",
"Private Social Networking",
"Product Design",
"Product Management",
"Product Search",
"Productivity Software",
"Professional Services",
"Project Management",
"Property Management",
"Publishing",
"Real Estate",
"Real Estate Investors",
"Real Estate Technology",
"Real Time",
"Recreation",
"Recruiting",
"Remittance",
"Renewable Energies",
"Renewable Tech",
"Researchers",
"Residential Real Estate",
"Restaurants",
"Retail",
"Reviews and Recommendations",
"Ride Sharing",
"Risk Management",
"Robotics",
"SEO",
"SaaS",
"Sales",
"Sales and Marketing",
"Same Day Delivery",
"Science",
"Search",
"Search Marketing",
"Security",
"Sensors",
"Service Industries",
"Sex",
"Shared Services",
"Sharing Economy",
"Shipping",
"Shoes",
"Shopping",
"Skill Gaming",
"Small and Medium Businesses",
"Smart Home",
"Sme Banking",
"Social",
"Social Bookmarking",
"Social CRM",
"Social Commerce",
"Social Fundraising",
"Social Games",
"Social Media",
"Social Media Platforms",
"Social Network",
"Social News",
"Software",
"Software Compliance",
"Software Engineering",
"Solar",
"Space Travel",
"Specialty Retail",
"Speech Recognition",
"Sporting Goods",
"Sports",
"Staffing Firms",
"Startups",
"Storage",
"Subscription Businesses",
"Supply Chain Management",
"Surveys",
"Sustainability",
"Synthetic Biology",
"Tech Field Support",
"Technology",
"Telecommunications",
"Telephony",
"Therapeutics",
"Ticketing",
"Trade Platform",
"Trading",
"Transaction Processing",
"Transportation",
"Travel",
"Travel & Tourism",
"Tutoring",
"Urban Mobility",
"User Experience Design",
"Venture Capital",
"Ventures for Good",
"Vertical Search",
"Video",
"Video Games",
"Video Streaming",
"Virtualization",
"VoIP",
"Wealth Management",
"Wearables",
"Web 3.0",
"Web Browsers",
"Web CMS",
"Web Design",
"Web Development",
"Web Hosting",
"Web Presence Management",
"Web Tools",
"Web3",
"Wine And Spirits",
"Wireless",
"Women's Apparel And Accessories",
"Writers"
]
}
},
"fully_remote": {
"title": "Retrieve only 100% remote jobs",
"type": "boolean",
"description": "If checked, only job listings that are fully remote will be retrieved. (Remote work policies: 'Onsite or remote' + 'Only remote') If unchecked, both remote and non-remote jobs will be included.",
"default": false
},
"us_date_format": {
"title": "Use US date formats",
"type": "boolean",
"description": "If checked, dates will be formatted in US date-time format. If unchecked, the date format will be in the international format.",
"default": true
},
"urls": {
"title": "Job Listing URLs (Max 5 URLs)",
"type": "array",
"description": "Job Listing URLs to scrape. You can specify multiple URLs by clicking on the Add button or in bulk by clicking on the Bulk edit button. Maximum Allowed URLs is 5 at a time, others will be disregarded. โš ๏ธ Warning, by using this field the job & location parameters will be ignored.",
"items": {
"type": "string"
}
},
"url": {
"title": "Job Listings URL (DEPRECATED - Use Job Listing URLs ('urls') instead)",
"type": "string",
"description": "Specific job listings URL from wellfound.com. โš ๏ธ Warning, by using this field the job & location parameters will be ignored."
},
"page_offset": {
"title": "Offset pages",
"minimum": 1,
"maximum": 1000,
"type": "integer",
"description": "The page number the scraper should scrape from. Defaults to 1",
"default": 1
},
"proxySettings": {
"title": "Proxy configuration",
"type": "object",
"description": "Select proxies to be used by your crawler."
}
}
},
"runsResponseSchema": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"actId": {
"type": "string"
},
"userId": {
"type": "string"
},
"startedAt": {
"type": "string",
"format": "date-time",
"example": "2025-01-08T00:00:00.000Z"
},
"finishedAt": {
"type": "string",
"format": "date-time",
"example": "2025-01-08T00:00:00.000Z"
},
"status": {
"type": "string",
"example": "READY"
},
"meta": {
"type": "object",
"properties": {
"origin": {
"type": "string",
"example": "API"
},
"userAgent": {
"type": "string"
}
}
},
"stats": {
"type": "object",
"properties": {
"inputBodyLen": {
"type": "integer",
"example": 2000
},
"rebootCount": {
"type": "integer",
"example": 0
},
"restartCount": {
"type": "integer",
"example": 0
},
"resurrectCount": {
"type": "integer",
"example": 0
},
"computeUnits": {
"type": "integer",
"example": 0
}
}
},
"options": {
"type": "object",
"properties": {
"build": {
"type": "string",
"example": "latest"
},
"timeoutSecs": {
"type": "integer",
"example": 300
},
"memoryMbytes": {
"type": "integer",
"example": 1024
},
"diskMbytes": {
"type": "integer",
"example": 2048
}
}
},
"buildId": {
"type": "string"
},
"defaultKeyValueStoreId": {
"type": "string"
},
"defaultDatasetId": {
"type": "string"
},
"defaultRequestQueueId": {
"type": "string"
},
"buildNumber": {
"type": "string",
"example": "1.0.0"
},
"containerUrl": {
"type": "string"
},
"usage": {
"type": "object",
"properties": {
"ACTOR_COMPUTE_UNITS": {
"type": "integer",
"example": 0
},
"DATASET_READS": {
"type": "integer",
"example": 0
},
"DATASET_WRITES": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_READS": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_WRITES": {
"type": "integer",
"example": 1
},
"KEY_VALUE_STORE_LISTS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_READS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_WRITES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_INTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_EXTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_SERPS": {
"type": "integer",
"example": 0
}
}
},
"usageTotalUsd": {
"type": "number",
"example": 0.00005
},
"usageUsd": {
"type": "object",
"properties": {
"ACTOR_COMPUTE_UNITS": {
"type": "integer",
"example": 0
},
"DATASET_READS": {
"type": "integer",
"example": 0
},
"DATASET_WRITES": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_READS": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_WRITES": {
"type": "number",
"example": 0.00005
},
"KEY_VALUE_STORE_LISTS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_READS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_WRITES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_INTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_EXTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_SERPS": {
"type": "integer",
"example": 0
}
}
}
}
}
}
}
}
}
}

Wellfound Premium Jobs Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Wellfound Premium Jobs Scraper from the options below:

If youโ€™d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients: