New API: TikTok Profile Videos
The TikTok Profile Videos API returns a public account's full video feed by username.
-Get the profile object: followers, following, hearts, posts, is_verified, is_private
-Pull every video with caption, link, iso_date, duration, is_pinned, is_ad
-Read full engagement per video: views, likes, comments, shares, saves
-Inspect media detail: video_meta (definition, ratio, size, bitrate, fps), music, subtitles
-Order and paginate with sort_by and next_page_token
New APIs: AI Answer APIs for ChatGPT, Gemini, and Perplexity
Each returns an AI engine's answer for any query in one structured JSON shape.
-text_blocks: typed blocks (paragraph, header, ordered_list, unordered_list, table, code) with reference_indexes
-reference_links: each cited source (index, title, link, snippet, source, date)
-markdown: the full answer as formatted text
-cards: typed answer modules like weather and finance
Engine extras: ChatGPT web_results + search_queries, Gemini inline_images + related_questions, Perplexity sources + related_questions.
We kept the keys identical to our Google AI Overview, Google AI Mode, and Bing Copilot APIs, so the same parser works across every AI-answer engine.
@AgnoAgi have just shipped a SearchApi toolkit
This give your agent access to our Google Search, Google News, Google Images and Youtube endpoints.
If you use Agno check it out.
Open-source project showcase: OpenSwarm by VRSEN
A multi agent orchestration system that utilizes SearchApi for its research agent.
Instead of one agent trying to do everything poorly, you get specialists coordinated by an orchestrator.
New API: Google Maps Directions Search Along Route
The Google Maps Directions Search Along Route API returns the places Google surfaces along a driving route
-Find gas, restaurants, and hotels along the entire route
-Get detour time and distance for every stop
-Compare fuel prices at gas stations on the way
Run the Google Maps Directions API first, then pass the search_along_route_token it returns to the Search Along Route API.
New API: Apple Maps
The Apple Maps API returns structured local search results.
-Search by coordinates or a named location
-Collect ratings, reviews, hours, and photos
-Resolve up to 20 place_ids in one request
-Get editorial guides and place collections
This also includes the release of Apple Maps Places API and Apple Maps Guides API.
We kept the structure consistent with our Google Maps engines for easier migration.
June 2026 Engine Improvements:
New:
- Bing: copilot_answer block in Search results
- Amazon Product: variant_prices for per-variant pricing
- Instagram Profile: username in results
- Walmart: store_id for store-specific results, pricing, and availability
- Google Play Product: about_developer info
- Google Finance: markets region tabs
- Google AI Overview: reference_links from the sources carousel, plus better answer extraction
Fixed:
- Google Shopping: dead product deep links
- Google Jobs: pagination dropping description and apply_links
- Google: occasionally missing first organic result on mobile
- Airbnb Search: price_per_qualifier across all locales
- TripAdvisor: hotel subratings
- Google Finance: missing financial data
New API - Google Scholar Case Law API
The Google Scholar Case Law API returns the full text of a US federal or state court opinion, fetched by caselaw_id:
🟣 case_information, short_citations, dates, docket_numbers
🟣 cleaned full_text, footnotes separated from the body
🟣 cited_cases grouped by case_id, citation variations preserved
🟣 google_scholar returns caselaw_id in case-law mode, so you can chain into google_scholar_case_law
New API - Airbnb Property Availability Calendar API
The Airbnb Property Availability Calendar API returns up to 12 months of day-by-day availability for a listing, fetched by property_id:
🟣 per-day status, check-in / check-out eligibility, min/max-night constraints
🟣 start_month, start_year, months (1-12, default 12)
🟣 works across domains via airbnb_domain
New API - Airbnb Experience Details API
The Airbnb Experience Details API returns the full record for a single Experience, fetched by experience_id:
🟣 title, description, link, rating, review_count, highlights, media
🟣 structured agenda and host details
🟣 localized price labels with extracted_price
🟣 upcoming availability and individual reviews
🟣 location, accessibility features, guest requirements, cancellation policy
🟣 similar_experiences array