Discover/wayup.com API
live

wayup.com APIwww.wayup.com

Search and retrieve WayUp internship and entry-level job listings by category, type, and location. Get full descriptions, company info, and posting dates.

Endpoints
3
Updated
1mo ago
Try it
Listing type: 'internships' or 'entry-level-jobs'.
Maximum number of listings to return.
Job category slug (e.g., 'computer-science', 'finance', 'marketing', 'engineering'). Use list_categories endpoint to get all available slugs.
Location slug (e.g., 'new-york-ny', 'san-francisco-ca', 'chicago-il'). Leave empty for all locations.
api.parse.bot/scraper/bc950e28-cf10-4ad4-a8e2-9266cd4ddc8f/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/bc950e28-cf10-4ad4-a8e2-9266cd4ddc8f/search_listings?TYPE=entry-level-jobs&type=entry-level-jobs&LIMIT=3&limit=3&CATEGORY=marketing&category=finance' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search job and internship listings by category, type, and optional location. Returns listing titles, companies, locations, and URLs. Use list_categories to discover all available category slugs.

Input
ParamTypeDescription
typestringListing type: 'internships' or 'entry-level-jobs'.
limitintegerMaximum number of listings to return.
categorystringJob category slug (e.g., 'computer-science', 'finance', 'marketing', 'engineering'). Use list_categories endpoint to get all available slugs.
locationstringLocation slug (e.g., 'new-york-ny', 'san-francisco-ca', 'chicago-il'). Leave empty for all locations.
Response
{
  "type": "object",
  "fields": {
    "type": "listing type string",
    "category": "category slug string",
    "listings": "array of {url, title, company, location, listing_id}",
    "location": "location slug or 'all'",
    "returned": "integer number of listings returned",
    "total_items": "integer total available listings"
  },
  "sample": {
    "data": {
      "type": "entry-level-jobs",
      "category": "finance",
      "listings": [
        {
          "url": "https://www.wayup.com/i-j-Finance-Manager-McMillen-Health-548826467793967/",
          "title": "Finance Manager",
          "company": "McMillen Health",
          "location": "Fort Wayne, IN",
          "listing_id": "548826467793967"
        }
      ],
      "location": "all",
      "returned": 3,
      "total_items": 75
    },
    "status": "success"
  }
}

About the wayup.com API

The WayUp API provides access to college-focused job and internship data across 3 endpoints, covering listing search, category discovery, and full job detail retrieval. The search_listings endpoint returns titles, companies, locations, and listing IDs filtered by type (internships or entry-level-jobs), category slug, and optional location slug. The get_listing_details endpoint returns structured fields including description_text, employment_type, date_posted, and structured locations arrays.

Search and Filter Listings

The search_listings endpoint accepts four optional parameters: type (either internships or entry-level-jobs), category (a slug such as computer-science or marketing), location (a slug such as new-york-ny or san-francisco-ca), and limit. Responses include an array of listing objects — each with url, title, company, location, and listing_id — plus total_items and returned counts so you can gauge coverage before paginating or adjusting filters.

Category Discovery

Before searching, use list_categories to enumerate valid category slugs for a given listing type. Pass a type parameter to retrieve the category array specific to internships or entry-level-jobs. Each category object includes a slug (ready to pass directly to search_listings) and a human-readable name. The response also includes a total count of available categories.

Detailed Listing Data

Pass any url from search_listings results to get_listing_details to retrieve a full listing record. Returned fields include title, employment_type (e.g. INTERN, FULL_TIME), date_posted in ISO 8601 format, a company object with name and logo, a structured locations array with city, state, country, and postal_code fields, badges (tag strings attached to the listing), and the full job description in both description_html and description_text formats. This dual format lets you render rich content or run text analysis without stripping HTML yourself.

Common use cases
  • Aggregate internship openings by category slug (e.g., computer-science, finance) into a student-facing job board.
  • Track date_posted trends across categories to identify when companies typically post early-career roles.
  • Filter entry-level-jobs by location slug to build a geo-specific job feed for a campus career center.
  • Extract description_text from multiple listings to train or fine-tune a job-matching NLP model.
  • Compare employment_type distributions across categories to analyze internship vs. full-time hiring patterns.
  • Monitor total_items per category over time to measure demand shifts in fields like marketing or engineering.
  • Populate a company research tool with company.name, company.logo, and structured location data from listing details.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does WayUp have an official developer API?+
WayUp does not publish a public developer API. There is no documented REST or GraphQL interface available to external developers on their site.
What does `get_listing_details` return beyond what `search_listings` provides?+
search_listings returns a summary — title, company, location, and listing_id. get_listing_details adds description_html, description_text, employment_type, date_posted in ISO 8601 format, a structured locations array with city, state, country, and postal_code, badges, and a company object with a logo field.
Can I retrieve job applications or user profile data through this API?+
No. The API covers listing discovery and detail retrieval only — search results, category metadata, and job description fields. Application submission, candidate profiles, and recruiter data are not exposed. You can fork the API on Parse and revise it to add endpoints targeting different data surfaces if your use case requires them.
How specific is location filtering in `search_listings`?+
Location filtering uses city-level slugs such as new-york-ny or san-francisco-ca. Filtering by ZIP code, radius, or region is not currently supported. Omitting the location parameter returns listings across all locations. You can fork the API on Parse and revise it to add finer geographic filtering if needed.
Does the API expose salary or compensation data for listings?+
Salary and compensation fields are not part of the current response schema for either search_listings or get_listing_details. The detail endpoint returns employment_type, date_posted, badges, and the full description text, which may contain compensation details embedded in description_text if the original listing includes them. You can fork the API on Parse and revise it to parse and surface those values as structured fields.
Page content last updated . Spec covers 3 endpoints from www.wayup.com.
Related APIs in JobsSee all →
Workday Jobs API
Search and retrieve job postings and detailed descriptions from any company's Workday career site. Find open positions across all organizations using Workday's hiring platform and access complete job details in one place.
monster.com API
Search and retrieve job listings from Monster.com. Supports keyword and location-based search with structured results including job descriptions, salary ranges, company info, and employment details. Also provides access to popular job categories.
linkedin.com API
Search LinkedIn job listings by job type, experience level, workplace type, salary range, and date posted, then retrieve detailed information about specific positions. Build job boards, career tools, or recruitment dashboards with access to comprehensive filtering options across LinkedIn's public job listings.
wellfound.com API
Search and discover startup jobs, company profiles, and trending opportunities on Wellfound by role and location, with detailed job information and autocomplete suggestions to streamline your job search. Access comprehensive company data and stay updated on what's trending in the startup ecosystem.
web3.career API
Search and explore Web3 job listings with detailed information including salary data, remote opportunities, and company intelligence across the ecosystem. Filter positions by tags, view comprehensive job details, and access industry salary reports to make informed career decisions in the Web3 space.
nofluffjobs.com API
Search and filter job openings from No Fluff Jobs by category, seniority level, location, and keywords to find IT, marketing, sales, and HR positions tailored to your needs. Retrieve detailed information about specific job postings including requirements, company details, and employment terms to help you make informed application decisions.
welcometothejungle.com API
Search and discover job postings and company information from Welcome to the Jungle, including detailed job listings, company profiles with employee statistics and social links, and the ability to browse all available positions. Find the perfect role by searching jobs and companies, then access comprehensive details about positions and organizations in one place.
jobs.lever.co API
Access job postings on any Lever-hosted company job board. List, filter, search, and group open roles, retrieve full posting details, and extract application form questions via Lever's public API.