pytest-codspeed
google-search-results-nodejs
pytest-codspeed | google-search-results-nodejs | |
---|---|---|
6 | 68 | |
100 | 88 | |
- | - | |
8.2 | 0.0 | |
about 1 month ago | about 1 year ago | |
Python | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pytest-codspeed
- Show HN: P99.chat – Chat for Performance Measurement
- Show HN: P99.chat – the assistant for software performance optimization
-
Ask HN: Who is hiring? (March 2025)
CodSpeed | Founding AI Engineer | On-site (Paris) / Remote (Europe) | Full-time | https://codspeed.io
We're building software performance optimization tools to optimize and measure code performance before it is deployed to production. We avoid regressions that impact UX and help developers solve their performance issues faster. We're already live and trusted by top-tier open-source project teams such as Pydantic, Ruff, and Prisma.
We’re at an exciting early stage and looking for talented engineers who share our passion for helping to enhance the performance of software used by billions, improving the software development lifecycle, and building tools we love to use ourselves.
Apply at https://codspeed.notion.site/Founding-AI-Engineer-cd1bf4fd73...
- CodSpeed – integrated CI tool for performance testing
-
Pinpoint performance regressions with CI-Integrated differential profiling
pytest-codspeed, plugin for pytest
google-search-results-nodejs
-
How to Build a Python MCP Server to Consult a Knowledge Base
This flow shows how Claude can access your blog content using SerpAPI and how it can obtain the content of a given blog post without you ever leaving your conversation by leveraging the MCP server. That means you don't have to switch between interfaces and break your flow.
-
Building a fast, self‑hosted research agent with OpenAI models + SerpAPI
You can obtain OpenAI API key at OpenAI platform website. For SerpAPI key, you can register at SerpApi website. There is a free plan so you can test the agent first. Then install the repository run the agent:
-
Scrape YouTube videos in Python
params = { "api_key": SERPAPI_API_KEY, "engine": "youtube_video", "v": "j3YXfsMPKjQ", # YouTube video ID "next_page_token": "Eg0SC2ozWVhmc01QS2pRGAYyOCIRIgtqM1lYZnNNUEtqUTABeAIwAUIhZW5nYWdlbWVudC1wYW5lbC1jb21tZW50cy1zZWN0aW9u" } search = requests.get("https://serpapi.com/search", params=params) response = search.json() print(json.dumps(response, indent=2))
- Perplexity is using stealth, undeclared crawlers to evade no-crawl directives
- SerpAPI
-
Using APIs to Automate Keyword Tracking for White Label SEO Clients
Step-by-Step: Automate Keyword Tracking with SERP API Step 1: Get Your API Key Sign up at serpapi.com, create a project, and grab your API key.
-
Ask HN: Who is hiring? (March 2025)
SerpApi | https://serpapi.com | Junior to Senior Fullstack Engineer positions | Customer Success Engineer | Talent Acquisition Specialist | Based in Austin, TX but remote-first structure | Full-time | ONSITE or FULLY REMOTE | $150K - 180K a year 1099 for US or local avg + 20% for outside the US
SerpApi is the leading API to scrape and parse search engine results. We deeply support Google, Google Maps, Google Images, Bing, Baidu, and a lot more.
Our current stack is Ruby, Rails, MongoDB, and React.JS. We are looking for more Junior and Senior FullStack Engineers.
-
Ask HN: Who is hiring? (November 2024)
SerpApi | https://serpapi.com | Junior-to-Senior Fullstack Engineer | Customer Success Engineer | Talent Acquisition Specialist | Based in Austin, TX but remote-first structure | Full-time | ONSITE or FULLY REMOTE | $150K - 180K a year 1099 for US or local avg + 20% for outside the US
SerpApi is the leading API to scrape and parse search engine results. We deeply support Google, Google Maps, Google Images, Bing, Baidu, and a lot more.
Our current stack is Ruby, Rails, MongoDB, and React.JS. We are looking for more Junior and Senior FullStack Engineers.
We have an awesome work environment: We are a remote first company (before Covid!). We do continuous integration, continuous deployments, code reviews, code pairings, profit sharing, and most of communication is async via GitHub.
We value super strongly transparency, do open books, have a public roadmap, and contribute to the EFF.
Apply at: https://serpapi.com/careers
-
How to Create Your Own Job Board Web App Using React.js, Node.js, SerpApi, and MUI
const express = require('express'); const cors = require('cors'); const axios = require('axios'); require('dotenv').config(); const app = express(); app.use(cors()); const PORT = process.env.PORT || 5000; // Endpoint to fetch job listings app.get('/api/jobs', async (req, res) => { const { query } = req.query; try { const serpApiUrl = `https://serpapi.com/search.json?engine=google_jobs&q=${query}&api_key=${process.env.SERP_API_KEY}`; const response = await axios.get(serpApiUrl); res.json(response.data.jobs_results || []); } catch (error) { res.status(500).json({ error: 'Error fetching jobs' }); } }); app.listen(PORT, () => { console.log(`Server running on port ${PORT}`); });
-
Build Your Own YouTube Thumbnail Downloader! RoR+SerpApi - Part 1
Ruby version 3.2.2 Ruby on Rails version 7.1.3.4 SerpApi access. You can get the api key by singing up here.
What are some alternatives?
pytest-benchmark - pytest fixture for benchmarking code
google-maps-services-js - Node.js client library for Google Maps API Web Services
pyperf - Toolkit to run Python benchmarks
TeleAPI - 🚀 The useful library to simplify your work with Telegram Bot API
less_slow.py - Playing around "Less Slow" coding practices in Python, from numerical micro-kernels to coroutines, ranges, and polymorphic state machines
gtrans