Chess Next Move (Stockfish)
Pricing
Pay per usage
Go to Apify Store
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.
Chess position in Forsyth–Edwards Notation (FEN). Example: rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
How long Stockfish thinks, in milliseconds. Ignored if 'depth' is set.
Fixed search depth (plies). When set, this overrides 'movetime_ms'. Leave empty to use time-based search.
How many top candidate moves to return.