Chess Next Move (Stockfish)
Pricing
Pay per usage
Chess Next Move (Stockfish)
Given a chess position in FEN, return the best next move(s) computed by the Stockfish engine.
Chess Next Move (Stockfish)
Pricing
Pay per usage
Given a chess position in FEN, return the best next move(s) computed by the Stockfish engine.
You can access the Chess Next Move (Stockfish) 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 API & Integrations in Apify Console.
$echo '{< "fen": "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"<}' |<apify call jawjaway/chess-next-move --silent --output-datasetThe Apify CLI is the official tool that allows you to use Chess Next Move (Stockfish) locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: