Discover/tech-week.com API
live

tech-week.com APIwww.tech-week.com

Access structured Tech Week event data including titles, dates, venues, hosts, and RSVP links. Filter by city, day, time, theme, and keyword via one endpoint.

Endpoints
1
Updated
27d ago
Try it
Filter by day: 'all' for all days, or a specific date in YYYY-MM-DD format (e.g. '2026-06-
City slug: 'nyc' or 'boston'.
Comma-separated host filters.
Page number (1-based).
Comma-separated time filters: Morning, Afternoon, Evening.
Maximum number of events to return.
Search query to filter events by name/description.
Comma-separated theme filters.
Comma-separated track slugs: investors, gtm, founders, engineers, students, fintech, hacka
Comma-separated format filters.
Comma-separated sponsor filters.
Set to 'true' to only show featured events.
Comma-separated neighborhood filters (e.g. 'Midtown,SoHo,Brooklyn').
api.parse.bot/scraper/2c91d3b3-aed2-4f39-bf20-f07842da5d61/<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/2c91d3b3-aed2-4f39-bf20-f07842da5d61/get_events?city=nyc&limit=3&track=founders' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Search and retrieve Tech Week events with optional filters for city, day, track, location, time, and text search. Supports pagination. Returns up to 48 events per page by default, sorted by time ascending.

Input
ParamTypeDescription
daystringFilter by day: 'all' for all days, or a specific date in YYYY-MM-DD format (e.g. '2026-06-02').
citystringCity slug: 'nyc' or 'boston'.
hoststringComma-separated host filters.
pageintegerPage number (1-based).
timestringComma-separated time filters: Morning, Afternoon, Evening.
limitintegerMaximum number of events to return.
querystringSearch query to filter events by name/description.
themestringComma-separated theme filters.
trackstringComma-separated track slugs: investors, gtm, founders, engineers, students, fintech, hackathons, ai-infra.
formatstringComma-separated format filters.
sponsorstringComma-separated sponsor filters.
featuredstringSet to 'true' to only show featured events.
locationstringComma-separated neighborhood filters (e.g. 'Midtown,SoHo,Brooklyn').
Response
{
  "type": "object",
  "fields": {
    "page": "integer - current page number",
    "events": "array of event objects with id, title, date, time, time_category, venue, neighborhoods, host, all_hosts, rsvp_url, detail_url, is_invite_only, city, calendar_position",
    "per_page": "integer - events per page (48)",
    "returned_count": "integer - number of events returned in this response",
    "total_available": "integer - total events matching filters"
  },
  "sample": {
    "data": {
      "page": 1,
      "events": [
        {
          "id": 5363,
          "city": "New York City",
          "date": "2026-06-01",
          "host": "VCAR",
          "time": "04:00:00",
          "title": "4am IRR - for the inner IRR nerd in you!",
          "venue": "Virtual (NYC)",
          "rsvp_url": "https://partiful.com/e/iyeVYNaUJxZqidnHixwa",
          "all_hosts": [
            "VCAR"
          ],
          "detail_url": "https://www.tech-week.com/calendar/nyc/events/5363",
          "neighborhoods": [
            "Virtual (NYC)"
          ],
          "time_category": "Evening",
          "is_invite_only": false,
          "calendar_position": 1
        }
      ],
      "per_page": 48,
      "returned_count": 1,
      "total_available": 1435
    },
    "status": "success"
  }
}

About the tech-week.com API

The Tech Week API provides access to the tech-week.com event calendar through a single get_events endpoint that returns up to 48 events per page with over a dozen response fields per event. Each result includes the event title, date, time category, venue, neighborhood, host details, RSVP URL, and a direct detail URL. Filter by city slug (nyc or boston), specific date, time of day, theme, or a free-text search query.

What the API Returns

The get_events endpoint returns paginated event listings from the Tech Week calendar. Each event object in the events array includes fields such as id, title, date, time, time_category, venue, neighborhoods, host, all_hosts, rsvp_url, and detail_url. The time_category field classifies events as Morning, Afternoon, or Evening, matching the time filter parameter. Pagination is controlled via page (1-based) and limit, with total_available, returned_count, and per_page included in every response so you can calculate how many additional pages exist.

Filtering Options

The day parameter accepts either 'all' or a specific date string in YYYY-MM-DD format, making it straightforward to pull all events on a single conference day. The city parameter currently supports 'nyc' and 'boston' slugs. You can combine time (comma-separated values: Morning, Afternoon, Evening), theme (comma-separated theme slugs), and host filters in a single request. The query parameter performs a text search against event names and descriptions, useful for finding events around a specific topic or speaker.

Pagination and Defaults

By default the endpoint returns 48 events per page sorted by time ascending. The per_page field in the response always reflects the configured page size. Use page to step through results when total_available exceeds returned_count. Setting limit lets you request fewer results than the default page size, which can reduce payload size when you only need a handful of events.

Common use cases
  • Build a personal Tech Week schedule by pulling events filtered by city and day, then storing rsvp_url links for quick registration.
  • Aggregate networking events by querying host and theme filters to surface relevant gatherings for a specific company or topic.
  • Create a time-blocking tool that organizes retrieved events into Morning, Afternoon, and Evening slots using the time_category field.
  • Monitor total event counts across cities by comparing total_available responses for nyc and boston city slugs.
  • Power a Slack bot that surfaces upcoming same-day events by querying get_events with today's date in YYYY-MM-DD format.
  • Build a venue map by collecting venue and neighborhoods fields across all paginated results for a given Tech Week city.
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 tech-week.com have an official developer API?+
Tech Week does not publish an official public developer API or documented data access program as of mid-2025.
How do I retrieve all events across multiple pages?+
Each get_events response includes total_available, returned_count, and per_page. Divide total_available by per_page (default 48) to determine the number of pages, then increment the page parameter on successive requests until all results are collected.
Does the API return event capacity, ticket price, or attendance data?+
Not currently. The API covers event metadata including title, date, time, venue, hosts, and RSVP and detail URLs, but does not expose capacity limits, ticket prices, or attendee counts. You can fork the API on Parse and revise it to add those fields if the source surfaces them.
Which cities are available, and are other cities planned?+
The city parameter currently accepts 'nyc' and 'boston'. Events outside those two city slugs are not covered by the current endpoint. You can fork the API on Parse and revise it to add support for additional city slugs if Tech Week expands its calendar.
Can I filter events by a specific host or speaker name?+
Yes. The host parameter accepts comma-separated host strings, and each event response includes both a primary host field and an all_hosts array for events with multiple organizers. The query parameter can also match on host or speaker names appearing in event descriptions.
Page content last updated . Spec covers 1 endpoint from www.tech-week.com.
Related APIs in EntertainmentSee all →
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.